Yes, you are using wrong protocol. You would need to get protocol documentation from device vendor, so we can check it.
Thanks for your answer.
I have tried what appears on your clones page trying different ports (5001 5002 5006 5013 5023 5036 5093) without result.
I have observed that all the calls made by the device to the server are very similar.
They all start with:
ff41515348002b010000007e3a91d9b5c03412bf62798b752125b979d715ebe55900d7a9d38f152ba6911b5c3a2edd2f...
And in the end there are 4 characters that vary each time. But in all cases the HEX decoder gives me something very strange.
Maybe you can remember in the development of all the procolos any that resembles this pattern.
It misses me so much because it is a GPS watch that seems quite popular and I understand that many people are using it. In fact I have read posts in the forum that say they are using it correctly.
I have not been able to contact the provider to give me the information regarding the protocol.
Attached the log with the variation of ports.
ff41515348002b010000007e3a91d9b5c03412bf62798b752125b979d715ebe55900d7a9d38f152ba6911b5c3a333fd0
ff41515348002b010000007e3a91d9b5c03412bf62798b752125b979d715ebe55900d7a9d38f152ba6911b5c3a32ee00
ff41515348002b010000007e3a91d9b5c03412bf62798b752125b979d715ebe55900d7a9d38f152ba6911b5c3a329d73
ff41515348002b010000007e3a91d9b5c03412bf62798b752125b979d715ebe55900d7a9d38f152ba6911b5c3a324ea0
ff41515348002b010000007e3a91d9b5c03412bf62798b752125b979d715ebe55900d7a9d38f152ba6911b5c3a31fd10
Almost the same!
Thank you
As I said, you need to get protocol documentation. None of the ports you mentioned would work because this protocol is different. Note that even if device model name is the same as other supported/popular devices, it doesn't mean it's supported. Chinese vendors re-use same names for completely different devices.
Hi all.
First of all I want to thank the work that is done in this project, it is really wonderful.
I have used Traccar for a long time and I never had problems to operate the devices.
Now I have a children's watch model G36 (I think very similar to the G50). I have sent the SMS to configure APN and Server correctly. My server receives "something" from that device. This is the log detail:
I used the hex decoder and it turns out to be:
Apparently unintelligible.
And the Traccar server does not seem to understand and closes the connection.
Maybe I'm using the wrong protocol?
Thank you