Peer-to-peer network over wifi in iOS

前端 未结 5 1390
迷失自我
迷失自我 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条回答
  •  盖世英雄少女心
    2021-02-02 12:14

    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.

提交回复
热议问题