GPS_Teltonika_Server
GPS_Teltonika_Server copied to clipboard
How to run , could provide the read me
How to run, could provide the read me, please.
Thanks
Oh! It was so long time ago! As you can read at readme:
There is two parts. Snifr.py - script that receive connections from trackers, parse data, and write it to redis-db db_daemon.py - script that waiting new data from redis, and send it to database.
So you need to run both scripts. Python2 required. But if you are using another database you can replace db_daemon.py with your own script, that retrieve data from redis and send it to another database. Redis was chosen because sometimes I had to much data and our database was very slow to make some much inserts with separate requests.