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

Is it possible to limit to bluetooth ONLY? #5

Open xaphod opened 8 years ago

xaphod commented 8 years ago

Is there any way to make sure that all published services, browsing, connections, and data sending occurs ONLY over bluetooth?

xaphod commented 8 years ago

Nevermind, I just read on apple dev forums that with NSNetService it isn't possible to limit devices (ie. only bluetooth or only wifi). I'll try https://github.com/tolo/HHServices instead.