zpl-c/enet
⚡️ ENet reliable UDP networking library observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 87
- Release rhythm 89
- Longevity 100
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: 22
- age_days: 3305
- days_rel: 78
- days_push: 78
- n_releases_24m: 8
Adoption not part of the score
1081 stars · 92 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A fork of the ENet reliable UDP networking library written in pure C, distributed as a single header. It adds IPv6 support, monotonic time, and code cleanup while providing optional reliable, in-order packet delivery and fragmentation over UDP.
Use cases
- add reliable UDP networking to a C or C++ game
- send packets with reliable in-order delivery over UDP
- single-header networking library for a multiplayer game
- IPv6 support for ENet-based networking
- lightweight embeddable network communication layer
- fragment large packets over UDP connections
When to choose
- you want a thin, portable, easily embeddable UDP layer with optional reliability
- you need IPv6 support or single-header distribution that upstream ENet lacks
- you're building real-time multiplayer games or low-latency communication in C/C++
When to avoid
- you need higher-level features like authentication, encryption, lobbying, or server discovery
- you prefer the original upstream ENet with its long-term stability
- you need TCP-style streaming or HTTP-level networking
Facets
library · maturity active
networking p2p networking cross-platform cpp c udp reliable-udp header-only single-header ipv6 gamedev enet-fork lightweight game-development real-time
2 sources
- readme: https://github.com/zpl-c/enet · fetched 2026-08-28 · 84e586fc59ea
- homepage: https://blog.zpl.pw · fetched 2026-08-29 · ec3b977fc247
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zpl-c/enet | main | 90 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem