sent command don't saved ?

muhamedoufia year 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 Tananaeva year 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.

muhamedoufia year ago

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

muhamedoufia year ago

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