Expand description

DHCP client for the Wiznet W5500 SPI internet offload chip.

Warning

Please review the code before use in a production environment. This code has been tested, but only with a single DHCP server.

Feature Flags

All features are disabled by default.

  • embedded-hal: Passthrough to w5500-hl.
  • std: Passthrough to w5500-hl.
  • defmt: Enable logging with defmt. Also a passthrough to w5500-hl.
  • log: Enable logging with log.

Re-exports

pub use w5500_hl as hl;
pub use w5500_hl::ll;

Structs

DHCP client.

A validated hostname.

Constants

DHCP destination port.

DHCP source port.