问题标签 [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 投票
3 回答
22693 浏览

java - Android 2.2 wifi热点API

我需要在 Android 2.2 (Froyo) 中调用什么 API 来创建 Wifi 热点(如 Tethering and Portable Hotspot 设置项中所示)。

0 投票
10 回答
152878 浏览

java - Android:如何以编程方式启用/禁用 Wifi 或 Internet 连接

使用 Connectivity Manager 类,我们可以访问 wifi 或 Internet 网络:

其中01分别指的是移动和wifi连接

如果我的 Android 设备同时连接到两者,我们可以在任何网络之间切换还是可以禁用任何网络?就像使用一个函数:

0 投票
2 回答
195 浏览

java - 使用 jitWatch 编译错误

我无法运行 jitwatch。它总是以编译错误返回我。

这是我所做的:

在此处输入图像描述

有没有人发现过类似的问题?我们如何解决这个问题?

0 投票
0 回答
2922 浏览

linux - 由于本地 deauth 请求而取消身份验证 HOSTAPD

我已经在带有 TP-LINK 加密狗的 respberry pi 2 型号 B 中设置了 AP,而 TL-WN772N 现在的问题是,当我尝试连接我的 respberry pi 加密狗时,它会抛出一个错误:

wpa_sm_step() 递归调用。

IEEE 802.11:由于本地去验证请求而去验证。

以及我的 hostapd.conf 文件中的内容:

当我删除它的安全性时,它工作正常,但在我的场景中我需要安全性吗?有人可以告诉我如何解决这个问题吗?任何帮助将不胜感激...谢谢

0 投票
1 回答
1767 浏览

openwrt - 使用电子邮件或 Facebook 身份验证创建强制门户

我想创建一个强制门户,想要连接到无线网络 (wifi) 的用户被重定向到网页。然后是一个表单,他们必须在其中输入电子邮件或按下 facebook 的类似按钮才能开始自由导航。

我在路由器上安装了openwrt,我需要什么工具?我怎样才能让他们在登录表单后导航?

谢谢。

0 投票
1 回答
1599 浏览

android - 如何在 Android 上从 Captive 打开默认浏览器

我们正在开发 WiFi 身份验证解决方案,该解决方案应在连接到 WiFi 后将用户重定向到特定页面。

在我们面临的问题的Android设备上。一旦用户在小部件中单击通知,俘虏将立即打开和关闭,并且默认浏览​​器不会打开。

有人可以建议最好的方法是什么吗?或者可能甚至无法直接从俘虏打开默认浏览器?

我们正在使用 Mikrotik 路由器。

0 投票
2 回答
3275 浏览

php - Mikrotik 热点 PHP API

我正在使用 Mikrotik 的 php api,但如果用户断开连接,我不如何控制不运行限制正常运行时间?

这是我的代码

0 投票
1 回答
198 浏览

android - Android 5.0 及更高版本中的热点连接问题

我正在尝试以编程方式连接 Wifi 和 HotSpot。我已经从中引用了https://github.com/nickrussler/Android-Wifi-Hotspot-Manager-Class。在 Android 4.4 版本之前它工作正常。但它不适用于 Android 5.0 及更高版本。我也没有在文档中看到任何与 wifi 和热点更改相关的内容。如何克服这一点。

0 投票
2 回答
16850 浏览

raspberry-pi - Raspberry PI 3: Wireless hotspot (from WiFi to WiFi instead of ethernet to WiFi)

I would like to turn my Raspberry PI 3 into something like WiFi signal amplifier, Wireless repeater/extender or WiFi hotspot which can amplify weak WiFi signal.

After doing some research, I found this tutorial, Click here.

I try to follow the answer provided adityap174:

  1. turn off network manager service as it interferes with virtual interfaces
  2. turn down wlan0 using ifconfig wlan0 down
  3. create access point interface and assign it a different mac and ip address
  4. turn on hostapd at this access interface
  5. use dnsmasq to assign the connecting clients at this interface, ip addresses and give the default gateway as the ip of the station interface to be created
  6. turn on dnsmasq at the access interface.
  7. create new interface assign it separate mac address and connect it to the network by assigning essid and using dhclient to obtain ip address.
  8. if necessary perform ip masquerading through iptables command

I creates the new interface and the AP appears perfectly, but I fail to obtain the IP address when I try to connect the AP.

Software I install: hostapd and dnsmasq

I use wlan0 as station and myAcc as AP.

My command:

In hostapd.conf:

In dnsmasq.conf:

In sysctl.conf, net.ipv4.ip_forward has set to 1

0 投票
3 回答
6989 浏览

android - Connectify 在一段时间后停止互联网连接

我在 Windows 10 上运行 Connectify,并将我的以太网连接的互联网共享到 Android 手机和 Macbook Pro。这两款设备都可以完美连接到网络,也可以通过它访问互联网,但互联网连接会在随机时间段后停止。wifi 连接仍然正常,但它会返回“无连接”错误,直到断开连接并重新连接。这个时间段从几秒到几个小时不等。Connectify 托盘图标然后显示没有连接的设备(蓝色)。wifi 适配器电源设置设置为不关闭或休眠。我不太确定,但我认为在 Windows 7 上,它可以工作并且没有停止连接。问题可能是什么,我该如何解决?