Тема: Wialon Retranslator protocol
Hello.
I need to write decoder of Wialon Retranslator Protocol. http://extapi.wialon.com/hw/cfg/WialonR … %201.0.pdf.
Everything is good except coordinates representation.
From examples in url:
A027AFDF5D984840 — lon (49.1903648)
3AC7253383DD4B40 — lat (55.7305664)
I have tried to calculate it by using this algorithm : https://en.wikipedia.org/wiki/Double-pr … int_format
But still get for lat : 1.4957310741050529E-25.
The code is written in java.