diff options
Diffstat (limited to 'gps-track.rsc')
-rw-r--r-- | gps-track.rsc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gps-track.rsc b/gps-track.rsc index 1bd976a..5e35f8d 100644 --- a/gps-track.rsc +++ b/gps-track.rsc @@ -1,12 +1,13 @@ #!rsc by RouterOS # RouterOS script: gps-track # Copyright (c) 2018-2025 Christian Hesse <mail@eworm.de> -# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md +# https://rsc.eworm.de/COPYING.md # # requires RouterOS, version=7.14 +# requires device-mode, fetch # # track gps data by sending json data to http server -# https://git.eworm.de/cgit/routeros-scripts/about/doc/gps-track.md +# https://rsc.eworm.de/doc/gps-track.md :global GlobalFunctionsReady; :while ($GlobalFunctionsReady != true) do={ :delay 500ms; } |