i have change position table for data store in mysql

Pinakin Shobhana6 years ago

can this possible for data store in mysql for seperate table like position_deviceID
for example :
device id : 1 then position table is position_1
device id : 2 then position table is position_2
so i need store this table to data

Anton Tananaev6 years ago

It should be possible. You can override SQL queries in the config file.

Pinakin Shobhana6 years ago

how can i have add this query in config file can you send me some example

Anton Tananaev6 years ago

I don't have examples for your specific case.

Pinakin Shobhana6 years ago

Hi anton
i want to use only device connection data and store in position no more functionality require so it possible if yes then give me some suggestion so i will integrate

Ernesto Vallejo6 years ago

Wont you sometime in the future require stops and trips time? If so, the you will need positions plus ignition or speed info. Will you need to know if device is online/offline? Then you need status info. Somehow, what I'm trying to say is that you are getting pretty much basic functionalities yet powerful software.

If none of this is your case, I would recommend build your own frontend with api, can be then really tailored to your own needs.