lwIP - A Lightweight TCP/IP stack - Summary
This group is not part of the GNU Project.
lwIP is a small independent implementation of the TCP/IP protocol suite that has been initially developed by Adam Dunkels and is now continued here.
The focus of the lwIP TCP/IP implementation is to reduce resource usage while still having a full scale TCP. This makes lwIP suitable for use in embedded systems with tens of kilobytes of free RAM and room for around 40 kilobytes of code ROM.
Main features include:
- Protocols: IP, IPv6, ICMP, ND, MLD, UDP, TCP, IGMP, ARP, PPPoS, PPPoE
- DHCP client, DNS client (incl. mDNS hostname resolver), AutoIP/APIPA (Zeroconf), SNMP agent (v1, v2c, v3, private MIB support & MIB compiler)
- APIs: specialized APIs for enhanced performance, optional Berkeley-alike socket API
- Extended features: IP forwarding over multiple network interfaces, TCP congestion control, RTT estimation and fast recovery/fast retransmit
- Addon applications: HTTP(S) server, SNTP client, SMTP(S) client, ping, NetBIOS nameserver, mDNS responder, MQTT client, TFTP server
lwIP is licenced under a BSD-style license: http://lwip.wikia.com/wiki/License.
Contrib code has been moved to the main repository, subdir 'contrib'.
Github CI building lwip master:
https://github.com/lwip-tcpip/lwip/actions
Registration Date: Thu 17 Oct 2002 09:13:13 PM UTC
License: Modified BSD License
Development Status: 5 - Production/Stable
posted by goldsimon, Mon 25 Sep 2023 07:53:35 PM UTC
lwIP 2.2.0 is now available from the lwIP download area
or via git (using the STABLE-2_2_0_RELEASE tag) or via this gitweb link:
https://git.savannah.nongnu.org/cgit/lwip.git/snapshot/lwip-STABLE-2_2_0_RELEASE.tar.gz
There have been some bugs fixed, and some new features were added (most notably full ACD support).
[...]
posted by goldsimon, Thu 29 Jun 2023 08:33:47 PM UTC
The 1st release candidate version for lwIP 2.2.0 is now available via git (using the STABLE-2_2_0_RC1 tag) or via this gitweb link:
http://git.savannah.nongnu.org/cgit/lwip.git/snapshot/lwip-STABLE-2_2_0_RC1.tar.gz
This release brings us back to releasing off the master branch (instead of using a separate stable-branch, which hasn't
[...]
posted by goldsimon, Wed 10 Nov 2021 06:52:43 PM UTC
lwIP 2.1.3 is now available from the lwIP download area
or via git (using the STABLE-2_1_3_RELEASE tag).
This is again a bugfix-only release on the 2.1.x branch fixing numerous smaller bugs. For a changelog, see the git log here:
https://git.savannah.nongnu.org/cgit/lwip.git/log/?h=STABLE-2_1_3_RELEASE
[...]
posted by goldsimon, Thu 22 Nov 2018 08:10:20 PM UTC
lwIP 2.1.2 is now available from the lwIP download area
or via git (using the STABLE-2_1_2_RELEASE tag).
This is an even smaller bugfix-only release fixing 4 bugs (see CHANGELOG). However, 2 of them are in the core TCP code, so all users of 2.1.0 or 2.1.1 are strongly suggested to upgrade!
Contrib has still not been changed since 2.1.0.
Thanks for all contributions!
Simon
- Browse Sources Repository
- lwIP - A Lightweight TCPIP stack
- lwIP Contrib - Contributed code for Lightweight TCP/IP stack
- Browse open items
Submit a new item
- Browse open items
Submit a new item
- Browse open items
Submit a new item
Powered by Savane 3.14-1244.
Corresponding source code