Hi,
I have written a client in Node.js to send the test data locally to Traccar server on port 5023. However, When I send the data to the local Traccar server, it prints in the log file but doesn't update the database.
2021-12-27 14:27:03 INFO: [d857070d] connected
2021-12-27 14:27:33 INFO: [d857070d: gt06 < 127.0.0.1] HEX: 787822220f0c1d023305c9027ac8180c46586000140001cc00287d001f71000001000820860d0a
2021-12-27 14:28:03 INFO: [d857070d: gt06 < 127.0.0.1] HEX: 78782222150c1b040119c8032e523407f67d480914b201944601f300cf7801000003da67290d0a
Can you please help?
Maybe the message type is not supported? Not sure what the problem is.
By the way, please don't address questions to me directly. This is a forum for everyone.
Hi,
I have written a client in Node.js to send the test data locally to Traccar server on port 5023. However, When I send the data to the local Traccar server, it prints in the log file but doesn't update the database.
Can you please help?