aiagent.club
中文
GitHub

esp32_nat_router

#572 of 964 in the AI Agent Index

11 Score
Real usage
Momentum
Attention
42

About

This is a firmware to use the ESP32 as WiFi NAT router. It routes between the network of the AP interface and the STA or ETH interface as uplink network. It can also work as a VPN router using WireGuard as uplink.

Starting from this code base I started several spin-off projects with slightly differrent scope. These are all (ab)using the ESP as a minimal network device.

The maximum number of simultaniously connected WiFi clients is 8 (5 on the ESP32c3) due to RAM limitations (uses about 5KB per client). Each of the features: Web Interface, PCAP Capture, Wireguard VPN, Remote Console, WPA Enterprise and MQTT Home Assistant require several KB of additional RAM. So using all of them at once…

Across sources

2.0k Stars
  • Stars 2.0k
  • Forks 461
  • Commits 257
  • Releases 0