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.

TM4C1294 LWIP Streaming

Hi, I am looking to steam byte data into buffers from a GPIO port and then stream it out the Ethernet port using LWIP (TCP/IP) although it will just go to a PC for analysis, not across the web. The issue I have is where to start. The examples given in Tivaware serve up a web page and interact with the leds etc but do not stream data and I haven't been able to find another example via google. If someone can point me in the right direction I would be most appreciative. Also, is it possible to use the same Ping Pong buffers that I use to receive data from a GPIO port as the Ethernet output buffers thereby saving time copying.