Skip to main content

Module udp

Module udp 

Source
Expand description

UDP broadcast interface.

Connectionless, no HDLC framing — each UDP datagram is one packet. Matches Python UDPInterface from UDPInterface.py.

Structs§

UdpConfig
Configuration for a UDP interface.

Functions§

start
Start a UDP interface. Spawns a reader thread if listen_ip/port are set. Returns a writer if forward_ip/port are set.