Android ad-hoc/接入点连接功能

发布于 2024-10-13 02:31:59 字数 202 浏览 3 评论 0原文

我正在寻找通过使用蓝牙或最好是 Wi-Fi 将两个或更多 Android 手机相互连接的最佳(如果有的话)编程方式。显然,Android 设备仍然没有 ad-hoc Wi-Fi 功能,我正在尝试创建一个基于对等的程序,而不使用任何中央服务器。

我想在不修改手机的情况下完成此任务(无需生根)。如果可能的话,用手机作为接入点而客户端无法访问互联网也很好,我只需要一个移动网络。

I am looking for the best, if any, programmatic way of connecting two or more Android phones to each other through the use of either Bluetooth or preferably, Wi-Fi. Apparently Android devices still do not have ad-hoc Wi-Fi capabilities and I am trying to create a peer based program without the use of any central server.

I want to accomplish this without the use of modification to the phones (no rooting). It is even fine to have a phone act as an access point with no Internet access to its clients if that is possible, I just need a mobile network.

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

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

发布评论

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

评论(2

我不在是我 2024-10-20 02:31:59

我的 Android 手机上有 2.2,它确实具有网络共享功能 - 它可以创建一个无线接入点,然后其他设备可以连接到它。

要防止其上网,只需关闭移动互联网即可。

I have 2.2 on my Android phone and it does have tethering - it can create a wireless access point then other devices can connect to it.

To prevent it having the internet, just turn mobile internet off.

感性 2024-10-20 02:31:59

简而言之,您不能直接通过 SDK。某些手机​​/版本可能有工厂或其他支持来执行此操作,但您不能依赖 SDK 来执行此操作。

The short answer is, you can't directly through the SDK. Some phones / revisions may have factory or other support to do so, but you can't rely on the SDK to do this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文