https://github.com/wendal/jt808-rs
JT808解析库(rust版)
https://github.com/wendal/jt808-rs
Last synced: 2 months ago
JSON representation
JT808解析库(rust版)
- Host: GitHub
- URL: https://github.com/wendal/jt808-rs
- Owner: wendal
- License: mit
- Created: 2024-07-27T08:08:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T11:08:06.000Z (10 months ago)
- Last Synced: 2025-04-01T23:41:32.479Z (2 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jt808-rs
JT808解析库(rust版)## 简介
jt808-rs是JT808协议解析库,支持解析和构建JT808协议
**开发中** 功能待完善
## 安装
```sh
cargo add jt808-rs
```## 支持的功能
- [ ] 解析JT808协议
- [ ] JT808客户端
- [ ] JT808服务端## LISENCE
[MIT](LISENCE)