#dhcp #w5500 #wiznet #dhcp-server

no-std w5500-dhcp

DHCP client for the Wiznet W5500 internet offload chip

8 releases (5 breaking)

0.6.0 Oct 2, 2023
0.5.0 Aug 6, 2023
0.4.2 Jul 14, 2022
0.4.1 May 11, 2022
0.1.0 Dec 25, 2021

#1532 in Embedded development

Download history 1/week @ 2024-02-13 35/week @ 2024-02-20 78/week @ 2024-02-27 84/week @ 2024-03-05 68/week @ 2024-03-12 19/week @ 2024-03-19 3/week @ 2024-03-26 35/week @ 2024-04-02 9/week @ 2024-04-09 88/week @ 2024-04-16

135 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.
  • ip_in_core: 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.

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.
  • ip_in_core: 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.

Dependencies

~355–550KB