OVMS3-idf/examples/protocols/pppos_client
Angus Gratton 800bffb8b0 cmake: Add CMakeLists.txt files for all examples
Generating using convert_to_cmake.py, with some minor cleanup
2018-04-30 09:59:20 +10:00
..
main Resolve problems found by enabling -Wwrite-strings compilation flag 2018-04-10 08:53:43 +02:00
CMakeLists.txt cmake: Add CMakeLists.txt files for all examples 2018-04-30 09:59:20 +10:00
Makefile Enable lwip PPPoS support 2017-04-21 14:23:34 +10:00
README.md PPPoS: Rearrange config items (move TCP/IP stack size to LWIP), mark as experimental/unsupported 2017-04-21 14:23:34 +10:00
sdkconfig.defaults Enable lwip PPPoS support 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.

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.