[][src]Module ax25::tnc

Connect to a TNC and use it to send and receive frames.

Structs

LinuxIfConfig

Configuration details for a TNC attached as a Linux network interface using kissattach. This structure can be created directly or indirectly by parsing a string into a TncAddress.

TcpKissConfig

Configuration details for a TCP KISS TNC. This structure can be created directly or indirectly by parsing a string into a TncAddress.

Tnc

A local or remote TNC attached to a radio, which can send and receive frames.

TncAddress

A parsed TNC address that can be used to open a Tnc.

Enums

ParseError

Errors that can occur when parsing a TncAddress from a string.

TncError

Errors that can occur when interacting with a Tnc.