diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-07-06 21:42:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-07-06 21:42:01 +0000 |
commit | 330f54ac7f780872223f9cac62347393ffb4ef86 (patch) | |
tree | 1de817bd4b556e487b93884ac21561e1e5779635 /README | |
download | bcnm-330f54ac7f780872223f9cac62347393ffb4ef86.tar.xz |
Initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,31 @@ +bcnm - a better client network manager +-------------------------------------- + + bcnm is currently a set of tools to control the client side of a +WiFi connection. + + Ultimately, it aimes to become a network manager for client machines, +similar to NetworkManager, wicd or ConnMan. + It works out-of-the-box on Linux and is easily portable to other +Unix systems. + + bcnm does not perform any low-level, hardware-controlling work itself. +It just implements a state machine and send commands to other processes +such as wpa_supplicant and a user-configured DHCP client. + + See http://skarnet.org/software/bcnm/ for details. + + +* Installation + ------------ + + See the INSTALL file. + + +* Contact information + ------------------- + + Laurent Bercot <ska-skaware at skarnet.org> + + Please use the <skaware at list.skarnet.org> mailing-list for +questions about bcnm. |