Server software for Noname GT09 GPS Trackers, Vehicle trackers, AVL units
Noname GT09
Parser item name | Data type | Description |
FULL_DATA_PACKET | String | One message from a data packet |
DATA_PACKET | String | Same as FULL_DATA_PACKET, but without data packet signatures (if exist) |
DATE_TIME_STAMP | DateTime | Datetime stamp |
DATA_SOURCE_ID | Integer | Data source ID |
DATA_SOURCE_NAME | String | Data source name |
DATA_SOURCE_FULL_NAME | String | Data source full name |
CLIENTID | Integer | Tracker's remote IP address and port |
IMEI | String | IMEI |
DEVICE_ID | String | Device ID |
REPORT_TYPE | String | Report type |
RECORD_TYPE | String | Record type |
TIME_UTC | DateTime | UTC time |
DATE_UTC | DateTime | UTC date |
TIMESTAMP_UTC | DateTime | UTC date and time |
TIMESTAMP | DateTime | Local date and time |
GPS_STATE | String | GPS state |
GPS_STATE_NAME | String | GPS fix mode name |
LATITUDE2 | String | Latitude (source) |
LATITUDE2_H | String | Latitude (hemisphere) |
LATITUDE | Float | Latitude 1) |
LATITUDE_DEG | String | Latitude (format: deg/min/sec) |
LONGITUDE2 | String | Longitude (source) |
LONGITUDE2_H | String | Longitude (hemisphere) |
LONGITUDE | Float | Longitude 1) |
LONGITUDE_DEG | String | Longitude (format: deg/min/sec) |
SPEED | Float | Speed |
ANGLE | Float | Course |
STATE | String | Device state |
STATE1 | Integer | Device state 1 |
STATE2 | Integer | Device state 2 |
STATE3 | Integer | Device state 3 |
STATE4 | Integer | Device state 4 |
1) The value is being calculated using the following formula:

d - degree
m - minutes
s - seconds
ms - milliseconds
If a longitude is west or a latitude is south, then the value is being multiplied by –1.