feat(eppp): Added support for UART transport

This commit is contained in:
David Cermak
2023-12-21 14:28:28 +01:00
parent a7610395ef
commit ad27414a64
17 changed files with 706 additions and 4 deletions

View File

@ -0,0 +1,7 @@
# 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)