beckdac / ESP8266-transparent-bridge

Absolutely transparent bridge for the ESP8266
GNU General Public License v2.0
367 stars 95 forks source link

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

Open MustafaFayez opened 9 years ago

MustafaFayez commented 9 years ago

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.

beckdac commented 8 years ago

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.