# vilyever/AndroidSocketClient

Socket封装

Repository: https://github.com/vilyever/AndroidSocketClient
Canonical: https://ross.abutalabs.com/products/androidsocketclient
Language: Java
License Family: other
Last push: 2016-09-28T05:59:44+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4005, "days_push": 3626, "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 1302, forks 312 (observed 2026-08-28T04:04:18.232538+00:00)

## What it is
A Java library for Android that wraps TCP socket client (and simple server) functionality with helpers for heartbeats, connection timeouts, and structured packet reading strategies. Distributed via JitPack.

## Use cases
- implement a TCP socket client on Android
- add automatic heartbeat keep-alive to a socket connection
- parse custom binary packet structures with header and length fields
- send and receive strings over a socket with configurable encoding
- handle socket connection timeouts and reconnection

## When to choose
- you need a ready-made Android socket client with heartbeat and packet framing helpers
- you want a lightweight Java socket wrapper without pulling in a large networking framework

## When to avoid
- you need a maintained library with active support and a license
- you need HTTP, WebSocket, or TLS support rather than raw TCP
- you are not targeting Android/Java

## Facets
- artifact type: library
- maturity: abandoned
- function: networking, concurrency
- domain: android-tools, networking, developer-tools
- platform: jvm
- tags: socket-client, tcp, heartbeat, packet-parsing, jitpack, android, mobile

## Member repositories
- vilyever/AndroidSocketClient (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:18.232538+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:52:11.936767+00:00, confidence not recorded.
  - readme: https://github.com/vilyever/AndroidSocketClient (fetched 2026-08-28T04:04:18.232538+00:00, sha 0f86f6af0d04)
- Data as of 2026-08-30T08:39:29.467469+00:00.
