Hi Anton and all,
I have an watch model G4E From 3G Electronics , which is supporting watch protocol . But its not working with traccar server . I have register on demo http://demo5.traccar.org/#
And Use following
Demo server 5
Location: Netherlands
Domain name: demo5.traccar.org
IP address: 52.232.22.124
Port: 5093.
And I have create own tcp server to check what device send ,
so iam getting this string:- [some binary data]
after converting it to hex not getting anything meaningfull.
The following information is given in document:-
All data in this agreement is in accordance with [manufacturer*deviceid*Content length*content]
Formats,Where the vendor identity is fixed to two bytes,The content length is fixed to four bytesAssiiCode,High in the former position in the back,Such as00A2Indicates that the length is162.
1.Link Retention
Terminal send : [3G*YYYYYYYYYY*LEN*LK, step number, roll times, power percentage]
Example :[3G*8800000015*000D*LK,50,100,100]
Platform reply: [3G*YYYYYYYYYY*LEN*LK]
Example :[3G*8800000015*0002*LK]
Description: The instruction interval is sent, and if the terminal does not receive the reply data, the connection is re-established .
Hi Anton and all,
I have an watch model G4E From 3G Electronics , which is supporting watch protocol . But its not working with traccar server . I have register on demo http://demo5.traccar.org/#
And Use following
Demo server 5
Location: Netherlands
Domain name: demo5.traccar.org
IP address: 52.232.22.124
Port: 5093.
And I have create own tcp server to check what device send ,
so iam getting this string:- [some binary data]
after converting it to hex not getting anything meaningfull.
The following information is given in document:-
All data in this agreement is in accordance with
[manufacturer*deviceid*Content length*content]
Formats,Where the vendor identity is fixed to two bytes,The content length is fixed to four bytesAssiiCode,High in the former position in the back,Such as00A2Indicates that the length is162.1.Link Retention
Terminal send :
[3G*YYYYYYYYYY*LEN*LK, step number, roll times, power percentage]
Example :
[3G*8800000015*000D*LK,50,100,100]
Platform reply:
[3G*YYYYYYYYYY*LEN*LK]
Example :
[3G*8800000015*0002*LK]
Description: The instruction interval is sent, and if the terminal does not receive the reply data, the connection is re-established .