esp-idf/examples/protocols/pppos_client
Angus Gratton fa3120cb40 PPPoS example: Move pin configuration to menuconfig, add log statement
Also remove spurious infinite loop in app_main()
2017-04-21 14:29:16 +10:00
..
main PPPoS example: Move pin configuration to menuconfig, add log statement 2017-04-21 14:29:16 +10:00
Makefile
README.md
sdkconfig.defaults

README.md

#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.