bug in traccar with teltonika protocol

maani2 months ago

hi ,
i'm writing a program to send packet via teltonika protocol into traccar.
and i found something wrong(maybe bug or problem).
the probem is that when i'm sending the data packet, teltonika server can receive it and send me 01 (which mean my packet is ok) and even i can see the DATA(lat, lon , TIME ) that i send, in my traccar LOG SERVER .(YOU CAN SEE THE PIC , BELOW).
https://mega.nz/file/yqg3RLzZ#cwnka2PAwDwu2FTydqxIEplz_A_fIQFbLgCNhFmVilw
BUT I CAN'T SEE ANY CHANGES IN MY TRACCAR LOCAL HOST IN USER_INTERFACE(UI) for example the lat, lon isnt changing!
any help?

Anton Tananaev2 months ago

So on one hand we have Traccar server that had Teltonika implementation for more than 10 years now. It is successfully used by thousands of people without any issues. On the other hand we have a completely new code you're writing. And you think the bug is in Traccar and not your code?

maani2 months ago

i send you a pic (but i think you didnt watch it)
the pic show that my code is correct because i'm getting the 01 response(for all the packet that i'm sending). but traccar cant show the result.
it's really really clear that it's a problem

Anton Tananaev2 months ago

I did look at your screenshot and all it shows is that the format is valid. It doesn't mean the values are correct. I believe Teltonika has a tool to decode HEX. Use that and show us the result.