]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/blob - README
Mention the search feature mailing list archive. Commited to test CVS email notification.
[pes-rpp/rpp-lwip.git] / README
1 lwIP is a small independent implementation of the TCP/IP protocol
2 suite that has been developed by Adam Dunkels at the Computer and
3 Networks Architectures (CNA) lab at the Swedish Institute of Computer
4 Science (SICS).
5
6 The focus of the lwIP TCP/IP implementation is to reduce the RAM usage
7 while still having a full scale TCP. This making lwIP suitable for use
8 in embedded systems with tenths of kilobytes of free RAM and room for
9 around 40 kilobytes of code ROM.
10
11 lwIP features:
12  * IP (Internet Protocol) including packet forwarding over multiple
13    network interfaces
14  * ICMP (Internet Control Message Protocol) for network maintenance
15    and debugging
16  * UDP (User Datagram Protocol) including experimental UDP-lite
17    extensions
18  * TCP (Transmission Control Protocol) with congestion control, RTT
19    estimation and fast recovery/fast retransmit
20  * Specialized API for enhanced performance
21  * Optional Berkeley socket API
22
23 lwIP is freely available under a BSD license.
24
25 lwIP has grown into an excellent TCP/IP stack for embedded devices,
26 and developers using the stack often submit bug fixes, improvements,
27 and additions to the stack to further increase its usefulness.
28
29 Development of lwIP is hosted on Savannah, a central point for
30 software development, maintenance and distribution. A core team
31 will improve lwIP by the use of Savannah's interface and CVS.
32
33 The current lwIP CVS tree can be checked out by doing:
34   cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/lwip login
35   cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/lwip co lwip
36
37 Last night's CVS tar ball can be downloaded from:
38   http://savannah.gnu.org/cvs.backups/lwip.tar.gz
39
40 The current CVS tree is web-browsable:
41 http://savannah.nongnu.org/cgi-bin/viewcvs/lwip/lwip/
42
43 Submit patches and bugs via the lwIP project page:
44   http://savannah.nongnu.org/projects/lwip/
45
46 Stable releases have not been released yet. For development we
47 suggest downloading the latest CVS and keeping track of the
48 lwIP mailing list.
49
50 The mailing list (with searchable archives), as well as Adam
51 Dunkels' papers on lwIP are at the official lwIP home page:
52   http://www.sics.se/~adam/lwip/
53
54 Reading Adam's papers and browsing the mailing list archives
55 is a good way to become familiar with the design of lwIP.
56
57 Adam Dunkels <adam@sics.se>
58 Leon Woestenberg <leon.woestenberg@gmx.net>                 
59