Peer-to-peer network over wifi in iOS Peer-to-peer network over wifi in iOS ios ios

Peer-to-peer network over wifi in iOS


Have you thought of using Apple's GameKit framework? I've used it in the past for some simple communication between devices. It's really simple and can get you out of the gate quickly. This looks like a good tutorial.


I think Open Peer is the right solution. It provides real direct peer-to-peer connection between devices without the need of a centralised server. Check out this introductory video.