# adamdunkels/uip

The historical uIP sources

Repository: https://github.com/adamdunkels/uip
Canonical: https://ross.abutalabs.com/products/uip
Language: C
License Family: other
Last push: 2017-01-09T22:13:45+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4907, "days_push": 3523, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1082, forks 367 (observed 2026-08-28T04:03:31.050563+00:00)

## What it is
uIP is a very small TCP/IP stack implementation written in C by Adam Dunkels, designed for resource-constrained embedded systems. This repository holds the historical sources of the original uIP 1.0 code.

## Use cases
- add TCP/IP networking to a microcontroller project
- study a minimal TCP/IP stack implementation
- run a tiny TCP/IP stack on 8-bit embedded hardware
- learn how embedded networking protocols work
- port a lightweight IP stack to a constrained device

## When to choose
- you need an extremely small TCP/IP stack for a resource-constrained microcontroller
- you want to study the historical origins of embedded networking (precursor to Contiki/lwIP era)
- you're maintaining legacy embedded code that already uses uIP

## When to avoid
- you need a maintained, modern TCP/IP stack - use lwIP instead
- you need IPv6, TLS, or modern protocol features
- you want an actively supported project with a clear license

## Facets
- artifact type: library
- maturity: abandoned
- function: networking
- domain: embedded-systems, networking, operating-systems
- platform: c, embedded, cross-platform
- tags: tcp-ip-stack, embedded-networking, iot, historical, microcontroller, linux

## Member repositories
- adamdunkels/uip (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:31.050563+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:51:14.161218+00:00, confidence not recorded.
  - readme: https://github.com/adamdunkels/uip (fetched 2026-08-28T04:03:31.050563+00:00, sha 29f1715c026c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
