dustturtle/RealReachability
We need to observe the REAL reachability of network. That's what RealReachability do. observed · 2026-08-28
Health v2 · maintenance only
58/100
- Activity 79
- 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: 3877
- days_rel: n/a
- days_push: 126
- n_releases_24m: 0
Adoption not part of the score
3102 stars · 491 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
An iOS library that determines real internet reachability rather than just local network connection status, by combining SCNetworkReachability with ICMP ping probes and a finite state machine. This original repository is now legacy; development has moved to RealReachability2.
Use cases
- detect real internet connectivity on iOS
- check if network is actually reachable not just connected
- verify actual reachability before making network requests
- monitor network status changes in an iOS app
- distinguish wifi/cellular connectivity from true internet access
When to choose
- you need true internet reachability on iOS, not just local connection status
- you maintain a legacy Objective-C iOS codebase on iOS 12+
- you want ping-based verification combined with SCNetworkReachability
When to avoid
- starting a new project - use RealReachability2 instead
- you need Swift async/await APIs or iOS 13+ features
- you need cross-platform reachability beyond iOS
Facets
library · maturity maintenance
networking monitoring networking developer-tools reachability ping network-connectivity scnetworkreachability cocoapods carthage legacy ios-tools ios mobile swift objective-c
1 source
- readme: https://github.com/dustturtle/RealReachability · fetched 2026-08-28 · b8aa21682340
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dustturtle/RealReachability | main | 58 |
For agents
markdown · JSON · MCP: product_card(name="dustturtle/RealReachability")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem