Peer-to-peer network over wifi in iOS

Andrew picture Andrew · Mar 12, 2013 · Viewed 31.3k times · Source

I've been at this for a few days now, and can't seem to find a solution. I want to create a peer to peer network over wifi on iOS. All open source code seems to be supporting running a server or being a client, but there's no code built to support being both - a peer. Is anybody aware of a way I can do this?

Answer

darrinm picture darrinm · Nov 12, 2013

iOS 7 adds the Multipeer Connectivity Framework for exactly this purpose.