Are you connecting the monitor/keyboard to your BBB? If so, just run the browser, and log in. If you want to avoid this step, you could analyze the structure of the page your school uses to log in, and write scripts to submit the URL response that would match what your school expects from the browser session. One way to do that would be to run a firefox session with the Network scanner from the Web Developer plugin, look at the traffic it reports, and replicate it using e.g. curl.
On Sun, Aug 30, 2015 at 8:24 PM, Christopher Pilla <[email protected]> wrote: > Hi, > > I've been able to successfully setup wifi on my beaglebone black for my > home network. > > However, I'd like to be able to set it up on my school network (i'm a > teacher). > > However, at my school, when you connect to the internet, you must open a > webpage and enter a log on and password. They you can establish > connectivity. > > Does anyone know how to set up my configuration to do this? > > Thanks- Chris > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
