On Tue, Nov 4, 2008 at 3:06 PM, Pablo Martí <[EMAIL PROTECTED]> wrote: > No, the very first time you interact with the hotspot, you'll be > redirected to the login page anyway. You'll have to accept the ToS and > *pay*. The use-case discussed here is after paying for the access, not > having to explicitly log in the hotspot every time you want to use > afterwards
Then it's entirely doable as a Firefox extension without any NM integration (check if the page is the login one, submit data and reload) or easily doable using python, dbus and curl (wait for connection, check SSID, if matching call curl with necessary POST payload - could be read from the keyring). -- Patryk Zawadzki _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
