Hello all!
I have a gps device and a sim card.
I am sending by SMS the id of the gsm device and the $GPRMC data from GPS to a mysql database (for now).
I want to know how and what to use to integrate that data to traccar server.
I can't use GPRS to send data using osmand protocol because where the device is used it does not have all time GPRS connection but sms work.
At the moment Traccar doesn't support SMS location data.
ok. but if i parse the sms to a database then can i use some html/php script to insert de the data to traccar?
If you are writing own script, just forward data using OsmAnd protocol.
Hello all!
I have a gps device and a sim card.
I am sending by SMS the id of the gsm device and the $GPRMC data from GPS to a mysql database (for now).
I want to know how and what to use to integrate that data to traccar server.
I can't use GPRS to send data using osmand protocol because where the device is used it does not have all time GPRS connection but sms work.