diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-15 15:03:14 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-15 15:03:14 +0000 |
commit | bfeba7246b7589443e52eb5f868f175af00e77ae (patch) | |
tree | f6033ebe008434de920a07d85f65f6e3e9a617d7 /doc/index.html | |
parent | b307211de49d24f0f32f2b24457f44e0ae7d8eea (diff) | |
download | bcnm-bfeba7246b7589443e52eb5f868f175af00e77ae.tar.xz |
version: 0.0.1.3v0.0.1.3
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/doc/index.html b/doc/index.html index a0ddf77..8e8e093 100644 --- a/doc/index.html +++ b/doc/index.html @@ -20,16 +20,20 @@ <h2> What is it ? </h2> <p> - bcnm is a client network manager: it automatically handles network -connections for a client machine. It supports Ethernet and Wi-Fi. -IP addresses can be attributed statically or via DHCP. + In its final form, bcnm is a client network manager: it automatically +handles network connections for a client machine. It supports Ethernet +and Wi-Fi. IP addresses can be attributed statically or via DHCP. </p> <p> -<strong> - This is very much a work in progress. Do not expect full functionality -in the short or even middle term. -</strong> +However, given the existence, and work being done, on +<a href="https://github.com/ifupdown-ng/ifupdown-ng">ifupdown-ng</a>, +it is likely that not much effort will be put into the "network +manager" part of bcnm. The package as it exists today is still maintained, +because some tools rely on the programs and libraries it already +provides: a tool to wait for network interfaces to reach a +certain state, and a comfortable C API to control +<a href="https://w1.fi/wpa_supplicant/">wpa_supplicant</a>. </p> <hr /> |