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
2019-06-12 14:34:18 +02:00
AccessPoint.go Add 1.16 Methods and Properties path definitions 2019-05-16 17:10:52 +02:00
ActiveConnection.go Add ActiveConnection.GetPath 2019-06-12 11:10:06 +02:00
Checkpoint.go Complete NetworkManager Methods and properties, add Checkpoint (empty) 2019-06-12 14:34:18 +02:00
Connection.go Complete Connection interface 2019-05-28 17:43:33 +02:00
Device.go Ad DeviceEthernet / Wired 2019-06-11 17:18:09 +02:00
DeviceDummy.go Add DeviceDummy 2019-06-11 17:17:36 +02:00
DeviceGeneric.go Add DeviceGeneric 2019-06-11 17:17:45 +02:00
DeviceIpTunnel.go Add DeviceIpTunnel 2019-06-11 17:17:55 +02:00
DeviceWired.go Ad DeviceEthernet / Wired 2019-06-11 17:18:09 +02:00
DeviceWireless.go Rename WirelessDevice to DeviceWireless for future consistency 2019-06-11 12:09:34 +02:00
DHCP4Config.go Get configuration returned by the IPv4 DHCP server. 2018-07-19 10:22:54 -04:00
DHCP6Config.go Add DHCP6 config 2019-05-27 15:04:18 +02:00
enums.go Complete NetworkManager Methods and properties, add Checkpoint (empty) 2019-06-12 14:34:18 +02:00
go.mod Update to godbus 5.0.1 2019-05-17 11:40:40 +02:00
go.sum Update to godbus 5.0.1 2019-05-17 11:40:40 +02:00
IP4Config.go IP4Config (new API) methods implementation 2019-05-17 17:55:50 +02:00
IP6Config.go Fix IP6Config nameserver data fetch 2019-05-17 18:13:23 +02:00
LICENSE Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00
NetworkManager.go Complete NetworkManager Methods and properties, add Checkpoint (empty) 2019-06-12 14:34:18 +02:00
nm80211apflags_string.go Flesh out Device and AccessPoint objects, JSON marshalling, basic signals. 2016-05-25 16:47:07 -04:00
nm80211apsec_string.go Flesh out Device and AccessPoint objects, JSON marshalling, basic signals. 2016-05-25 16:47:07 -04:00
nm80211mode_string.go Flesh out Device and AccessPoint objects, JSON marshalling, basic signals. 2016-05-25 16:47:07 -04: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
nmconnectivity_string.go Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00
nmdevicestate_string.go Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00
nmdevicetype_string.go Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00
nmstate_string.go Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00
README.md Fix bad refactor 2019-05-16 17:16:45 +02:00
Settings.go Adding settings properties and methods 2019-05-29 08:30:44 +02:00
utils.go Refactor callAndPanic to callWithReturnAndPanic 2019-05-28 11:06:28 +02:00

gonetworkmanager

Go D-Bus bindings for NetworkManager.

Currently tested with NetworkManager 1.16.0.

GoDoc

NetworkManager 0.9 D-Bus Spec