mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 12:02:11 +02:00
12 lines
482 B
Markdown
12 lines
482 B
Markdown
![]() |
# 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.
|