indragiek / Ares

Zero-setup P2P file transfer between Macs and iOS devices
MIT License
132 stars 15 forks source link

WiFi Direct with iOS/Android/OSX support #1

Open avaidyam opened 8 years ago

avaidyam commented 8 years ago

I really like this concept! I don't like the fact that it needs to go over the network.

It'd be a lot better to support WiFi Direct with pairing over Bluetooth LE/NFC/QR code. It'd also be bidirectional automatically and the protocol is cross platform compatible. Any thoughts?

indragiek commented 8 years ago

That would be nice! This uses MultipeerConnectivity right now because it was really easy to set up and use, but agreed that there are better solutions.