Crates.io | at4_protocol |
lib.rs | at4_protocol |
version | 2.1.1 |
source | src |
created_at | 2021-06-24 15:56:50.159689 |
updated_at | 2021-08-14 06:35:53.686886 |
description | A rust crate that parses AirTouch 4 messages. |
homepage | https://github.com/lhjt/at4-protocol |
repository | https://github.com/lhjt/at4-protocol |
max_upload_size | |
id | 414528 |
size | 29,006 |
This crate parses, decodes, and encodes AirTouch 4 (AT4) messages.
This crate is not responsible for communicating with your AT4. It only acts as a parser for TCP packets from the AT4, as well as an encoder to create valid AT4 packets.
Examples are available in the examples directory.