No description
|
||
---|---|---|
.github/workflows | ||
examples | ||
AccessPoint.go | ||
ActiveConnection.go | ||
Checkpoint.go | ||
Connection.go | ||
Device.go | ||
DeviceDummy.go | ||
DeviceGeneric.go | ||
DeviceIpTunnel.go | ||
DeviceStatistics.go | ||
DeviceWired.go | ||
DeviceWireless.go | ||
DHCP4Config.go | ||
DHCP6Config.go | ||
enums.go | ||
go.mod | ||
go.sum | ||
IP4Config.go | ||
IP6Config.go | ||
LICENSE | ||
NetworkManager.go | ||
nm80211apflags_string.go | ||
nm80211apsec_string.go | ||
nm80211mode_string.go | ||
nmactivationstateflag_string.go | ||
nmactiveconnectionstate_string.go | ||
nmcapability_string.go | ||
nmcheckpointcreateflags_string.go | ||
nmconnectivity_string.go | ||
nmdevicestate_string.go | ||
nmdevicetype_string.go | ||
nmmetered_string.go | ||
nmstate_string.go | ||
README.md | ||
Settings.go | ||
utils.go | ||
VpnConnection.go |
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.