This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP432E401Y: Adding additional PPP network interfaces

Part Number: MSP432E401Y
Other Parts Discussed in Thread: SYSCONFIG,

Hi,

I've made a project based on the MQTT Client example in the SDK that publishes data to a broker over the Ethernet connection. Next, I would like to add a WiFi module so that the data can be published over the WiFi connection instead of the Ethernet when it is not connected. The WiFi module has a PPP mode and according to the NDK documentation the NDK supports PPP. Are there any examples or documentation on how to add a new interface and integrate it with the NDK? In the sysconfig window there is an option to add additional NDK interfaces but once that's done it's not clear how to use that interface with the rest of the project.