#w5500 #dhcp #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

#1620 in Embedded development

Download history 89/week @ 2024-09-15 95/week @ 2024-09-22 49/week @ 2024-09-29 32/week @ 2024-10-06 43/week @ 2024-10-13 35/week @ 2024-10-20 23/week @ 2024-10-27 59/week @ 2024-11-03 57/week @ 2024-11-10 38/week @ 2024-11-17 35/week @ 2024-11-24 56/week @ 2024-12-01 93/week @ 2024-12-08 51/week @ 2024-12-15

144 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–520KB