简体   繁体   中英

Method to automate Arduino Yun WiFi Login to Captive Portal with python or other?

What is the simplest path toward automating a WiFi login from an Arduino Yun (Yún) to a "Captive Portal" authenticated login method. I would like to stay in python, if that is the most appropriate.

So for I've considered:

I would like the simplest, least-overhead method possible.

This is to run on an Arduino Yun upload some environmental data every once in a while. But the publicly-accessible WiFi requires a login/password every time.

I had the same problem. I solved it by talking to the Network Administrator and we have saved my Arduino as a privileged device. But I also want to know how to do that in order to prevent future problems and for Networks that I can't have privileged access.

By the way, I am using an UNO and python wouldn't solve my problem but the general idea can help me.

Regards

您可以使用像phantomjs这样的无头浏览器,使用nodejs启动以自动导航,输入用户名/密码

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM