pandax381/microps
An implementation of a small TCP/IP protocol stack for learning. observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 94
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4947
- days_rel: n/a
- days_push: 40
- n_releases_24m: 0
Adoption not part of the score
1322 stars · 745 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
microps is a small, educational implementation of a TCP/IP protocol stack written in C, covering Ethernet, ARP, IP, ICMP, UDP, and TCP with a socket-like API. It runs on Linux using TUN/TAP and PF_PACKET devices and is designed for learning how networking protocols work from scratch.
Use cases
- learn how TCP/IP works by reading a minimal implementation
- build a userspace TCP/IP stack from scratch
- study networking protocol internals in C
- teach a computer networks course with hands-on code
- experiment with TUN/TAP virtual network devices
- understand how sockets are implemented under the hood
When to choose
- you want readable, small code to learn TCP/IP internals
- you are following a step-by-step networking tutorial or book
- you need a simple userspace stack for educational experiments on Linux
When to avoid
- you need a production-grade, high-performance network stack
- you need IPv6, TLS, or advanced protocol features
- you need portability beyond Linux (TUN/TAP drivers are Linux-specific)
Facets
library · maturity active
networking developer-tools networking education operating-systems c cpp tcp-ip protocol-stack tuntap learning-resource systems-programming linux
1 source
- readme: https://github.com/pandax381/microps · fetched 2026-08-28 · 54b5cc4abf77
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pandax381/microps | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="pandax381/microps")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem