简体   繁体   English

通过Wifi在2部Android手机之间发送数据

[英]Sending Data Between 2 Android Phones Via Wifi

How can i send data (variable or media) from 1 phone to another using wifi? 如何使用wifi从一部手机向另一部手机发送数据(变量或媒体)? And how would i know when it's done transferring? 我怎么知道什么时候完成转移的呢?

TY!!!! TY !!!!

Have a look at the AllJoyn peer-to-peer library. 看看AllJoyn对等库。 It probably has all the features you need. 它可能具有您需要的所有功能。 If you need peer-to-peer communication, it will be difficult to implement a robust solution yourself. 如果您需要对等通信,您将很难自行实现强大的解决方案。

An alternative will be to use a server that will orchestrate the transfer. 一种替代方法是使用将协调传输的服务器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 连接两部Android手机,通过WIFI在他们之间传输数据 - Connecting two Android phones to transfer data between them over WIFI 通过WiFi在Android手机之间流式传输语音 - Streaming voice between Android Phones over WiFi 我可以使用 WiFi 在两部未连接路由器的 android 手机之间传输数据/消息吗? - Can I use WiFi to transfer data/messages between two android phones, not connected to a router? 通过wifi连接在android中的设备之间发送和接收数据 - Sending and receiving data between devices in android over wifi connection 使用接入点通过 WiFi 连接两部 Android 手机 - connecting two Android phones via WiFi using Access-Point 我想读取2部Android手机之间的WiFi rssi值 - I would like to read the WiFi rssi values between 2 android phones C#中的android手机之间的wifi语音 - Voice over wifi between android phones in C# 通过Android手机中的耳机插孔发送数据 - Sending Data through Headphone jack in Android phones 在Android中,通过Firebase中的代码向Android手机发送通知 - In Android, sending notifications to android phones via code in Firebase 通过蓝牙将文件从PC发送到Android手机 - Sending Files from PC to Android Phones via bluetooth
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM