标签: android p2p file-transfer
我经常搜索但没有得到任何东西。我希望通过互联网连接进行点对点通信。我不想在服务器上上传文件,需要在一对一的连接中直接转移到其他用户应用程序。是否可行?关于如何遵循Peer to peer通信架构,我不太了解。 Android使用wifi提供p2p。 (https://developer.android.com/guide/topics/connectivity/wifip2p.html)我想用互联网做同样的事情。