NetworkManager
![]() NetworkManager is a system daemon, various graphical front-ends are available | |
Original author(s) | Red Hat |
---|---|
Initial release | November 19, 2004 |
Stable release | 0.9.9.98
/ June 21, 2014 |
Repository | |
Written in | C with GObject |
Operating system | SUS/POSIX |
Type |
|
License | GNU GPL |
Website | http://projects.gnome.org/NetworkManager/ |
NetworkManager is a software utility aimed at simplifying the use of computer networks on Linux-based and other Unix-like operating systems.
History
Red Hat initiated a NetworkManager project in 2004 with the goal of enabling Linux users to deal more easily with modern networking needs, particularly wireless networking. NetworkManager takes an opportunistic approach to network selection, attempting to use the best available connection as outages occur, or as the user roams between wireless networks. It prefers Ethernet connections over “known” wireless networks, which are preferred over wireless networks with SSIDs to which the user has never connected. The user is prompted for WEP or WPA keys as needed.
The NetworkManager project was among the first major Linux desktop components to utilize D-Bus and HAL extensively. Since June 2009, however, NetworkManager no longer depends on HAL. Since 0.9.10 (~2014), NetworkManager doesn't require the D-Bus daemon to be running for root operation.[1]
Software architecture
NetworkManager has two components:
- the NetworkManager daemon, the actual software which manages connections and reports network changes
- several graphical front-ends for diverse surfaces, such as GNOME Shell, GNOME Panel, KDE Plasma Workspaces, Cinnamon, etc.
Both components are intended by the developers to be reasonably portable, and the applet is available to desktop environments which implement the Freedesktop.org System Tray Protocol,[2] including GNOME, KDE Plasma Workspaces, Enlightenment (window manager) and Xfce. As the components communicate via D-Bus, applications can be written to be “link-aware”, or to replace the provided applet entirely. One example is KNetworkManager, a KDE frontend to NetworkManager developed by Novell for SUSE Linux.
Graphical front-ends
- NetworkManagement
- NetworkManager back-end for KDE SC 4, provides a plasma widget frontend.[3]
- KNetworkManager
- the K Desktop Environment 3 frontend developed by Novell.[4]
- nm-applet
- is the GNOME applet for NetworkManager.
- nmcli
- built-in command line interface (added in 2010,[5] e.g. in Fedora 13 Alpha,[6] which was released in late May 2010).
- cnetworkmanager
- command line interface for NetworkManager.[7]
Mobile broadband configuration assistant
Antti Kaijanmäki announced the development of a mobile broadband configuration assistant for NetworkManager in April 2008[8] it became available in NetworkManager version 0.7.0. Together with the package mobile-broadband-provider-info the connection is easily configured.
See also
- Linux on the desktop
- BlueZ
- GNOME Keyring Manager
- UMTSMON [9]
- usbserial
- Wicd Network Manager written in Python
- wicked tool and library provides a new, experimental framework for network configuration, GPLv2, created 2010-09-13
- wpa_supplicant
- wvdial
- netifd a tiny daemon with the ability to listen on netlink events; does not require D-Bus, does not depend on GLib, targets embedded devices
- ConnMan - connection manager is a daemon for managing Internet connections within embedded devices
References
- ^ http://blogs.gnome.org/dcbw/2014/06/20/well-build-a-dream-house-of-net/
- ^ Havoc Pennington <[email protected]>. "System Tray Protocol Specification". Standards.freedesktop.org. Retrieved 2012-02-04.
{{cite web}}
: CS1 maint: extra punctuation (link) CS1 maint: multiple names: authors list (link) - ^ "NetworkManagement GIT". Projects.kde.org. Retrieved 2012-02-04.
- ^ KNetworkManager documentation[dead link]
- ^ Initial pieces of nmcli, gitweb
- ^ Features/NetworkManagerCmdline - FedoraProject wiki, Fedora 13 Alpha release notes - FedoraProject wiki
- ^ "cnetworkmanager - Command Line Interface for NetworkManager". Vidner.net. Retrieved 2012-02-04.
- ^ "Announce on networkmanager-list". Mail.gnome.org. 2008-04-10. Retrieved 2012-02-04.
- ^ "UMTSmon". Umtsmon.sourceforge.net. Retrieved 2012-02-04.
External links
- NetworkManager Homepage
- NetworkManager's GNOME Live Page
- Service Provider Database
- NetworkManager in freedesktop.org
- NetworkManager status on the freebsd-gnome mailing list
- Original NetworkManager page at redhat.com via WaybackMachine
- Introducing NetworkManager
- Announcement of the first public release of NetworkManager