Application - Direct file sharing over Wifi in and

2019-07-24 18:22发布

I want to make an application that, when running on 2 different android phones over the same Wifi network, allows them to share files directly (not via internet). But i am stuck where to start from. Keywords of techniques and why they could be required would be much appreciated. Thanks in advance

标签: android wifi p2p
2条回答
萌系小妹纸
2楼-- · 2019-07-24 19:09

Here you can find the example of android direct file sharing over wifi network

Click here

查看更多
放荡不羁爱自由
3楼-- · 2019-07-24 19:09

you can start with multicast socket with TCP or UDP protocol.

try this link MulticastSocket

查看更多
登录 后发表回答