<< Click to Display Table of Contents >>

Navigation:  Program use > Configuration > Modules > Tracker data redirection >

Formats

APKCOM ASC 5, AutoGRAPH, GlobalTrack G200X, Navtelecom Signal 2115, Teltonika – format of the respective tracker.

 

EGTS protocol – Russian format EGTS.

 

Gis Sonic SOAP – example of a data packet with a link to the schema.

 

POST:application/soap+xml; charset=utf-8

 

<?xml version="1.0" encoding="utf-8"?>

<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">

<soap12:Body>

<GIS_Info_Sonic xmlns="http://portal.secureorigins.com">

<Security_Token></Security_Token>

<device_num>3512340</device_num>

<Latitude>53.918460</Latitude>

<Longitude>27.603648</Longitude>

<timestamp>20190403061613</timestamp>

</GIS_Info_Sonic>

</soap12:Body>

</soap12:Envelope>

 

GMT SOAP – example of a data packet.

 

POST:text/xml; charset=ISO-8859-1

 

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">

<soap:Body>

<UbicacionEquipoTerceros xmlns="urn:GMTGPSIntegracionTerceros">

<sNoSerie xsd:type="xsd:string">3512340</sNoSerie>

<sEvento xsd:type="xsd:string"></sEvento>

<sFechaHoraPaquete xsd:type="xsd:string">20190403062009</sFechaHoraPaquete>

<sLatitud xsd:type="xsd:string">53.918460</sLatitud>

<sLongitud xsd:type="xsd:string">27.603648</sLongitud>

<sVelocidad xsd:type="xsd:string">40</sVelocidad>

<sHeading xsd:type="xsd:string">0</sHeading>

<sTemperatura xsd:type="xsd:string">0</sTemperatura>

</UbicacionEquipoTerceros></soap:Body></soap:Envelope>

 

GpsGate SmartPipe (NMEA 0183 $GPRMC) – format of the data packet is the same as of $GPRMC of the standard NMEA 0183, but here the device ID precedes the packet.

 

IMEI=100000003512340$GPRMC,062147,A,5355.1076,N,02736.2189,E,21.6,0.0,20190403,,,E*4E<CR><LF>

 

GpsGate TrackerOne (HTTP) – format supported by the GpsGate system. Works only if the target server address is of the HTTP or HTTPS type.

 

GET /url?cmd=$FRCMD,100000003512340,_SendMessage,,5355.1076,N,02736.2189,E,0.0,21.60,0.0,030419,062350.00,1,Button1=1,Switch1=1,Analog1=-1.0*63 HTTP/1.1

Accept: */*

Connection: Keep-Alive

User-Agent: GPS Tracker Data Logger

Host: 127.0.0.1:7777

 

GpsGate TrackerOne (TCP) – format supported by the GpsGate system. Works over TCP.

 

$FRCMD,100000003512340,_SendMessage,,5355.1076,N,02736.2189,E,0.0,21.60,0.0,030419,062624.00,1,Button1=1,Switch1=1,Analog1=-1.0*65<CR><LF>

 

HTTP 1.1 GET - simple HTTP GET request.

 

GET /url?op=loc&imei=3512340&dt_tracker=2019-04-03+06%3A28%3A16&lat=53.918460&lng=27.603648&altitude=0&angle=0&speed=40&loc_valid=1&ip=127.0.0.1&port=7776&params=sat%3D9%7Cbatv%3D4.22%7Caccv%3D0.0%7Cdi1%3D1%7Cdo1%3D1%7C HTTP/1.1

Accept: */*

Connection: Keep-Alive

User-Agent: GPS Tracker Data Logger

Host: 127.0.0.1:7777

 

HTTP 1.1 POST - simple HTTP POST request.

 

POST /url HTTP/1.1

Accept: */*

Connection: Keep-Alive

Content-Type: application/x-www-form-urlencoded

User-Agent: GPS Tracker Data Logger

Host: 127.0.0.1:7777

Content-Length: 210

 

op=loc&imei=3512340&dt_tracker=2019-04-03+07%3A09%3A50&lat=53.918460&lng=27.603648&altitude=0&angle=0&speed=40&loc_valid=1&ip=127.0.0.1&port=7776&params=sat%3D9%7Cbatv%3D4.22%7Caccv%3D0.0%7Cdi1%3D1%7Cdo1%3D1%7C

 

M2M SOAP – inter-server interaction protocol by Wialon.

 

<?xml version="1.0" encoding="windows-1251"?>

<soapenv:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope">

<soapenv:Header/>

<soapenv:Body>

<ws:PutCoord>

<ObjectID>3512340</ObjectID>

<Coord time="2019-04-03T07:11:40Z" lon="27.603648" lat="53.918460" alt="0" speed="40" dir="0" valid="1" />

<DigO outnum="1" />

<DigI inpnum="1" />

<AnalogI num="1" val="0.0" />

<AnalogI num="2" val="0.0" />

<PortData port="99" value="0" recvd="" />

</ws:PutCoord>

</soapenv:Body>

</soapenv:Envelope>

 

Wialon IPS, Wialon IPS v2 – protocols developed by Wialon. Detailed descriptions can be found on the Net. The second version of the protocol features additional fields in the first authentication message.

 

#L#3512340;NA<CR><LF>

#D#030419;071311;5355.1076;N;02736.2189;E;40;0;NA;9;NA;1;1;0.0,0.0;NA;serial_id:3:0,pwr_in:2:4.22,pwr_ext:2:0.0<CR><LF>

 

Wialon Retranslator – binary exchange protocol developed by Wialon.