![]() |
![]() |
RouterOS Scripts a collection of scripts for MikroTik RouterOS |
ℹ️ Info: This script can not be used on its own but requires the base installation. See main README for details.
This script is supposed to run periodically from scheduler and send GPS position data to a server for tracking.
A hardware GPS antenna is required.
Just install the script:
$ScriptInstallUpdate gps-track;
… and create a scheduler:
/system/scheduler/add interval=1m name=gps-track on-event="/system/script/run gps-track;" start-time=startup;
The configuration goes to global-config-overlay, the only parameter is:
GpsTrackUrl: the url to send json data toℹ️ Info: Copy relevant configuration from
global-config(the one without-overlay) to your localglobal-config-overlayand modify it to your specific needs.
The configured coordinate format (see /system/gps) defines the format
sent to the server.
RouterOS Scripts documentation generated on Wed, 27 May 2026 09:15:34 +0200 for next/3531/b00a213e
Copyright © 2013-2026 Christian Hesse <mail@eworm.de>