OK, I know that I am crossing out the most popular choices out there, but there is a reason for that. I am working on a BeagleBone Black running an ultra light version of Ubuntu 13.04 and I currently have it hooked up on the router via Ethernet. I only interact with the BeagleBone through ssh and I like to keep everything on the command line (X is not even installed). Ideally I want to connect to the router wirelessly, through the USB dongle I have attached to it, but:
- The storage capacity of this microcontroller is limited, therefore the ~250MB of the network manager with its command line tools is a solution that does not "fit".
- Wicd seemed like a great alternative. wicd-curses is exactly what I am looking for: a clear and easy to use command line interface, easy to scan for networks, select yours and configure passwords, etc. However, when I try to connect to a network it crashes gloriously and I failed to solve the problem.
- wpa_supplicant does provide what I need, but "the hard way", so I want to avoid it, if possible.
Are you aware of any other application that can help me connect to my WPA wireless network through command line, without having to configure everything manually?