# sinpolib/sokit

Sokit is a TCP & UDP package send / receive / transfer tool

Repository: https://github.com/sinpolib/sokit
Canonical: https://ross.abutalabs.com/products/sokit
Language: C++
License: GPL-3.0
License Family: copyleft
Last push: 2022-08-11T07:25:19+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4136, "days_push": 1483, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1291, forks 364 (observed 2026-08-28T04:04:15.657292+00:00)

## What it is
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
- artifact type: application
- maturity: maintenance
- function: networking, developer-tools, gui
- domain: developer-tools, networking
- platform: windows, cpp
- tags: tcp, udp, packet-tool, socket-debugging, qt, network-debugging, command-line, linux, desktop

## Member repositories
- sinpolib/sokit (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:15.657292+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-30T04:54:49.148904+00:00, confidence not recorded.
  - readme: https://github.com/sinpolib/sokit (fetched 2026-08-28T04:04:15.657292+00:00, sha 4a618358b379)
- Data as of 2026-08-30T08:39:29.467469+00:00.
