Expand description
Network interface abstractions.
Modules§
- auto
- AutoInterface: Zero-configuration LAN auto-discovery via IPv6 multicast.
- backbone
- Backbone TCP mesh interface using Linux epoll.
- i2p
- I2P interface using the SAM v3.1 protocol.
- kiss_
iface - KISS interface with flow control and TNC configuration.
- local
- Local shared instance interface.
- pipe
- Pipe interface: subprocess stdin/stdout with HDLC framing.
- rnode
- RNode LoRa radio interface.
- serial_
iface - Serial interface with HDLC framing.
- tcp
- TCP client interface with HDLC framing.
- tcp_
server - TCP server interface with HDLC framing.
- udp
- UDP broadcast interface.
Structs§
- Interface
Entry - Everything the driver tracks per interface.
- Interface
Stats - Traffic statistics for an interface.
Traits§
- Writer
- Writable end of an interface. Held by the driver.