Hello,
I wanted to ask about adding a PPP implementation on top of the BLE Simple Serial Stream example provided in this repository: https://github.com/TexasInstruments/ble_examples/blob/simplelink_cc2640r2_sdk-3.40/examples/rtos/CC2640R2_LAUNCHXL/bleapps/simple_serial_socket_server/readme.md
I wanted to be able to add a PPP library to the simple_serial_server/client project so that it could send and receive TCP/IP packets over the BLE serial socket defined in the simple serial project. A few questions I had about this are:
Is there a pre-existing PPP c library that can be easily integrated into the c26x3/cc13x2 simple serial project to allow for the above behavior? The idea is to have a server that runs on a computer (gateway) that connects to the board via a ble serial socket and allows for send and receive of TCP/IP packets over the serial connection.
What would be the best approach implementing this project?
The current simple serial example exists for sdk V3/4 but V6 is currently the newest, is there a ble serial socket example that exists for V6? If not how can I best migrate the current version to the newer SDK?
What other resources are available for running PPP connections on the cc13x2 board?
Thanks in advance for the help!