|
1 | | -# 交通标准808协议(JT/T 808)客户端功能 |
| 1 | +# JT/T 808 |
2 | 2 |
|
3 | | -## 修订历史 |
| 3 | +[中文](./README_ZH.md) | English |
4 | 4 |
|
5 | | -| Version | Date | Author | Change expression | |
6 | | -| :------ | ---------- | ---------- | --------------------- | |
7 | | -| 1.0.0 | 2022-06-30 | 孙健 | 初始版本 | |
| 5 | +## Introduction |
8 | 6 |
|
9 | | -## JT/T808 介绍 |
| 7 | +This project implements the JT/T808 client function of the transportation industry standard of the People's Republic of China. Users can directly use this function to interact with the corresponding server for data within the standard. |
10 | 8 |
|
11 | | -### 功能概述 |
| 9 | +## Functions |
12 | 10 |
|
13 | | -该项目实现了中华人民共和国交通运输行业标准(JT/T808)**客户端**功能, 用户可直接使用该功能与对应服务端进行标准内的数据交互。 |
| 11 | +- Terminal registration / logout, authentication |
| 12 | +- Heartbeat reporting |
| 13 | +- Query server time |
| 14 | +- Terminal parameter / attribute reporting |
| 15 | +- Report location information |
| 16 | +- Report incident information |
| 17 | +- Report upgrade results |
| 18 | +- Questions and answers |
| 19 | +- Information on demand / cancellation |
| 20 | +- Query area / route data response |
| 21 | +- Driving record data reporting |
| 22 | +- Electronic waybill data reporting |
| 23 | +- Driver information reporting |
| 24 | +- Multimedia data / event reporting |
| 25 | +- Universal data transfer |
14 | 26 |
|
15 | | -### 主要功能 |
16 | | - |
17 | | -- 终端注册/注销, 鉴权 |
18 | | -- 查询服务器时间 |
19 | | -- 终端参数/属性上报 |
20 | | -- 位置信息上报 |
21 | | -- 事件信息上报 |
22 | | -- 升级结果上报 |
23 | | -- 提问应答 |
24 | | -- 信息点播/取消 |
25 | | -- 查询区域/路线数据应答 |
26 | | -- 驾驶记录数据上报 |
27 | | -- 电子运单数据上报 |
28 | | -- 驾驶员信息上报 |
29 | | -- 多媒体数据/事件上报 |
30 | | -- 通用数据传输 |
31 | | - |
32 | | -### 兼容版本 |
| 27 | +## Compatible Version |
33 | 28 |
|
34 | 29 | | Version | Support | |
35 | 30 | | :----------- | ---------| |
36 | 31 | | JT/T 808-2011 | Y | |
37 | 32 | | JT/T 808-2013 | Y | |
38 | 33 | | JT/T 808-2019 | Y | |
| 34 | + |
| 35 | +## Usage |
| 36 | + |
| 37 | +- [API Reference Manual](./docs/en/API_Reference.md) |
| 38 | +- [Instruction Manual](./docs/en/Instruction_Manual.md) |
| 39 | +- [Client Example Code](./code/test_jtt808.py) |
| 40 | + |
| 41 | +## Contribution |
| 42 | + |
| 43 | +We welcome contributions to improve this project! Please follow these steps to contribute: |
| 44 | + |
| 45 | +1. Fork the repository. |
| 46 | +2. Create a new branch (`git checkout -b feature/your-feature`). |
| 47 | +3. Commit your changes (`git commit -m 'Add your feature'`). |
| 48 | +4. Push to the branch (`git push origin feature/your-feature`). |
| 49 | +5. Open a Pull Request. |
| 50 | + |
| 51 | +## License |
| 52 | + |
| 53 | +This project is licensed under the Apache License. See the [LICENSE](./LICENSE) file for details. |
| 54 | + |
| 55 | +## Support |
| 56 | + |
| 57 | +If you have any questions or need support, please refer to the [QuecPython documentation](https://python.quectel.com/doc/en) or open an issue in this repository. |
0 commit comments