Right now if the Raspberry Pi is acting as a AP you cannot access an internet connection (we're limited to a single wireless interface). Without using bluetooth (although that might come later) I need a way to install packages typically found and installed by apt (which needs interwebs).
Wishlist:
[ ] switch to client of another access point for X seconds
[ ] run and keepalive for updates, install packages, etc (i.e apt-get install nginx) then switch back to AP
Right now if the Raspberry Pi is acting as a AP you cannot access an internet connection (we're limited to a single wireless interface). Without using bluetooth (although that might come later) I need a way to install packages typically found and installed by apt (which needs interwebs).
Wishlist:
apt-get install nginx
) then switch back to AP