From efe5a42d72f95d019adf794e0fc045ce954cfd24 Mon Sep 17 00:00:00 2001 From: martin-ger Date: Thu, 23 Apr 2026 22:50:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f96017..a3f4e4f 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # esp_wifi_repeater A full functional WiFi NAT router (and now also a WiFi repeater aka. L2 bridge) -**NEW 2026:** *10 years after the first release it has finally become, what it ever pretendend to be: a true WiFi repeater. In order not to break any existing docs and links, the standard edition still remains the well-known NAT router version with all the advanced features. But if you are interested in a stripped down true L2 bridge, look below in the "WiFi Repeater - L2 bridge" section* +**NEW 2026:** *10 years after the first release it has finally become, what it ever pretendend to be: a true WiFi repeater. In order not to break any existing docs and links, the standard edition still remains the well-known NAT router version with all the advanced features. But if you are interested in a stripped down true L2 bridge, look below in the section [WiFi Repeater - L2 bridge](#wifi-repeater---l2-bridge). 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 https://github.com/martin-ger/esp_wifi_repeater#automesh-mode .