w5500-dhcp
Simple DHCP client for the Wiznet W5500 SPI internet offload chip.
Warning
Please proceed with caution, and review the code before use in a production environment.
This code was developed for one-off hobby projects. It works for my network, but it likely has bugs.
Limitations
- No support for rebinding
- No support for renewing
Feature Flags
All features are disabled by default.
embedded-hal
: Passthrough to w5500-hl.std
: Passthrough to w5500-hl.defmt
: Enable logging withdefmt
. Mutually exclusive withlog
. Also a passthrough to w5500-hl.log
: Enable logging withlog
. Mutually exclusive withdefmt
.
Related Crates
- w5500-ll - Low level W5500 register accessors.
- w5500-hl - Higher level socket operations.
- w5500-regsim - Register simulation using
std::net
.