Application - Direct file sharing over Wifi in android

冷暖自知 提交于 2019-12-12 17:27:14

问题


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


回答1:


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

Click here




回答2:


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

try this link MulticastSocket



来源:https://stackoverflow.com/questions/5288820/application-direct-file-sharing-over-wifi-in-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!