Hi.
I'm using and old version of traccar server with my own database structure in MySql, and just need the traccar server to insert positions (and to send commands). What do I need to change in the config (traccar.xml), to use the new server 3.x with only the features that I need?
Thank you.
You can remove all SQL queries from the config except database.selectDevicesAll
and database.insertPosition
.
Also you can set web.enable
to false
to disable web interface.
Hi.
I'm using and old version of traccar server with my own database structure in MySql, and just need the traccar server to insert positions (and to send commands). What do I need to change in the config (traccar.xml), to use the new server 3.x with only the features that I need?
Thank you.