Connection reset by peer problem

kopurka9 years ago

Hi,

I have installed last traccar server 3.0 on Centos 7.
It's up and running and I have no problem with Android client - shows on the map, so the server is working...
BUT
I can not see PT-9 (freedom) device on the map. Device is registered and configured right.
What I see in server log is repeating:
2015-06-30 01:41:34 DEBUG: [A3639967: 5066 <- 85.118.69.241] - HEX: 494d45492c3335393538353031393936333831352c323031352f30362f32392c2032323a34303a34372c204e2c204c61743a343234342e363830312c20452c204c6f6e3a30323333362e313837302c205370643a302e3030
2015-06-30 01:41:35 WARN: Connection reset by peer - IOException ( < ...)
2015-06-30 01:41:35 INFO: Closing connection by exception
2015-06-30 01:41:35 INFO: Closing connection by disconnect
2015-06-30 01:42:34 DEBUG: [026FEED6: 5066 <- 85.118.68.185] - HEX: 494d45492c3335393538353031393936333831352c323031352f30362f32392c2032323a34313a34312c204e2c204c61743a343234342e363738322c20452c204c6f6e3a30323333362e313836332c205370643a302e3030
2015-06-30 01:42:35 WARN: Connection reset by peer - IOException ( < ...)
2015-06-30 01:42:35 INFO: Closing connection by exception
2015-06-30 01:42:35 INFO: Closing connection by disconnect

From decoding the hex I see the device is reporting its position:
IMEI,359585019963815,2015/06/29, 22:46:11, N, Lat:4244.6842, E, Lon:02336.1799, Spd:0.00
BUT not shown on the map.
Is there any problem with this protocol?

Thanks in advance

Anton Tananaev9 years ago

The problem is that your device doesn't send message delimiters, so Traccar can't break the data stream into separate frames. Please contact seller or manufacturer and ask how to fix the issue.