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

[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] 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