beckdac / ESP8266-transparent-bridge

Absolutely transparent bridge for the ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to enable DHCP server for AP mode to assign ip addresses for clients

MustafaFayez opened this issue · comments

Hello, I need to enable DHCP when the module is in AP mode so that any client connected to it can get automatic ip, in stock firmware, AT+CWDHCP command could do this. In transparent-bridge firmware, I can't find similar command, thanks.

Nice idea. Should be doable given that that stock firmware on the SDK has this feature. Not the typical mode I use. When in the default AP mode, I often just self-assign IPs, but I guess you are using a phone and that is more awkward. Enhancement, help wanted: good beginner project.