Skip to main content

Module interface

Module interface 

Source
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§

InterfaceEntry
Everything the driver tracks per interface.
InterfaceStats
Traffic statistics for an interface.

Traits§

Writer
Writable end of an interface. Held by the driver.