• Stars
    star
    149
  • Rank 248,619 (Top 5 %)
  • Language
    C
  • Created over 13 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Git clone of the Lightweight TCP/IP Stack. CHECK UPSTREAM FOR LATEST SRC -->
INTRODUCTION

lwIP is a small independent implementation of the TCP/IP protocol
suite that has been developed by Adam Dunkels at the Computer and
Networks Architectures (CNA) lab at the Swedish Institute of Computer
Science (SICS).

The focus of the lwIP TCP/IP implementation is to reduce the RAM usage
while still having a full scale TCP. This making lwIP suitable for use
in embedded systems with tens of kilobytes of free RAM and room for
around 40 kilobytes of code ROM.

FEATURES

  * IP (Internet Protocol) including packet forwarding over multiple network
    interfaces
  * ICMP (Internet Control Message Protocol) for network maintenance and debugging
  * IGMP (Internet Group Management Protocol) for multicast traffic management
  * UDP (User Datagram Protocol) including experimental UDP-lite extensions
  * TCP (Transmission Control Protocol) with congestion control, RTT estimation
    and fast recovery/fast retransmit
  * Specialized raw/native API for enhanced performance
  * Optional Berkeley-like socket API
  * DNS (Domain names resolver)
  * SNMP (Simple Network Management Protocol)
  * DHCP (Dynamic Host Configuration Protocol)
  * AUTOIP (for IPv4, conform with RFC 3927)
  * PPP (Point-to-Point Protocol)
  * ARP (Address Resolution Protocol) for Ethernet

LICENSE

lwIP is freely available under a BSD license.

DEVELOPMENT

lwIP has grown into an excellent TCP/IP stack for embedded devices,
and developers using the stack often submit bug fixes, improvements,
and additions to the stack to further increase its usefulness.

Development of lwIP is hosted on Savannah, a central point for
software development, maintenance and distribution. Everyone can
help improve lwIP by use of Savannah's interface, CVS and the
mailing list. A core team of developers will commit changes to the
CVS source tree.

The lwIP TCP/IP stack is maintained in the 'lwip' CVS module and
contributions (such as platform ports) are in the 'contrib' module.

See doc/savannah.txt for details on CVS server access for users and
developers.

Last night's CVS tar ball can be downloaded from:
  http://savannah.gnu.org/cvs.backups/lwip.tar.gz [CHANGED - NEEDS FIXING]

The current CVS trees are web-browsable:
  http://savannah.nongnu.org/cgi-bin/viewcvs/lwip/lwip/
  http://savannah.nongnu.org/cgi-bin/viewcvs/lwip/contrib/

Submit patches and bugs via the lwIP project page:
  http://savannah.nongnu.org/projects/lwip/


DOCUMENTATION

The original out-dated homepage of lwIP and Adam Dunkels' papers on
lwIP are at the official lwIP home page:
  http://www.sics.se/~adam/lwip/

Self documentation of the source code is regularly extracted from the
current CVS sources and is available from this web page:
  http://www.nongnu.org/lwip/

There is now a constantly growin wiki about lwIP at
  http://lwip.wikia.com/wiki/LwIP_Wiki

Also, there are mailing lists you can subscribe at
  http://savannah.nongnu.org/mail/?group=lwip
plus searchable archives:
  http://lists.nongnu.org/archive/html/lwip-users/
  http://lists.nongnu.org/archive/html/lwip-devel/

Reading Adam's papers, the files in docs/, browsing the source code
documentation and browsing the mailing list archives is a good way to
become familiar with the design of lwIP.

Adam Dunkels <[email protected]>
Leon Woestenberg <[email protected]>

More Repositories

1

docker-images

Dreamcat4's Docker Images (Trusted Builds)
Perl
155
star
2

php-fpm

Git mirror of php-fpm
Shell
112
star
3

FastDelegate

Delegates for C++ by Don Clugston
C
105
star
4

t12-t245-controllers-docs

HTML
82
star
5

CmdMessenger2

Fork of Neil Dudman's CmdMessenger. Serial messaging system for Arduino platform
Java
67
star
6

lgremote

A command line program to remotely control 2011 LG "Smart" TVs.
Ruby
36
star
7

efi-enable-vtx

Permanently Enable VT-X for Apple EFI Firmwares
28
star
8

brew-launchd

For Mac Homebrew. An extension to start and stop Launchd services.
Ruby
17
star
9

Mcp4261

Arduino library for the Microchip MCP4261
C++
16
star
10

Mcp23s17

Arduino library for the Microchip MCP23S17
C++
12
star
11

finch

This project is deprecated / obsolete / EOL. Please use modern alternatives instead
Shell
10
star
12

ktuikit

Git mirror of KatiDev's KTUIKit Cocoa Framework. NSViewController extensions and enhancements.
Objective-C
7
star
13

PS3RemoteCocoa

Example to show communication between Sony PS3 BD Remote and Cocoa.
Objective-C
7
star
14

plist4r

Plist4r - Read, write and edit plists in ruby
Ruby
6
star
15

objcpp-h

Objective-C++ toolkit for iPhone SDK - this code may be out-of date please check the official website
C
5
star
16

lingon

LingonSource code, version 2.1.1, downloaded from SourceForge.net
Objective-C
4
star
17

script

Modified examples to reproduce an error case
Ruby
4
star
18

MediaKeys

A small headless Cocoa App, which responds to the MediaKeys on Apple Wireless keyboards.
Objective-C
4
star
19

renv

Ruby
4
star
20

potion-extra

Dreamcat4's hacks, fixes and other personal customizations to potionstore. If you would like to check out potionstore, its recommended to follow the official upstream repository maintained by Andy Kim.
Ruby
4
star
21

nas4free

NAS4Free revision 975 + my patches
PHP
2
star
22

gitnest

Submodules for the rest of us
Ruby
2
star
23

CmdLine

Brad Appleton's CmdLine Library - for C++
C
2
star
24

yamldoc

A simple solution for ERB enabled YAML file.
Ruby
1
star
25

rails_app

Ruby
1
star
26

iphone-opengl

Example Project for iPhone OpenGL
Objective-C
1
star
27

testr

TODO: longer description of your gem
Ruby
1
star
28

iPhone-Wax-Simple-Sample-App

A sample app demonstrating a native UIKit iPhone apps written in Lua
C
1
star
29

jeweler-ghpages-test-1

Ghpages test
Ruby
1
star
30

cocolua

example cocoa and lua integration
C
1
star
31

jeweler-ghpages-test-2

Ghpages test 2
Ruby
1
star
32

php5-5.2.10.dfsg.1

New 'php-fpm' build target for ubuntu packaged php src tree. Only the 'debian/' folder.
Shell
1
star
33

moonshadow_old

Abandoned, moved over to chef
Ruby
1
star
34

yard-slipstream

Streamlined Navigation with the default yard template
Ruby
1
star
35

test4u

Ruby
1
star
36

Ps3Remote

Arduino library - for controlling a Ps3 BD Remote via customized circuitry
C
1
star