Can i use only the connection and decoders and encoders alone

lekan3 years ago

Hi, am new to GPS tracking and am building a system that want to send command as well as get different types of transmission from device. traccar might be a good fit for what i want to do, but i wont be needing the web interface and the database layers. i am building a layer that will take the data from a form of stream and process and send command if required also. i only need to connect to device, encode commands and send, and also decode command and pass data to my other application. is it possible for me to use only this part of traccar. thanks

Anton Tananaev3 years ago

You can use Traccar API for that.

lekan3 years ago

But the API does requires database i guess, is there a way for me to not deploy a additional, mostly because i would like to use a NoSql db like cassandra and as am seeing the db driver used does not support this databases only SQL. is there a way to circulvent the inbuilt db and use mine

Anton Tananaev3 years ago

You would have to make some code changes for that.