Skip to content

NetworkManager Service #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

NetworkManager Service #96

wants to merge 5 commits into from

Conversation

cpwrs
Copy link

@cpwrs cpwrs commented Jul 6, 2025

Work in progress NetworkManager service.
Starting with a subset of the API relevant to exposing Device, Wireless, AccessPoint, and Connection objects via DBus. Spec: https://networkmanager.dev/docs/api/latest/spec.html

To do:

org.freedesktop.NetworkManager

  • NetworkManager class
  • Connect to DBus
  • Connect to NM service
  • Track devices (GetAllDevices, DeviceAdded, DeviceRemoved)
  • Track a default Wifi device
  • Track state property

org.freedesktop.NetworkManager.Device

  • NMDevice class
  • Track Path, Interface, DeviceType, Managed properties
  • Track ActiveConnection object

org.freedesktop.NetworkManager.Device.Wireless

  • Find wifi devices
  • NMWirelessDevice class
  • Track access point objects (AccessPoints, ActiveAccessPoint)
  • Add trigger for access point rescans
  • AddAndActivateConnection method (Needs consideration of secret agent for password entry)

  • Polish Qml API
  • Document and test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant