upload data to traccar by sms

Andrei 7 years ago

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.

Anton Tananaev 7 years ago

At the moment Traccar doesn't support SMS location data.

Andrei 7 years ago

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?

Anton Tananaev 7 years ago

If you are writing own script, just forward data using OsmAnd protocol.

Andrei 7 years ago

ok. thanks.