port for unknown protocol

Angelo10 months ago

hi,
got a gps tracker but don't know what protocol it's using, what port number I should set so that I can analyze the feeds from that device? Thanks

Cristian10 months ago
Angelo10 months ago

thanks for the quick response, it's very helpful

Angelo10 months ago

ok, got a long hex string from port 5001, after converting hex to text, got something like this:
HQ,9175570011,V1...

what port should I use for this? Thanks

Angelo10 months ago

5013 seems working

Angelo10 months ago

a new device, got following in port 5001:

2024-01-15 20:02:49  INFO: [Ta13d38a5] connected
2024-01-15 20:02:49  INFO: [Ta13d38a5: gps103 <  ip_goes_here] 78780d010357857045556067001656480d0a
2024-01-15 20:02:49  INFO: [Ta13d38a5] error - begin 21, end 24, length 18 - StringIndexOutOfBoundsException (... < Gps103ProtocolDecoder:413 < ExtendedObjectDecoder:75 < ... < WrapperContext:102 < ...)
2024-01-15 20:02:49  INFO: [Ta13d38a5] disconnected

can not find useful information here, any idea ?

Angelo10 months ago

from this string : 78780d010357857045556067001656480d0a

i know 357857045556067 is the IMEI number, any idea which port supports this? thanks.

Cristian10 months ago

test with 5023

Angelo10 months ago

5023 works! it shows gt06, thanks