I'm trying to create a simple client socket in my FRDM-K64F board but these are the only examples I can import:
The nearest I can find to a client is the lwip_mqtt example that mentions that this is an MQTT client. But I'm having a hard time stripping all the MQTT code from it and converting that example into a simple client socket application.
Does anyone have an example of a simple client socket with lwip? Or can anyone please point me in the right direction where to find this information?