mirror of https://github.com/ARMmbed/mbed-os.git
Created PPP service class that encapsulates the PPP protocol. Class is similar to EMAC and L3IP classes with additional methods to read IP and DNS server addresses negotiation using PPP and to set PPP specific parameters (file handle for modem access etc.). PPP service can use on its own thread or in run in mbed os event Queue thread. Added ppp_nsapi.cpp module that implements the nsapi_ppp.h services. Added ppp_nsapi.cpp module that implements the nsapi_ppp.h services. |
||
---|---|---|
.. | ||
README | ||
ppp_arc4.c | ||
ppp_des.c | ||
ppp_md4.c | ||
ppp_md5.c | ||
ppp_sha1.c |
README
About PolarSSL files into lwIP PPP support ------------------------------------------ This folder contains some files fetched from the latest BSD release of the PolarSSL project (PolarSSL 0.10.1-bsd) for ciphers and encryption methods we need for lwIP PPP support. The PolarSSL files were cleaned to contain only the necessary struct fields and functions needed for lwIP. The PolarSSL API was not changed at all, so if you are already using PolarSSL you can choose to skip the compilation of the included PolarSSL library into lwIP. If you are not using the embedded copy you must include external libraries into your arch/cc.h port file. Beware of the stack requirements which can be a lot larger if you are not using our cleaned PolarSSL library. PolarSSL project website: http://polarssl.org/