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