PeerKit 4.0.0

PeerKit 4.0.0

测试测试版本
语言语言 SwiftSwift
许可证 MIT
发布最新版本2017年10月
SwiftSwift 版本4.0
SPM支持 SPM

JP Simard 维护。



PeerKit 4.0.0

一个开源的 Swift 框架,用于构建事件驱动的零配置多设备连接应用程序

使用方法

// Automatically detect and attach to other peers with this service type
PeerKit.transceive("com-jpsim-myApp")

enum Event: String {
    case StartGame, EndGame
}

// Send a StartGame event with attached data to all peers
PeerKit.sendEvent(Event.StartGame.rawValue, object: ["myInfo": "hello!"])

请参考 CardsAgainst 应用程序以获取具体示例用法。特别是 ConnectionManager 类。

许可证

本项目采用 MIT 许可。