JT808 Device Access
About 1 min
JT808 Device Access
Page Guide
JT/T 808 is commonly used for vehicle terminals and transportation devices. In FastBee, the access flow is similar to other protocol devices: create a product, configure protocol parameters, create a device, connect the terminal, and verify location or alarm data.
1. Access Flow
2. Product Configuration
| Item | Recommendation |
|---|---|
| Product type | Vehicle terminal or direct device. |
| Protocol | JT808 or the project-specific JT808 parser. |
| Device number | Use the terminal phone number or terminal identifier consistently. |
| Thing model | Define location, speed, direction, alarm, mileage, and status fields. |
3. Terminal Registration And Authentication
The terminal usually sends a registration message first. The platform replies with the registration result and an authentication code. The terminal then sends authentication before normal reporting.
4. Location And Alarm Data
| Data | Usage |
|---|---|
| Latitude and longitude | Map location and track playback. |
| Speed and direction | Driving status and trip analysis. |
| Alarm flag | Overspeed, emergency, abnormal status, and custom alarm linkage. |
| Mileage and status | Operational statistics and maintenance analysis. |
5. Development Notes
| Area | Notes |
|---|---|
| Protocol parsing | Keep message ID, terminal ID, serial number, and checksum handling stable. |
| Data mapping | Map parsed fields to thing-model identifiers. |
| Time handling | Use a unified timezone and convert terminal time carefully. |
| Command delivery | Confirm terminal online state and response message. |
