DOES ANYONE KNOW HOW TO SETUP A PI RUNNING PIAWARE TO CONNECT VIA “xfinitywifi” SSID?
Have you tried the instructions on how to connect to a WiFi network? Should be the same
Is this the type of wifi that pops up a window requiring you to click “I agree” and then a button, or something like that?
Yes, I’m using a PI 3B+ (needed 3B+ or 4B since xfinitywifi SSID is only 5GHz
in local area). I’m receiving daa from dump1090 but PI can’t connect to flightaware because I havent gotten the web page to allow net access.
So how do I automate this?
What I’m thinking is doing a wget command todo the GET and ?using wget
)if it supports it) to do a post.
I can sniff another PI with screen to get the POST data. should this work?
Yep, if you can fake the request I guess it should work.
You could sniff the data from Chrome’s dev tools (F12) → right click the relevant request → “copy > copy as cURL” which should give you a curl
command line you could run from the Pi.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.