ET700C/Mini ET700 Protocol

Gizmo_RA28 years ago

Hi, I have a Mini ET700 and have the protocol documentation if it's useful to anyone, however some of the documentation is not accurate for sending commands to the device I have, I will happily point out the correct commands though

It seems very similar to the xexun protocol except for the location of the tracker ID, and the fact that I don't think there is a way to make it send it's IMEI number (and nothing appears before GPRMC,)

I've removed the GPS data from the following and swapped them with 0's

Tracking ID Turned Off:
GPRMC,100936.000,A,0000.0000,S,00000.0000,E,0.00,0.00,101016,0,,8000,0

Tracking ID Turned On and set to 00000000000:
GPRMC,00000000000,092244.000,A,0000.0000,S,00000.0000,E,0.00,0.00,101016,0,,8000,0

Thanks heaps

Anton Tananaev8 years ago

Can you please share the documentation.

Gizmo_RA28 years ago

https://www.dropbox.com/s/02l89tvknngv4sd/ET700C%20command%20091201.pdf?dl=0
https://www.dropbox.com/s/nxmupxprzqh74y5/Mini%20ET700%20User%27s%20Manual.pdf?dl=0

The part that's different is instead of following the *GP012 command from the ET700C Command PDF, follow the part from the Manual:

  1. Set IP ,Port and APN
    IP:220.165.9.225
    Port:2332
    APN: APN of your SIM card in the tracker
    A) By mobile: send “GP012,220.165.009.225,2332,APN,0000”to the tracker, and you will get the reply
    CR012,220.165.009.225,2332,APN”

Swapping out their IP and port for yours of course :)

Anton Tananaev8 years ago
Gizmo_RA28 years ago

Thank you for such a fast response

I have compiled from source
Copied the files i could find that it created over the top of the old files
Added the line into the config file
And in the logs, I get this

2016-10-11 01:49:52  INFO: Operating system name: Linux version: 4.4.19-1-pve architecture: amd64
2016-10-11 01:49:52  INFO: Java runtime name: OpenJDK 64-Bit Server VM vendor: Oracle Corporation version: 24.111-b01
2016-10-11 01:49:52  INFO: Memory limit heap: 494mb non-heap: 214mb
2016-10-11 01:49:52  INFO: Character encoding: UTF-8 charset: UTF-8
2016-10-11 01:49:52  INFO: Version: 3.7-SNAPSHOT
2016-10-11 01:49:59  INFO: Query not provided: database.selectAttributeAliases
2016-10-11 01:49:59  INFO: Starting server...

Nothing is received on port 5126 even though it's open
Query not provided seems like I might have missed copying a file over maybe?

Thanks again for your help :)

Anton Tananaev8 years ago

Are you using UDP? I have enabled TCP protocol only for now.

Gizmo_RA28 years ago

I have no idea which one it uses, or how to change it

However I am having a hardware issue I'm trying to get tot he bottom of atm, so I will let you know once that's sorted