ispapp / ispapp-routeros-client

The Official ISPApp Client for RouterOS
MIT License
8 stars 5 forks source link

Gps support on routeros #27

Open andrewhodel opened 2 years ago

andrewhodel commented 2 years ago

There is one device with integrated gps.

https://mikrotik.com/product/ltap_mini

USB and serial gps receivers are also supported.

''' { :global lat :global lon /system gps monitor once do={ :set $lat $("latitude") :set $lon $("longitude") } '''