Hi,
I installed Traccar on a Lubuntu machine and it seems to work, I can access the web interface from 127.0.0.1:8082
I have geolocation data from another service that I would like to transmit to Traccar, using one of the available protocol.
I would like to test the functionality with something like cURL or PutTy before implementing my code. I understand I should send some data with one of the available protocols to the address 127.0.0.1:5005.
I have tried with the OsmAND protocol and the traccar client protocol, with no luck, it's not really clear to me how should I do that.
for instance
$GPRMC,225446,A,4916.45,N,12311.12,W,000.5,054.7,191194,020.3,E*68\r\n
How should I transmit this data to the server? GET? POST? The guide says it's just the login (with no password?).
Also trying to connect with cURL to the following string seems not working, even if I substitute the number among brackets with actual values.
http://server:5055/?id=123456&lat={0}&lon={1}×tamp={2}&hdop={3}&altitude={4}&speed={5}
Can you please provide me with a test string with both cases, so that I can build my own string later?
Thanks!
Hi,
I installed Traccar on a Lubuntu machine and it seems to work, I can access the web interface from 127.0.0.1:8082
I have geolocation data from another service that I would like to transmit to Traccar, using one of the available protocol.
I would like to test the functionality with something like cURL or PutTy before implementing my code. I understand I should send some data with one of the available protocols to the address 127.0.0.1:5005.
I have tried with the OsmAND protocol and the traccar client protocol, with no luck, it's not really clear to me how should I do that.
for instance
$GPRMC,225446,A,4916.45,N,12311.12,W,000.5,054.7,191194,020.3,E*68\r\n
How should I transmit this data to the server? GET? POST? The guide says it's just the login (with no password?).
Also trying to connect with cURL to the following string seems not working, even if I substitute the number among brackets with actual values.
http://server:5055/?id=123456&lat={0}&lon={1}×tamp={2}&hdop={3}&altitude={4}&speed={5}
Can you please provide me with a test string with both cases, so that I can build my own string later?
Thanks!