-->
Page 1 of 1

WiFi repeater using lwip2 in Arduino

PostPosted: Mon Oct 07, 2019 7:24 pm
by Daniel Toward
I am searching for a WiFi repeater example in Arduino. The lwip2 has been implemented in ESP8266 Arduino and it supports NAT routing but I couldn't find any examples for that. How to use lwip2 lib in Arduino?

Re: WiFi repeater using lwip2 in Arduino

PostPosted: Tue Oct 08, 2019 5:05 pm
by davydnorris
The closest thing out there that I know of is this project:
https://github.com/martin-ger/esp_wifi_repeater

Quite a nice little project!

Re: WiFi repeater using lwip2 in Arduino

PostPosted: Tue Oct 08, 2019 5:43 pm
by Daniel Toward
From the same author:
*** This lib is somewhat obsolete because of the recent update of ESP8266 Arduino https://github.com/esp8266/Arduino. With this update in the master branch, the lwip2 implementiation also supports NAT routing. If you need this feature you might want to consider this option. ***

Re: WiFi repeater using lwip2 in Arduino

PostPosted: Tue Oct 08, 2019 11:38 pm
by Pablo2048