mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 20:12:13 +02:00
PPPoS simple client example
(See the README.md file in the upper level 'examples' directory for more information about examples.)
Overview
This example focuses on the networking part, enables forwarding packets between network interfaces. It creates a WiFi soft AP, which uses NAT to forward packets to and from the PPP network interface.
How to use this example
See the README.md file in the upper level pppos
directory for more information about the PPPoS examples.