connman
Connection management daemon
Connman provides a daemon for managing Internet connections. The Connection Manager is designed to be slim and to use as few resources as possible. It is fully modular system that can be extended through plug-ins. The plug-in approach allows for easy adaption and modification for various use cases. Connman implements DNS resolving and caching, DHCP clients for both IPv4 and IPv6, link-local IPv4 address handling and tethering (IP connection sharing) to clients via USB, ethernet, WiFi, cellular and Bluetooth.
- Versions: 1.42
- Website: https://01.org/connman
- Licenses: GPL 2
- Package source: gnu/packages/connman.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of connman
as follows:
guix install connman
Or install a particular version:
guix install connman@1.42
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of connman about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/connman'><img src='https://packages.guix.gnu.org/packages/connman/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/connman)
Example Org:
[[https://packages.guix.gnu.org/packages/connman][https://packages.guix.gnu.org/packages/connman/badges/latest-version.svg]]