Skip to content

Commit 191c3ce

Browse files
authored
Merge pull request #1 from JhosuaSparrow/master
Update Docs
2 parents 5b38966 + 80bd706 commit 191c3ce

File tree

13 files changed

+7265
-3681
lines changed

13 files changed

+7265
-3681
lines changed

README.md

Lines changed: 45 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,57 @@
1-
# 交通标准808协议(JT/T 808)客户端功能
1+
# JT/T 808
22

3-
## 修订历史
3+
[中文](./README_ZH.md) | English
44

5-
| Version | Date | Author | Change expression |
6-
| :------ | ---------- | ---------- | --------------------- |
7-
| 1.0.0 | 2022-06-30 | 孙健 | 初始版本 |
5+
## Introduction
86

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.
108

11-
### 功能概述
9+
## Functions
1210

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
1426

15-
### 主要功能
16-
17-
- 终端注册/注销, 鉴权
18-
- 查询服务器时间
19-
- 终端参数/属性上报
20-
- 位置信息上报
21-
- 事件信息上报
22-
- 升级结果上报
23-
- 提问应答
24-
- 信息点播/取消
25-
- 查询区域/路线数据应答
26-
- 驾驶记录数据上报
27-
- 电子运单数据上报
28-
- 驾驶员信息上报
29-
- 多媒体数据/事件上报
30-
- 通用数据传输
31-
32-
### 兼容版本
27+
## Compatible Version
3328

3429
| Version | Support |
3530
| :----------- | ---------|
3631
| JT/T 808-2011 | Y |
3732
| JT/T 808-2013 | Y |
3833
| 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.

README_ZH.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# JT/T 808
2+
3+
中文 | [English](./README.md)
4+
5+
## 概述
6+
7+
该项目实现了中华人民共和国交通运输行业标准 JT/T808 客户端功能,用户可直接使用该功能与对应服务端进行标准内的数据交互。
8+
9+
**主要功能:**
10+
11+
- 终端注册 / 注销,鉴权
12+
- 心跳上报
13+
- 查询服务器时间
14+
- 终端参数 / 属性上报
15+
- 位置信息上报
16+
- 事件信息上报
17+
- 升级结果上报
18+
- 提问应答
19+
- 信息点播 / 取消
20+
- 查询区域 / 路线数据应答
21+
- 驾驶记录数据上报
22+
- 电子运单数据上报
23+
- 驾驶员信息上报
24+
- 多媒体数据 / 事件上报
25+
- 通用数据传输
26+
27+
## 用法
28+
29+
- [API 参考手册](./docs/zh/API参考手册.md)
30+
- [用户使用手册](./docs/zh/用户使用手册.md)
31+
- [客户端示例代码](./code/test_jtt808.py)
32+
33+
## 贡献
34+
35+
我们欢迎对本项目的改进做出贡献!请按照以下步骤进行贡献:
36+
37+
1. Fork 此仓库。
38+
2. 创建一个新分支(`git checkout -b feature/your-feature`)。
39+
3. 提交您的更改(`git commit -m 'Add your feature'`)。
40+
4. 推送到分支(`git push origin feature/your-feature`)。
41+
5. 打开一个 Pull Request。
42+
43+
## 许可证
44+
45+
本项目使用 Apache 许可证。详细信息请参阅 [LICENSE](./LICENSE) 文件。
46+
47+
## 支持
48+
49+
如果您有任何问题或需要支持,请参阅 [QuecPython 文档](https://python.quectel.com/doc) 或在本仓库中打开一个 issue。

0 commit comments

Comments
 (0)