Firmware  0.7.1
Loading...
Searching...
No Matches
UDP

The sole responsibility of this module is to initialize UDP and open endpoints for communications.

Initialization

Initialization takes place in init(). This function creates an IPv4 UDP socket, stores the descriptor in sock_fd, and binds it to port 21105 on all local interfaces (INADDR_ANY).

The initialized socket is used by the Z21 service.

Previous Next
mDNS USB