mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f3a567b65d
Ref #272
10 lines
412 B
Markdown
10 lines
412 B
Markdown
#PPP over Serial (PPPoS) client example
|
|
|
|
It shows example of ppp client using lwip PPPoS api and GSM.
|
|
Before you run this example, make sure your GSM is in command mode
|
|
and is registered to network.
|
|
|
|
PPP over serial support is experimental and unsupported. This example was tested with GSM Telit GL865-DUAL V3.
|
|
|
|
See the README.md file in the upper level 'examples' directory for more information about examples.
|