Crates.io | netmod-udp |
lib.rs | netmod-udp |
version | 0.2.0 |
source | src |
created_at | 2021-03-02 11:47:07.028098 |
updated_at | 2021-03-02 12:13:26.87798 |
description | A UDP overlayed netmod endpoint driver |
homepage | |
repository | |
max_upload_size | |
id | 362623 |
size | 16,912 |
The netmod-udp endpoint is the main endpoint for udp capable IP networks, such as LAN-networks, existing Wifi networks, etc. . Network discovery features are implemented via broadcast addresses, and a special UDP handshake packet.
This crate also handles the NAT required to go from a ratman routing ID, to a local IP address. It does however not implement IP range discovery. See libqaul-proxy for that.