manavgabhawala / CocoaMultipeer

This repository is a peer to peer framework for OS X, iOS and watchOS 2 that presents a similar interface to the MultipeerConnectivity framework (which is iOS only) that lets you connect any 2 devices from any platform. This framework works with peer to peer networks like bluetooth and ad hoc wifi networks when available it also falls back onto using a wifi router when necessary. It is built on top of CFNetwork and NSNetService
Apache License 2.0
94 stars 11 forks source link

Swift 3 compatibility #6

Open lfarah opened 8 years ago

lfarah commented 8 years ago

Hey, I'd love to see this lib available in Swift 3 so I can implement it in my project.

Thanks 😄

manavgabhawala commented 8 years ago

@lfarah I hope to add Swift 3 support soon, however, I am super busy at the moment so I'm not sure how quickly I will be able to convert everything. Patches are welcome though.