ESP32+SIM808 car tracker via API

Hello, I have an ESP32+SIM808 car tracker and would like to integrate it with TRACCAR via API. Does anyone have some sample code I could use? I couldn't find examples of this application in the documentation. Greetings everyone.

Anton Tananaev2 years ago

What you need to implement is one of the communication protocols:

https://www.traccar.org/protocols/

The easiest one is Traccar Client protocol and obviously you can find code examples in the official apps.

aleshang2 years ago

What you need to implement is one of the communication protocols:

https://www.traccar.org/protocols/

The easiest one is Traccar Client protocol and obviously you can find code examples in the official apps.

OK will do - thank you