lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] UDP and TCP (HTTP) sockets open at the same time?


From: Robert Wood
Subject: [lwip-users] UDP and TCP (HTTP) sockets open at the same time?
Date: Thu, 06 Nov 2014 17:34:47 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Hi all,

I have a reasonably simple project that needs some TCP/IP functionality. I need to use HTTP to pull a file from a NAS and I also need to have a socket open (potentially at the same time the the same time) to send and receive simple UDP packets. It's possible I will have to serve very simple files over HTTP as well.

It will run on a Cortex M3 or, more likely, M4 and use FreeRTOS.

Is lwIP capable of doing this? I have limited experience of embedded TCP/IP. I used uIP for sending and receiving UDP, but that seemed only capable of doing either TCP or UDP, bit not both. My understanding is that lwIP is more capable than uIP though.

Many thanks,

Rob



reply via email to

[Prev in Thread] Current Thread [Next in Thread]