Help Menu

 Data Forwarding

Data Forwarding allows you to forward device(s) data to an external server.

Data will be saved on our platform, and also forwarded to your specified endpoint.

Forwarded data will be sent in CSV over UDP.

The receiving server will need a listening application that can accept the data transmission (using UDP port) 

We have the capability to add different formats if the existing ones do not suit your requirements.

The "COMMON" format is the most popular, here is a CSV example of the COMMON format: 

  • Gpsdate, //datetime tracker got the fix
  • Imei, //unique identifier
  • Latitude, //co-ordinates
  • Longitude, //co-ordinates
  • Odometer, //in KM
  • EventID, //our unique identifier for the event type, i.e. ignition on, ignition off, position report, overspeed etc
  • IgnitionOn, //true or false
  • battery, //internal tracker battery power
  • VehicleSpeed, //in kph
  • RoadSpeedLimit, //in kph
  • Heading, // 0-360 degree integer value (aka compass direction with north being 0)
  • Attributes,   //Number Of Sats, etc
  • CellTowerInfo,//MMC, MNC, LAC, ID
  • AssetName, //usually vehicle registration plate or how you have named asset in asset menu
  • ClientId, //WLT internal ID associated with the client
  • DriverID, //WLT internal ID of the driver
  • SensorData, //analog, 1-wire, serial (fuel/temperature etc)
  • CanBusData //fuel, throttle position, engine temp etc (if available)

 

Setup Data Forwarding Providers

1. Login to Site 

2. Go to Admin (top menu)

3. Go to Data Forwarding (left menu)

4. Click on New Data Forwarding Provider

5. Populate the details

6. Save.

Setup Data Forwarding Devices

1. Login to Site 

2. Go to Admin (top menu)

3. Go to Data Forwarding (left menu)

4. Click on Data Forwarding Devices

5. Select the Provider from the list

6. Select Client 

7. Select the assets that need data forwarding enabled

8. Save

Example String of the data forwarded:

 16/09/2020 05:46:03,352093084007995,-1.3350133,36.7069199,32.811,124,True,100,0.0,6,-1,{"Sat":"10","Power":"12.95","RSSI":"80"},,,,0,,#

 

 

 
Was this article helpful? yes / no

Date added: 2020-09-16 10:30:24

Rating (Votes): Article rated 3.3/5.0 (19)