sent command don't saved ?

muhamedoufi2 years ago

"I have a project based on Traccar. I can successfully insert devices from my application and save all the data to the database. However, when I attempt to send commands using my application, it doesn't work because Traccar doesn't have a table for storing sent commands. To overcome this issue, I plan to utilize the Traccar API for sending commands. How should I proceed with integrating the API into my application?"

Anton Tananaev2 years ago

First of all, Traccar does have a table for commands.

As for the API, we have an API documentation. There are also usage examples in the code.

muhamedoufi2 years ago

i want to send commands with out the api , because the api need the authorization , thanks

muhamedoufi2 years ago

Or how to integrate command send functionnality in python web application ? ammm , I am confused