lwip-tcpip/lwip
lwIP mirror from http://git.savannah.gnu.org/cgit/lwip.git observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 87
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2882
- days_rel: n/a
- days_push: 78
- n_releases_24m: 0
Adoption not part of the score
1733 stars · 616 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
lwIP is a lightweight, independent implementation of the TCP/IP protocol suite written in C, designed to minimize RAM and ROM usage. It provides full-scale TCP/IP networking (IPv4/IPv6, TCP, UDP, DHCP, DNS, TLS, MQTT, HTTP, and more) for embedded systems with only tens of kilobytes of free RAM.
Use cases
- add TCP/IP networking to a microcontroller with limited RAM
- implement an embedded HTTP or MQTT client with TLS support
- run IPv6 and 6LoWPAN on resource-constrained IoT devices
- build a PPP over serial or Ethernet connection in firmware
- embed a small SNMP agent or SNTP client in a device
- use a Berkeley-like socket API on an RTOS without a full OS network stack
When to choose
- you need a full TCP/IP stack on an embedded device with tens of KB of RAM
- you want IPv6, DHCP, DNS, and TLS support in a small footprint
- you are developing IoT firmware on platforms like ESP32 or STM32
- you need a mature, widely ported stack with an active developer community
When to avoid
- you are writing a desktop or server application where a full OS network stack is available
- you need a high-level networking framework rather than a low-level protocol stack
- your platform cannot provide the ~40 KB of code ROM and porting layer lwIP requires
Facets
library · maturity stable
networking embedded embedded-systems networking iot embedded iot c cross-platform tcp-ip-stack lightweight bsd-license ipv6 iot-networking
4 sources
- readme: https://github.com/lwip-tcpip/lwip · fetched 2026-08-28 · e823903d7831
- homepage: https://savannah.nongnu.org/projects/lwip/ · fetched 2026-08-29 · 772dd094ab69
- site_page: https://savannah.nongnu.org/maintenance/FrontPage · fetched 2026-08-29 · ea4a64933f91
- site_page: https://savannah.nongnu.org/maintenance/back-page · fetched 2026-08-29 · 4041e43ed2a3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lwip-tcpip/lwip | main | 71 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem