Crates.io | mozim |
lib.rs | mozim |
version | 0.2.7 |
created_at | 2022-12-01 13:36:45.770743+00 |
updated_at | 2025-08-15 07:13:59.993521+00 |
description | DHCP Client Library |
homepage | |
repository | https://github.com/nispor/mozim |
max_upload_size | |
id | 727632 |
size | 999,031 |
Still doing code sign, no real work this project can do yet. Check again in 2022.
DONE:
mzc
.TODO:
DHCPNAK
reply.DHCPDECLINE
: Client to server indicating network address is
already in use.DHCPINFORM
: Client to server, asking only for local configuration
parameters; client already has externally configured network address.# Below script will create veth eth1/eth1.ep.
# The `eth1.ep` is DHCP server interface running dnsmasq in `mozim` network
# namespace.
sudo ./utils/test_env_mozim &
cargo run --example mozim_dhcpv4_async
cargo run --example mozim_dhcpv6_sync