Zephyr dhcp client with STM Nucleo and W5500
This application starts a DHCPv4 client, gets an IPv4 address from the DHCPv4 server, and prints address, lease time, netmask and router information to a serial console.This example uses Zephyr supported STM32F411re as a Target MCU board and W5500 for ethernet connectivity.
WIZnet docs: https://docs.wiznet.io/
Detailed doc: https://www.hackster.io/praveen_khot/zephyr-dhcpv4-client-stm-w5500-2cf5a8
github: https://github.com/wiznetindia/Zephyr_examples-W5500-
by Praveen_K
linux dhcp client
Good Project!