martin-ger / esp_mqtt

MQTT Broker/Bridge on the ESP8266
MIT License
295 stars 69 forks source link

Internet routing #2

Closed HynekBaran closed 6 years ago

HynekBaran commented 7 years ago

Hi, I would be useful to allow internet routing, as your esp_wifi_repeater do (possibly as a bridge, no NAS). Is it a problem to add such a feature? Thanks Hynek Baran

martin-ger commented 7 years ago

No real problem. It just has to be linken against my version of the esp_open_lwip library instead of the stadard one, e.g. from https://github.com/martin-ger/esp_wifi_repeater/blob/master/liblwip_open_napt.a . It includes routing already.

ShravanNAgni commented 6 years ago

Hi, I flashed the firmware in the firmware directory onto an esp8266(Wemos D1) using ESP8266 Download Tool and if I use the terminal tools like Putty or Hyperterminal, I am unable to write any script. Tried with both SPI modes QIO and DIO. Flash size 32Mbit. Baud rate - 230400 I am getting some continuous symbols on the terminal window and the led on esp is flashing continuously. It would be great if get some help regarding this. I am using a windows 10 machine,

martin-ger commented 6 years ago

https://github.com/martin-ger/esp_mqtt#known-issues