我想将图像从一部 Android 手机传输到另一部手机,并且两台手机都连接到 wifi 局域网?
有两个 Android 设备连接到无线局域网(即 WiFi)。我必须将图片从一台设备发送到另一台设备(IP 地址已知)。我想使用 UDP 或 TCP
there are two android devices which are connected to wireless lan i.e WiFi. I have to send the picture from one device to another, where ip addresses are known. I want to use UDP or TCP
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该实现用于传输的套接字。将有客户端发送图像,服务器将接收该图像。
请遵循以下步骤:
http://www.edumobile.org/android/android- development/socket-programming/
套接字编程-Java - 许多客户端一个套接字问题
http ://groups.google.com/group/android-developers/browse_thread/thread/85736a40d7f95dd8
You should implement the Sockets for the transfer. There will be client sending the image and the server will receive that image..
Follow this:
http://www.edumobile.org/android/android-development/socket-programming/
Socket Programming -Java - Many Clients One Socket Question(s)
http://groups.google.com/group/android-developers/browse_thread/thread/85736a40d7f95dd8