Hi,
I am trying to fetch GPS data by [/system gps monitor] command but that command returns me like lon, lat, speed, date datas except tracking angle data. How can I get tracking angle data in RouterOS?
Thanks for any assistance
Hi,
I am trying to fetch GPS data by [/system gps monitor] command but that command returns me like lon, lat, speed, date datas except tracking angle data. How can I get tracking angle data in RouterOS?
Thanks for any assistance
currently it’s not supported. we will check if this is something you can get from the unit, or this is calculated based on previous and next coordinates.
I understand.
Actually we can get and see the tracking angle in GPRMC data by some tricks which GPS gets from the satellites and it contains tracking angle (bearing) data.
Bearing:
$GPRMC,040302.663,A,3939.7,N,10506.6,W,0.27,358.86,200804,*1A
I guess that data is exists but not monitored by [/system gps monitor]
It would be great if we could monitor bearing data.