AWS IOT 按钮:连接到 Wifi

AWS IOT Button: Connect To Wifi

我有一个 AWS IOT 按钮,我正在尝试连接到我办公室开放的 wifi。问题是,我们打开的 "no-auth" wifi 有一个 "terms of use" 按钮,您必须在连接之前在浏览器中单击其中一个按钮。 AWS IOT 按钮可以通过吗?

似乎它只适用于通过 SSA 锁定的 wifi。

有人知道解决方法吗?

  • 发现设备的 mac 地址

  • 移除设备的电源

  • 配置您的笔记本电脑的 wifi 卡以覆盖其 built-in MAC 地址,而是假设物联网设备的 MAC 地址

  • 使用笔记本电脑登录无线网络并接受条款,欺骗设备的硬件地址

  • return笔记本正常配置

  • 启动物联网设备

  • 盈利! :) ...至少在门户的登录超时 window 到期之前。

Unfortunately the button doesn't support captive portal networks. Normally we advise the network operator to whitelist the button's MAC address, but I see you've already ruled that out.

One option you have is to use a travel router to bridge the captive portal network to a non-captive portal network. These travel routers are typically designed for hotel use, and so handle captive portal networks well. You'll probably have to first connect to the non-captive network with a phone or laptop to click agree, but then all other devices on the network shouldn't see the login page afterwards.

Note that this may be seen as circumventing the captive portal network's usage or security policies, so please check with the network operator.

https://forums.aws.amazon.com/thread.jspa?threadID=244348