#dhcp #w5500 #wiznet #dhcp-server

no-std w5500-dhcp

DHCP client for the Wiznet W5500 internet offload chip

9 releases (breaking)

0.7.0 Jun 9, 2024
0.6.0 Oct 2, 2023
0.5.0 Aug 6, 2023
0.4.2 Jul 14, 2022
0.1.0 Dec 25, 2021

#1453 in Embedded development

Download history 37/week @ 2024-04-01 9/week @ 2024-04-08 87/week @ 2024-04-15 98/week @ 2024-04-22 78/week @ 2024-04-29 40/week @ 2024-05-06 20/week @ 2024-05-13 10/week @ 2024-05-27 119/week @ 2024-06-03 153/week @ 2024-06-10 42/week @ 2024-06-17 41/week @ 2024-06-24 16/week @ 2024-07-01 38/week @ 2024-07-08 17/week @ 2024-07-15

113 downloads per month

MIT license

135KB
2K SLoC

w5500-dhcp

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.

  • eh0: Passthrough to w5500-hl.
  • eh1: Passthrough to w5500-hl.
  • defmt: Enable logging with defmt. Also a passthrough to w5500-hl.
  • log: Enable logging with log.

lib.rs:

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.

  • eh0: Passthrough to w5500-hl.
  • eh1: Passthrough to w5500-hl.
  • defmt: Enable logging with defmt. Also a passthrough to w5500-hl.
  • log: Enable logging with log.

Dependencies

~340–530KB