No description
This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Felix Rosén ba0310894b fix(SubscribeState): add the path to the recieved chan type
also remove the check for the signal to be the current path
since this will block us from receiving updates to the actual object

before it only signaled on when we deactivated, since the activation
happens on another device.
2021-12-13 20:16:38 +01:00
.github/workflows Fix go build action 2020-03-19 16:03:04 +01:00
examples Cleaning up errors and settings 2021-03-18 16:26:13 -04:00
AccessPoint.go Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
ActiveConnection.go fix(SubscribeState): add the path to the recieved chan type 2021-12-13 20:16:38 +01:00
Checkpoint.go Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
Connection.go Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
Device.go Add missing error return value to Device Interface 2020-03-19 15:08:07 +01:00
DeviceDummy.go Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
DeviceGeneric.go Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
DeviceIpTunnel.go Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
DeviceStatistics.go Add Device.SetPropertyRefreshRateMs 2020-03-06 11:46:50 +01:00
DeviceWired.go Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
DeviceWireless.go Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
DHCP4Config.go Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
DHCP6Config.go Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
enums.go Add CheckpointRollback 2020-08-20 13:52:09 +02:00
go.mod Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
go.sum Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
IP4Config.go Eliminate empty route items 2021-02-25 10:59:33 +08:00
IP6Config.go Eliminate empty route items 2021-02-25 10:59:33 +08:00
LICENSE Update LICENSE 2019-09-18 10:48:22 +02:00
NetworkManager.go Implement SetPropertyWirelessEnabled 2020-11-13 17:25:10 +01:00
nm80211apflags_string.go Add ActiveConnection StateChanged signal subscription 2020-07-31 16:14:41 +02:00
nm80211apsec_string.go Add ActiveConnection StateChanged signal subscription 2020-07-31 16:14:41 +02:00
nm80211mode_string.go Add ActiveConnection StateChanged signal subscription 2020-07-31 16:14:41 +02:00
nmactivationstateflag_string.go Add NmActivationStateFlag 2019-05-17 15:19:25 +02:00
nmactiveconnectionstate_string.go Add NmActiveConnectionState 2019-05-17 15:18:13 +02:00
nmcapability_string.go Add new types strings conversions 2019-06-12 14:51:29 +02:00
nmcheckpointcreateflags_string.go Add new types strings conversions 2019-06-12 14:51:29 +02:00
nmconnectivity_string.go Add ActiveConnection StateChanged signal subscription 2020-07-31 16:14:41 +02:00
nmdevicestate_string.go Add ActiveConnection StateChanged signal subscription 2020-07-31 16:14:41 +02:00
nmdevicetype_string.go Add ActiveConnection StateChanged signal subscription 2020-07-31 16:14:41 +02:00
nmmetered_string.go Add new types strings conversions 2019-06-12 14:51:29 +02:00
nmstate_string.go Add ActiveConnection StateChanged signal subscription 2020-07-31 16:14:41 +02:00
README.md Update README.md 2020-03-19 16:11:21 +01:00
Settings.go feat: implement Settings.ReloadConnections 2021-02-23 20:22:17 -08:00
utils.go Add property setter helper 2020-03-06 11:46:34 +01:00
VpnConnection.go Add VpnConnection 2020-07-31 16:13:01 +02:00

GoDoc Go build

gonetworkmanager

Go D-Bus bindings for NetworkManager 1.16.

Tested with NetworkManager 1.16.0.

NetworkManager 1.16 D-Bus Spec

Backward compatibility

The library should also be compatible with NetworkManager 0.9.8.10.

Usage

You can find some examples in the examples directory.