at4_protocol

Crates.ioat4_protocol
lib.rsat4_protocol
version2.1.1
sourcesrc
created_at2021-06-24 15:56:50.159689
updated_at2021-08-14 06:35:53.686886
descriptionA rust crate that parses AirTouch 4 messages.
homepagehttps://github.com/lhjt/at4-protocol
repositoryhttps://github.com/lhjt/at4-protocol
max_upload_size
id414528
size29,006
Jared L (lhjt)

documentation

README

AirTouch 4 Protocol

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

Examples are available in the examples directory.

Commit count: 0

cargo fmt