Peer-to-peer network over wifi in iOS

前端 未结 5 1413
迷失自我
迷失自我 2021-02-02 11:43

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

5条回答
  •  猫巷女王i
    2021-02-02 12:05

    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.

提交回复
热议问题