orgfreedesktopNetworkManager
org.freedesktop.NetworkManager is the D-Bus service interface exposed by the NetworkManager project to manage networking on Linux and other Unix-like systems. The interface is implemented by the NetworkManager daemon and is used by client applications to query device state, manage connections, and control network behavior. The standard top-level object is located at /org/freedesktop/NetworkManager, and the primary D-Bus interface for that object is org.freedesktop.NetworkManager.
Through this interface, clients can enumerate network devices with GetDevices, inspect their properties, and request actions
Key properties include State, Connectivity, and WirelessEnabled, among others. The interface emits signals when the system
Usage and ecosystem: The D-Bus interface is consumed by command-line tools like nmcli and by desktop network