|
|
%!s(int64=5) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| main | %!s(int64=5) %!d(string=hai) anos | |
| CMakeLists.txt | %!s(int64=5) %!d(string=hai) anos | |
| README.md | %!s(int64=5) %!d(string=hai) anos | |
| app_test.py | %!s(int64=5) %!d(string=hai) anos | |
| sdkconfig.defaults | %!s(int64=5) %!d(string=hai) anos | |
| Supported Targets | ESP32 | ESP32-S2 |
|---|
Testing connection of PPP client (ESP) to PPP server (raspberry pi)
| ESP | rpi |
|---|---|
| GPIO25 | UART-RX |
| GPIO26 | UART-TX |
| GND | GND |
sudo pppd /dev/ttyAMA0 115200 CONFIG_TEST_APP_PPP_SERVER_IP:TEST_APP_PPP_CLIENT_IP modem local noauth debug nodetach dump nocrtscts
or with +ipv6 to support ipv6 assignment
Connect to the ESP local link address and send data, e.g.
nc fe80::74d7:edc5:9907:5457 2222
Server side expects to run tcp server on port 2222
nc -l 2222
configuration Example_PPP see wikis/test-docs/example-test-env#example_ppp