beckdac / ESP8266-transparent-bridge

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

Static IP? #32

Open arlukas opened 9 years ago

arlukas commented 9 years ago

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.

beckdac commented 8 years ago

Does #define CONFIG_STATIC do it for you?

arlukas commented 8 years ago

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.

beckdac commented 8 years ago

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.

bstott commented 8 years ago

+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.

pendru commented 8 years ago

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

rajibgupta commented 8 years ago

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