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.

TiRTOS NDK change IP address

Hi,

I am running TiRTOS and the TCPEcho example on the TM4C1294XL launchpad. I have set the .cfg to use a static IP address.

I have added USBCDC support from the usbserialdevice example. All works just fine :)

I now want to send a command on the USBserial to change the IP address of the board.

When I was using raw lwIP there was a function lwIPNetworkConfigChange(....). I can't find anything equivalent in the NDK API. Could someone advise how I can do this please.

Thank you in advance.

Richard