-->
Page 1 of 1

NAT Routing for Arduino Environment

PostPosted: Sat Mar 16, 2019 10:54 am
by martin_g
Allows for IP routing between the STA and the AP interface of the ESP8266. For transparent forwarding NAT (Network Address Tranlation) can be enabled. Find the repo at: https://github.com/martin-ger/lwip_nat_arduino

For an example look into: "WiFiNATRouter.ino" that sets up a basic NAT router between the AP and the STA interface and lets the ESP8266 work as a WiFi range extender.

Re: NAT Routing for Arduino Environment

PostPosted: Sat Mar 16, 2019 3:01 pm
by rudy
I'm looking forward to trying this. I guess it is time to move to 2.5 core.