SlackBuilds Repository

15.0 > Network > connman (1.42)

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.

To run connman on startup, run (as root):
chmod +x /etc/rc.d/rc.connmand
then add this to your /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.connmand ]; then
/etc/rc.d/rc.connmand start
fi
Make sure other networking services like NetworkManager or WPA
Supplicant are not also configured to run on startup.

By default, this SlackBuild will build connman with support for iwd,
polkit, and nmcompat (NetworkManager compatibility interfaces). If
you wish to disable any of these, you may run the SlackBuild with
the DISABLE_IWD, DISABLE_POLKIT, and DISABLE_NMCOMPAT environment
variables set, e.g.
DISABLE_IWD=yes DISABLE_POLKIT=yes DISABLE_NMCOMPAT=yes \
./connman.SlackBuild

Maintained by: Samuel Young
Keywords: ,connection manager,intel,ipv4,ipv6,wifi,ethernet,wpa,wireless,internet
ChangeLog: connman

Homepage:
https://git.kernel.org/pub/scm/network/connman/connman.git

Source Downloads:
connman-1.42.tar.gz (5943f0687dff53f7c252e8a44cb9eb90)

Download SlackBuild:
connman.tar.gz
connman.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
connman.SlackBuild
connman.info
rc.connmand
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds