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