将数据从一个设备推送到另一个设备?

发布于 2024-10-20 02:20:15 字数 115 浏览 3 评论 0原文

是否可以通过移动网络将数据直接从一台设备推送到另一台设备,而无需使用服务器、无需 WiFi 或蓝牙?

(两者都安装了相同的应用程序。)

如何? :)

Is it possible to push data directly from one device to another over the mobile network without using a server and without wifi or Bluetooth?

(Both have the same app installed.)

How? :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绮烟 2024-10-27 02:20:15

是的。 Android 能够通过 3G 进行点对点通信

Google for android 3G Peer-to-Peer,您将会获得很多点击。您会发现您需要克服一些障碍:

  • 识别自己的和目标 Android 的互联网 IP
  • 配置正确的套接字等
  • 通过防火墙
  • 所有这些都取决于您的电信提供商是否首先允许 P2P。

Yes. Android is capable of peer to peer communication over 3G

Google for android 3G peer to peer and you will get many hits. And you'll see that you have some hurdles to overcome:

  • Identifying own and target Android's internet IP
  • Configuring the right sockets etc.
  • Getting past firewalls
  • And all this is depended on whether or not your telecomm provider allows P2P in the first place.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文