Hi,
I have few inquiries regarding traccar:
Is each protocol listed fully supported? for instance aside from parsing coordinates, speed & direction, is any sensor data sent by devices automatically parsed & stored in the database? (for example, RFID readings, weight sensors, etc..)
Can traccar be configured to work with an in-memory storage (such as memcached or redis) instead of writing records to database? or does it require customization?
I noticed that traccar needs to open a port for each supported device (teltonika, etc..), can we set a unified port for all protocols & have traccar detect the type automatically?
4)What is the recommended way to run traccar under systemd? (under CentOS 7). I tried setting "use_systemd" to true but when doing "systemctl start traccar" the process hangs & then exits with an error code. should traccar work with "type=forking"?
Thanks.
Hi,
I have few inquiries regarding traccar:
Is each protocol listed fully supported? for instance aside from parsing coordinates, speed & direction, is any sensor data sent by devices automatically parsed & stored in the database? (for example, RFID readings, weight sensors, etc..)
Can traccar be configured to work with an in-memory storage (such as memcached or redis) instead of writing records to database? or does it require customization?
I noticed that traccar needs to open a port for each supported device (teltonika, etc..), can we set a unified port for all protocols & have traccar detect the type automatically?
4)What is the recommended way to run traccar under systemd? (under CentOS 7). I tried setting "use_systemd" to true but when doing "systemctl start traccar" the process hangs & then exits with an error code. should traccar work with "type=forking"?
Thanks.