Ross ROSS = Recommend OSS · open-source software intelligence for agents

insidegui/MultipeerKit

MultipeerConnectivity + Codable = ❤️ observed · 2026-08-28

github.com/insidegui/MultipeerKit · Swift · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 90
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2378
  • days_rel: n/a
  • days_push: 65
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1132 stars · 79 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Swift library that wraps Apple's MultipeerConnectivity framework with a Codable-based API, letting iOS, macOS, and tvOS devices exchange typed messages over Wi-Fi, peer-to-peer Wi-Fi, and Bluetooth. It provides a simple MultipeerTransceiver class for broadcasting and receiving any Codable payload between nearby peers.

Use cases

  • send messages between nearby iOS devices without a server
  • build a peer-to-peer multiplayer game on Apple platforms
  • exchange Codable data between a Mac and an iPhone over local network
  • sync app state across devices via Bluetooth or peer-to-peer Wi-Fi
  • broadcast structured payloads to nearby peers in Swift
  • discover and communicate with devices on the local network

When to choose

  • you need serverless device-to-device communication on iOS, macOS, or tvOS
  • you want a simple Codable-based API instead of raw MultipeerConnectivity
  • your app exchanges small structured messages between nearby devices

When to avoid

  • you need internet-based or remote communication rather than nearby peers
  • you target platforms outside Apple's ecosystem
  • you need large file transfers or streaming rather than small Codable messages

Facets

library · maturity stable

p2p serialization networking mobile-development operating-systems cross-platform developer-tools multipeer-connectivity codable swift-package apple-ecosystem bluetooth wi-fi ios macos swift

1 source

Member repositories

RepositoryRoleHealth v2
insidegui/MultipeerKitmain63

For agents

markdown · JSON · MCP: product_card(name="insidegui/MultipeerKit")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem