beckdac / ESP8266-transparent-bridge

Absolutely transparent bridge for the ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static IP?

arlukas opened this issue · comments

First of all thanks for the effort and for this really nice code.
I wonder if it's possible to define a static ip for the station mode. I've not seen it on the instructions.
If it's possible, how can I define it?

Thanks in advance.
Regards.

Does #define CONFIG_STATIC do it for you?

Hi.
Sorry, but I wasn't specific in my question.
I meant if I can define a static IP through the AT mode interface that you've implemented. Something like this: +++AT STATICIP.

Thanks in advance.

Regards.

Ah. I can see the use case for that. To eliminate the need for this, on my IoT networks, I have the MAC address of these devices in a table of 'static' address on the DHCP server.

+1 This seems a vital component/feature. Many networks we create with this device do not need to be public and should not require a DHCP server.

First of all thanks for a simple & smart solution.
looking forward for a STATIC IP in STA Mode, which brings the support for most of the use cases.

Thanks in advance

Great firmware,It saves a lot of time. But it would be great if we could provide a static IP to it.