Re: [lwip-users] Need help to configure lwip

2016-04-25 Thread Stephen Cowell

Start with an example project for your hardware... you will struggle
otherwise.  When I start a hardware project I often use an Atmel
hardware eval kit as a basis... this gives you a working place to start.
__
Steve
.

Stephen Cowell
Project Manager/Engineer
Plasmability LLC
Office (512) 267-7087
Cell  (512) 632-8593
www.plasmability.com

On 4/25/2016 9:39 AM, Thiyagu wrote:

Hello All ,

I am very new to embedded and learning to configure lwip stack for my
embedded system . I had downloaded the source code but don't know where to
start . Can anyone please tell me how to configure the downloaded stack ?
any suggestions or good materials will be helpful


___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users



___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


[lwip-users] Need help to configure lwip

2016-04-25 Thread Thiyagu
Hello All ,

   I am very new to embedded and learning to configure lwip stack for my
embedded system . I had downloaded the source code but don't know where to
start . Can anyone please tell me how to configure the downloaded stack ?
any suggestions or good materials will be helpful


___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


[lwip-users] does lwIP support listen/bind on multiple IP and multiple port?

2016-04-25 Thread Yanrui Hu
My senario should be a little special and I want to confirm if it's
feasible.
What I have done by using lwIP receive IP packets, and lwIP use lwIP socket
API to bind and listen on one specific IP and port. And receive according
layer7 data and do something on it. And this already worked.
What I want to do is based on above solution to receive IP packets with
different target IP.
That's means lwIP socket API need to bind/listen on multiple IPs and ports
(maybe 255 IPs and port rang from 0-65535).
Is this feasible for current lwIP code? assign different IP on one NIC or
start several NIC should not a good way.
Will this need raw API? or does that easy if can use raw API?

-- 
*This email may contain or reference confidential information and is 
intended only for the individual to whom it is addressed.  Please refrain 
from distributing, disclosing or copying this email and the information 
contained within unless you are the intended recipient.  If you received 
this email in error, please notify us at le...@appannie.com 
** immediately and remove it from your system.*
___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users