问题标签 [personal-hotspot]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1503 浏览

iphone - iphone - 创建http服务器并通过热点连接

如果有一种方法可以在 iPhone 上创建 HTTP 服务器并通过 iphone 热点连接到它,我很感兴趣,所以它不需要任何其他基础设施(例如 lan)。我想向它发送一些数据,它需要处理这些数据并在 iphone 屏幕上显示一些结果。

我一直在研究,我能找到的只是使用局域网的服务器。

希望有人可以帮助我。

赌注。

0 投票
0 回答
1678 浏览

ios - iPhone上是否启用了个人热点?

是否可以使用 iOS API 检查是否在 iOS 设备上启用了个人热点设置?我很喜欢使用私有或公共 API。

0 投票
2 回答
21170 浏览

android - 使用 Android 智能手机的 Wi-Fi HotSpot 的 Chrome cast

可以使用我的 Android 智能手机的 Wi-Fi 热点使用 chrome cast 吗?

我不想引入第三个外部设备(即外部 WiFi 路由器)将 YouTube 视频从智能手机流式传输到具有 Chrome-cast 的电视。那可能吗?

技术上可行吗?

[不幸的是我无法测试这种情况,因为我还没有镀铬设备]

0 投票
1 回答
2465 浏览

iphone - 如何获取我的个人热点的IP地址或代码中的其他信息

作为标题,我想获取我的个人热点的详细信息,例如 ip 地址,连接到我的热点的设备。更何况,我通过个人热点与其他设备交流的信息?希望给点建议!谢谢!

0 投票
1 回答
808 浏览

wifi - Connecting multiple devices to wifi

I have a question and like so many of my questions I get the feeling that I'm not finding the answers through traditional methods because I lack the vocabulary.

I am starting a project where I need to take a windows based laptop and connect it to the internet through a wifi dongle. I then want to turn that laptop into a wifi hotspot and connect circa 30 mobile phones to it.

In my head this worked by buying a decent wifi dongle and then using software to virtualize the wireless adapter I would connect these phones and I was hoping that the strength of my dongle would be possibly be improved with a wifi repeater/booster.

This is all in preparation for a quiz game that takes place on a laptop and the mobile phones are querying the system for the next question through a POST operation, and pulling down just a few bits of text and a few other variables (so not much data is being passed, but all 30 or so devices are asking for it at the same time)

So now to the question. If my assumptions above are right how to I begin to understand what qualities I need in a wifi dongle, wifi repeater/booster and virtualization software?

If my assumptions are wrong, what do I need to be looking at?

Cheers for any help you can offer.

Other basic info that may or may not be relevant: I'm in the UK and I'm willing to spend a few hundred pounds on a solution to this. The mobiles will be running a version of android (preferably newer than version 2, hopefully closer to 4 though).

0 投票
3 回答
2499 浏览

android - 将数据从一台 Android 设备发送到另一台

我必须将数据从一台 Android 设备发送到许多其他 Android 设备。这可能是一种单向通信,因为发送方会将数据“推送”到接收方,接收方接收数据,对其进行一些修改并保存本地副本。

我环顾了网络(包括stackoverflow)并意识到那里有许多解决方案:wifi P2P,通过服务器发送数据等。理想情况下,我想做wifi P2P,但恐怕我的硬件不支持因此,我正在考虑使用无线热点功能。

所以这里有一个问题:想象将广播 wifi 热点的设备作为“主设备”,而连接到它的设备作为“从设备”(它只是从主设备接收数据)。如何将数据从主机(一台设备)广播到从机(多台设备)?我是网络/套接字编程的新手,所以一个简单的解决方案和大量示例将非常有用。此外,可以安全地假设用户将手动连接到 wifi 热点(进入设置、找到正确的 SSID、连接等),并且应用程序应该只发送数据。

非常感谢您的宝贵时间!

0 投票
2 回答
6665 浏览

android - android上的wifi网络共享

我创建了一个用于在 android 设备上绑定 wifi 的应用程序,这是我的代码

WiFiAo.java

MainActivity.java

现在我想为这个网络共享和 WiFi 热点名称添加加密,但我不知道该怎么做?

0 投票
1 回答
438 浏览

apache - 通过移动设备连接到网站

我在 php 中创建了一个在 apache 上运行的网站。
我已将项目文件夹复制到 WAMP 中的 www 文件夹并为其创建了别名。
我有一个活动的 wifi 连接,但想从我的笔记本电脑托管该网站,以便在移动设备上访问。所以我在 Admin CMD 中使用以下命令创建了一个热点:

netsh wlan set hostsnetwork mode=allow ssid=NetworkName key=NetPassword
netsh wlan start hostsnetwork


这将创建一个 Microsoft 托管网络虚拟适配器。在适配器设置中,我转到我的 Wifi 连接上的属性并允许创建的热点访问互联网。

我的手机现在已连接到创建的网络,但是,当我尝试访问该网站时,我设备上的 Chrome 显示该网页不可用。

我使用mypcname:8080/alias/连接到网站。

我可能做错了什么,我该如何解决这个问题?

谢谢

0 投票
0 回答
1183 浏览

android - 使用热点和本地 http 服务器从 Android 设备与 iPhone 通信?

想知道是否可以在我的 iPhone ( CocoaHTTTPServer ) 上运行 http 服务器,然后从 Android 设备连接到 iPhone 热点。找到热点的 IP 地址(不知何故),然后通过热点连接直接与 iPhone http 服务器通信。

或者换一种说法:在不涉及任何其他硬件/网络的情况下,是否可以从 Android 到 iPhone 进行通信(应用程序到应用程序)?注意:Android 设备上没有蓝牙 BLE。

仅供参考:ios7 和 Android 4.0.4

0 投票
1 回答
277 浏览

c++ - 通过移动热点设备连接时的 C++ 多播

我是 C++ 网络编程的新手,我正在编写一个非常简单的应用程序,假设它可以进行多播。

根据我的研究,我发现我需要做的第一件事就是确定我的路由器是否支持多播转发和多播路由协议。

我的困惑是,我通过移动热点设备连接到互联网,我不知道如何确定它是否支持多播。

有谁知道我如何才能确定我是否确实可以使用这种无线连接发送多播?

谢谢