GPS_Tracker_Server icon indicating copy to clipboard operation
GPS_Tracker_Server copied to clipboard

Not recognized=##

Open TechOverflow opened this issue 5 years ago • 2 comments

Hi, thanks for your work on this. I have a rebranded TK102. Upon setting everything up, I get

17:55:59 (#15) New connection from xx.xx.xx.xx:52331
17:55:59 (#15) Not recognized=##,imei:864894030xxxxxx,A;
17:56:29 (#15) Remote closed connection

Does this mean that my TK102 is sending the data in a different format? How can I echo out what the server sees?

TechOverflow avatar May 10 '20 15:05 TechOverflow

So I've figured out that this code isn't compatible with TK102 (at least the version I have). I pieced together some info from other gits and with some editing, I think I can get it working.

Btw if anyone searches for the same problem: ## is the initial message that requires a LOAD and ON answer from the server. Then **,imei:864894030xxxxxx,B, which is followed by the tracker sending periodic GPS data.

My guess is that this is how the paid servers distinguish whether you've paid for the service and wither allow communication or block the tracker.

TechOverflow avatar May 13 '20 10:05 TechOverflow

hi. can you share what worked for you please

So I've figured out that this code isn't compatible with TK102 (at least the version I have).

I pieced together some info from other gits and with some editing, I think I can get it working.

Btw if anyone searches for the same problem: ## is the initial message that requires a LOAD and ON answer from the server. Then **,imei:864894030xxxxxx,B, which is followed by the tracker sending periodic GPS data.

My guess is that this is how the paid servers distinguish whether you've paid for the service and wither allow communication or block the tracker.

nvrnx avatar Aug 20 '20 18:08 nvrnx