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
2020-03-06 11:56:59 +01:00
examples Add device example 2019-09-18 11:08:24 +02:00
AccessPoint.go Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
ActiveConnection.go Update imports to dbus/v5 2019-09-25 15:15:19 -04: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 Device.Reapply 2020-03-06 11:53:44 +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 Use CameCase for all enums (breaks API) 2019-06-12 14:57:33 +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 Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
IP6Config.go Fix GetPropertyNameservers return type ([]byte instea of string) 2019-09-30 20:27:14 +02:00
LICENSE Update LICENSE 2019-09-18 10:48:22 +02:00
NetworkManager.go Merge branch 'develop' 2020-03-06 11:56:59 +01: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
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 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
nmmetered_string.go Add new types strings conversions 2019-06-12 14:51:29 +02:00
nmstate_string.go Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00
README.md Update godoc path 2019-09-18 11:10:30 +02:00
Settings.go Update imports to dbus/v5 2019-09-25 15:15:19 -04:00
utils.go Add property setter helper 2020-03-06 11:46:34 +01:00

gonetworkmanager

Go D-Bus bindings for NetworkManager 1.16.

Tested with NetworkManager 1.16.0.

GoDoc

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.