Here is the protocol I would recommend:
Hi Anton.
I would like to know if there is a way to send commands from Traccar to Arduino.
Example: Send from Traccar the command to turn off the car lights
Not through the HTTP-based protocol, but it should be possible via TCP or UDP ones.
Should I develop a new protocol for this?
On the server? No, you can use any existing one.
I don't know how to connect through TCP or UDP, but I'm going to investigate
Thanks Anton!
Hi
I have installed traccar server on my raspberry pi and it works very good! (a little bit slow to see the webpage when i reboot the the raspberry pi... but its ok)
I want to build my own tracker with an arduino and a sim808.
Which simple protocol should I use for sending data to my own traccar webservice? What do you suggest me?
Regards