esp_wifi_repeater | full functional WiFi Repeater ( correctly : a WiFi NAT Router | Firewall library
kandi X-RAY | esp_wifi_repeater Summary
kandi X-RAY | esp_wifi_repeater Summary
A full functional WiFi repeater (correctly: a WiFi NAT router). This is an implementation of a WiFi NAT router on the esp8266 and esp8285. It also includes support for a packet filtering firewall with ACLs, port mapping, traffic shaping, hooks for remote monitoring (or packet sniffing), an MQTT management interface, simple GPIO interaction, and power management. For a setup with multiple routers in a mesh to cover a larger area a new mode "Automesh" has been included . If you are looking for a way to integrate the NAT feature into your Arduino project - see . A similar basic NAT feature for the ESP32 can be found at:
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of esp_wifi_repeater
esp_wifi_repeater Key Features
esp_wifi_repeater Examples and Code Snippets
Community Discussions
Trending Discussions on esp_wifi_repeater
QUESTION
I have a working python script that retrieve data from a wifi device (a NodeMCU*) by connecting to its IP address:
...ANSWER
Answered 2019-Dec-26 at 10:24Your "repeater" does not extend the existing network as most WiFi repeaters do but is instead a WiFi router which creates a new network with a different address space. Your main WiFi router ("main SSID") is then just a single device inside this new network, which means it will use NAT to provide access from any devices inside "main SSID" to the "repeater SSID".
But since this kind of NAT dynamically maps multiple IP to a single IP it can work by design only in one direction: connection from inside the "main network" (192.168.1/24) to the "repeater network" (10.24.1/24) can be created but no connection from the repeater network to the main network. That's actually the same reason why devices inside a home network are not directly reachable from the internet.
To make this work you would need to create an explicit port forwarding if your router for "main SSID" can do this. Alternatively you could use a repeater which does not create a new network but which just extends the existing network. No idea if your existing device can do this since it is explicitly documented as "a WiFi NAT router".
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install esp_wifi_repeater
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page