G4Cab / TeltonikaNMEAlogger

Script for GPS tracking of your teltonika device in your nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeltonikaNMEAlogger

Script for GPS tracking of your teltonika device in your nextcloud

log in via ssh to the router and download the script to your /root/ folder

curl https://github.com/G4Cab/TeltonikaNMEAlogger/raw/main/Teltonika_Nextcloud.sh --output /root/Teltonika_Nextcloud.sh


and make it executable

> chmod a+x /root/Teltonika_Nextcloud.sh

And put this line at the end of your /etc/rc.local

> /root/Teltonika_Nextcloud.sh &

so it will run on every bootup automatically

###############################
Tested on following devices:
Teltonika RUT850 (Firmware RUT850_R_00.01.04)

About

Script for GPS tracking of your teltonika device in your nextcloud


Languages

Language:Shell 100.0%