[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Minimum sytem requirements
From: |
Leon Woestenberg |
Subject: |
Re: [lwip-users] Minimum sytem requirements |
Date: |
Fri, 02 Jun 2006 23:52:54 +0200 |
User-agent: |
Thunderbird 1.5.0.4 (Windows/20060516) |
Hello Maikel,
Maikel Punie wrote:
ok,
I started developping a for my final project at uni, and lwip seems
perfect for it, but i have some questions :)
1- What are the minimum requirements for an microprosessor to be able
to run lwip? (like an atmel mega32, wich would be perfect)
From the Savannah main page (which is not *very* exact but gives a good
idea):
"The focus of the lwIP TCP/IP implementation is to reduce resource usage
while still having a full scale TCP. This making lwIP suitable for use
in embedded systems with tens of kilobytes"
2- Are there some example programs off projects that use lwip? Like
the basic stuff, how do initialize it? how to i define ip adress, ....
The lwip-contrib tree in CVS has simple examples, especially the Unix
project has some.
Google a bit for application built on lwIP.
Regards,
Leon.