Ts
Trip start Packet
Added on v3.0
Defines the trip start identification packet. This packet is sent by the device to the server to indicate the beginning of a trip or journey.
Example Usage
<Ts>UNIX;TRIP_ID;CRC16</Ts>| Parameter | Type | Description | Example |
|---|---|---|---|
| UNIX | float | UNIX timestamps defined in seconds of the message | 1753306994 |
| TRIP_ID | string | The UUID that identifies the trip | a4cd0570-5dbe-46bc-8d6d-d4f6b4de5faa |
| CRC16 | integer | Cyclic Redundancy Check for error checking. | 1234 |