Files
esp-protocols/components/eppp_link/examples/slave
David Cermak 2ff150c310 feat(eppp): Add support for TUN interface
* Implement factory pattern
* Make netif type configurable (PPP vs. TUN)
* Use ICMP for TUN netif connection
* Relax deps criteria (mainly for Ethernet)use the tun feature
2025-06-12 11:59:17 +02:00
..

Wi-Fi station to PPPoS server

This example demonstrate using NAPT to bring connectivity from WiFi station to PPPoS server.

This example expect a PPPoS client to connect to the server and use the connectivity. The client could be a Linux computer with pppd service or another microcontroller with PPP client (or another ESP32 with not WiFi interface)