How could I handle a situation in which I need to stay connected to a WiFi network, but the network requires that I accept terms and conditions each time I connect? I also want to be able to deal with a spotty connection that regularly disconnects.
To clarify: i.e. a network in which you need to accept terms and conditions via a browser in order to connect, each time you connect. And there is a possibility of regular disconnects (inconsistent signal) and I don't want to have to hook up a laptop to the microcontroller every time to reconfigure it, I'd like to automate that but I'm unsure of how to do so.
Thanks for any help!