Skip to content

An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps

License

Notifications You must be signed in to change notification settings

jpsim/PeerKit

Repository files navigation

PeerKit

An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps

Usage

// Automatically detect and attach to other peers with this service type PeerKit.transceive("com-jpsim-myApp")enumEvent:String{case StartGame, EndGame } // Send a StartGame event with attached data to all peers PeerKit.sendEvent(Event.StartGame.rawValue, object:["myInfo":"hello!"])

See the CardsAgainst app for example usage. Specifically the ConnectionManager class.

License

This project is under the MIT license.

About

An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8