at4_protocol 2.1.0

A rust crate that parses AirTouch 4 messages.
Documentation
1
2
3
4
5
6
7
8
9
# 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](examples) directory.