sinpolib/sokit
Sokit is a TCP & UDP package send / receive / transfer tool observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 4136
- days_rel: n/a
- days_push: 1483
- n_releases_24m: 0
Adoption not part of the score
1291 stars · 364 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Sokit is a GUI tool written in C++ with Qt for sending, receiving, and transferring TCP and UDP packets. It runs on Windows and Linux and is useful for debugging network protocols.
Use cases
- send test TCP packets to a server
- listen on a UDP port and inspect incoming datagrams
- debug a custom binary protocol by sending raw bytes
- act as a TCP/UDP proxy to transfer packets between endpoints
- simulate a TCP or UDP server during integration testing
- capture and replay network messages
When to choose
- you need a lightweight GUI for ad-hoc TCP/UDP packet testing
- you want to manually craft and send raw socket payloads
- you need a simple TCP/UDP proxy or echo tool on Windows or Linux
When to avoid
- you need protocol-aware inspection like HTTP or MQTT decoding
- you require packet capture at the network level (use Wireshark instead)
- you need automation or scripting of network tests
- you need macOS support
Facets
application · maturity maintenance
networking developer-tools gui developer-tools networking windows cpp tcp udp packet-tool socket-debugging qt network-debugging command-line linux desktop
1 source
- readme: https://github.com/sinpolib/sokit · fetched 2026-08-28 · 4a618358b379
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sinpolib/sokit | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem