Find Protocol

Hey!, I have two devices from the same provider, but in the first packages that I received, the smartwatch sends me the following string:
[3G*-DeviceID-*0008*LK,0,0,8] - This string works with watch protocol and I already tested.

But in the new ones the smartwatches sends me another string which is this:

"\xFFAQSH\x00+\x01\x00\x00\x00n`\xCFgR^\xF2H\xEBQ\xCA\xB1\x8D=v\xC1\xF7G\xEB.X\xCA\xB0\xD1\x09\xDAY\xA8\xC5Q\x00M[m\xE0\xA2\x01" 400 182 "-" "-"

I don't have any idea with which protocol it works, someone can help me to know which protocol can I use?
On SeTracker2 App the new ones and the old ones works fine.

Anton Tananaev6 years ago

Do you have protocol documentation? It doesn't seem to match any supported protocol.

I don't have any protocol documentation, also I have a new data.

"POST //%63%67%69%2D%62%69%6E/%70%68%70?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%6E HTTP/1.1" 301 194 "-" "-"

This match with some supported protocol?

Anton Tananaev6 years ago

No, it doesn't. And I don't think it's even from your device it decodes to:

//cgi-bin/php?-d allow_url_include=on -d safe_mode=off -d suhosin.simulation=on -d disable_functions="" -d open_basedir=none -d auto_prepend_file=php://input -d cgi.force_redirect=0 -d cgi.redirect_status_env=0 -d auto_prepend_file=php://input -n
Peter Flower6 years ago

Juan Ramon Junior Romero Cano, try to talk to the seller, they usually have the protocol document of the watch.
That document will be important to Anton to add the new protocol, if it is necessary.

Yeah it was a message from nginx, I already sent a message to my provider, i’m Waiting for a response, if he sends me the protocolo documentation, i’ll Send you as soon as possible

pho6 years ago

how can i use the watch protocol

You must configure your device to your IP server and the port 5093, you can set this through SMS.

Mehdi.H4 years ago

I have the same issue. I think the message has been encrypted so we need to decrypt it. Maybe we need a key for decryption. Could you solve it?

@Mehdi.H Yeah I solved it by changing the protocol I was using by GT06 protocol, I don't know why, but my new watches works fine with that protocol.

Mehdi.H4 years ago

I want to get this message [3G*-DeviceID-*0008*LK,0,0,8] but my device sends like below

b'\xffAQSH\x00+\x01\x00\x00\x00\xe6\x0e\x92\xc0Y\xaa=\r\xaf\xfa\xfb\xc0S\xd1\xd5\xca[p\x9b \x85<\xef\xa0\xad\xe4C<}\xb5\x05\xac^\x1dR\xd3\xa7'

How can I translate and convert this hex code to [3G*-DeviceID-*0008*LK,0,0,8] ?