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.

EK-TM4C1294XL: EK-TM4C1294XL

Part Number: EK-TM4C1294XL

Tool/software:

Hi,

In project enet_lwip, I would like to enable socket options.

Define LWIP_SOCKET to 1 gives me a lot of compiling error.

Can you suggest me a sample projects which uses socket style interface.

Best Regards

  • Hi,

      Although lwIP can support socket-based API, we don't have any examples. All Ethernet examples we have are only using RAW-style APIs, sorry. Please note that lwIP socket style implementation requires RTOS. 

      You might want to take a  look at the Ethernet examples that are based off of TI-RTOS. These examples use TI-RTOS NDK TCP/IP stack and use BSD-socket style of APIs.