Hi all,
What I want:
Send GPS data from my MikroTik (LtAP LR8, RouterOS 7.19) to Traccar using HTTP (osmand protocol). Traccar requires decimal degrees, but MikroTik outputs NMEA (e.g. 5259.0371).
The Problem:
My MikroTik won’t parse or calculate float values – :tonum “1.5” and :parse “59.0371/60” both return nothing. All scripts just produce integers, not decimal degrees.
Question:
Has anyone managed to convert NMEA to decimal degrees on MikroTik without working float math?
Any workaround or idea?
Or is external processing the only way?
Thanks!