Free RTOS DHCP server Implementation

shanfreertos wrote on Monday, September 16, 2019:

Hi all,
I want to implement a DHCP server in ARM cortex M0 ( Need to support only one or two clients). In FreeRTOS+TCP V2.0.10 stack, only APIs for DHCP client is available. Is any Free RTOS DHCP Server APIs implementation / Example code is available ?

Regards
Navas K K

rtel wrote on Monday, September 16, 2019:

There is nothing official, although you may find something online. We
have had a few requests for this recently for when Wi-Fi AP mode is
used, but it is not a simple thing to code unless you have a very
constrained use case.