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
iOS supports the Multipeer Connectivity framework which enables iOS devices to talk to each other over Bluetooth, infrastructure (with a router) WiFi, or P2P.
It does not, however, provide a way to explicitly use P2P. There is a layer of abstraction away from how any of a device's peers (other iOS devices) are connected, and it does not currently allow for non-iOS devices to be connected.