Adrian Muzyka 47c722d674 Enable lwip PPPoS support
* Fix some lwip api bugs
 * Added PPP_SUPPORT parameter to lwip Kconfig
 * Added example pppos_client

Merges #272 https://github.com/espressif/esp-idf/pull/272
2017-04-21 14:23:34 +10:00
..
2017-04-21 14:23:34 +10:00
2017-04-21 14:23:34 +10:00
2017-04-21 14:23:34 +10:00
2017-04-21 14:23:34 +10:00

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

Tested with GSM Telit GL865-DUAL V3.

See the README.md file in the upper level 'examples' directory for more information about examples.