User Manual
Version 7.6
×

Tripia Relaying

 
Tripia is a relay protocol used to transmit vehicle data. It can transmit information about location, speed, travel time, and other parameters in real time.
 
Tripia / JSon web service
IP: 64.225.12.166
Puerto/Port: 3000 TCP
 
Sending every 30 seconds when ignition is on and every minute when ignition is off.
 
 
Example
{
  "provider": {
    "name": "Providers Name",
    "code": "1234abc"
  },
  "dispatcher":{
    "name":"Dispatcher Name",
    "identifier":"1234abc",
    "licensePlate":"1234abc"
  },
  "registry":{
    "eventTimestamp": "2016-01-01T00:00:00Z",
    "sentTimestamp": "2016-01-01T00:00:00Z"
  },
  "gps":{
    "latitude": 123.456789,
    "longitude": 123.456789,
    "speed": 100,
    "heading": 123,
    "altitude": 123,
    "satellites": 12,
    "hdop": 1.2,
    "pdop": 1.2
  },
  "connection":{
    "signal":85,
    "operatorMCCMNC": Entel,
    "type":2,
    "cellID":123456789
  },
  "status":{
    "ignition":1,
    "movement":1,
    "odometer":12345678,9,
    "hourMeter":12345678,9,
    "battery":12,2
  },
  "gpsEvents":{
    "batteryDisconnected":0,
    "jamming":1,
    "satellitesLost":0,
    "towedVehicule":1,
    "signalLost":0,
    "signalRecovered":1,
    "driving":{
      "harshAcceleration":1,
      "harshTurn":1,
      "harshBraking":1,
      "crash":1
    }
  },
  "gpsSensors":{
    "temperature1": 12,3,
    "temperature2": 12,3,
    "temperature3": 12,3,
    "temperature4": 12,3,
    "temperature5": 12,3,
    "temperature6": 12,3,
    "driverDoor": 0,
    "copilotDoor": 0,
    "sideLoadingDoor": 0,
    "rearLoadingDoor": 0,
    "engineHood": 1,
    "panicButton": 0
  },
  "telemetry":{
    "adas":0,
    "dms":1,
    "reefer":0,
    "canbus":1,
    "driverid":0
  },
  "adasEvents":{
    "fcw":1,
    "ldw":1,
    "ldwl":1,
    "ldwr":1,
    "pcw":1,
    "prox":1
  },
  "dmsEvents":{
    "blocked":0,
    "faceLost":0,
    "distraction":0,
    "frequentYawning":0,
    "lookingAside":1,
    "smoking":0,
    "calling":1,
    "drowsiness":0,
    "seatbelt":1
  },
  "canbusData":{
    "fuelPercent":12,
    "fuelLiters":128,
    "fuelLoad":80,
    "odometer":12345678,9,
    "speed":123,
    "fuelConsumption":11,12,
    "driverDoor": 0,
    "copilotDoor": 1,
    "engineHours":12345678,9
  },
  "driveridData":{
    "type":1,
    "codeId":"123456789",
    "driverName":"Nombre conductor",
    "driverId":"123456789"
  }
}
 
 
Connection-Related Sensor Values:
  • Signal
  • OperatorMCCMNC
  • ConnectionType
  • CellID
 
Status-Related Sensor Values:
  • Ignition
  • Movement
  • Odometer
  • Battery
     
CAN Bus Data:
  • FuelPercent
  • FuelLiters
  • FuelLoad
  • FuelConsumption
  • EngineHours
     
GPS Event Data:
  • BatteryDisconnected
  • Jamming
  • SatellitesLost
  • TowedVehicule
  • SignalLost
  • SignalRecovered
  • HarshAcceleration
  • HarshTurn
  • HarshBraking
  • Crash
     
DMS Event Data:
  • Blocked
  • FaceLost
  • Distraction
  • FrequentYawning
  • LookingAside
  • Smoking
  • Calling
  • Drowsiness
  • Seatbelt
     
ADAS Event Data:
  • Fcw
  • Ldw
  • Ldwl
  • Ldwr
  • Pcw
  • Prox
     
GPS Sensor Data:
  • Temperature1
  • Temperature2
  • Temperature3
  • Temperature4
  • Temperature5
  • Temperature6
  • DriverDoor
  • CopilotDoor
     
Additional Sensor Data:
  • SideLoadingDoor
  • RearLoadingDoor
  • EngineHood
  • PanicButton
  • Reefer
  • Canbus
  • Type
  • CodeId
 
Driver ID Data:
  • DriverId
  • Dms
  • Adas
  • DriverName