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
meskedal 4c09e115f8 Fixed duplicate entries in nm and utils
After the latest merge there was a duplicate entry of AddAndActivateWirelessConnection in NetworkManager.go
which has been removed. There was also duplicate functions call2 and
callError2 in utils.go. The duplicate of AddAndActivateWirelessConnection referenced
callError2, and both of these duplicates has been removed.
2019-06-29 23:53:31 +02:00
AccessPoint.go Don't Panic: Forward all errors as error values. Read this for reference: https://dave.cheney.net/2012/01/18/why-go-gets-exceptions-right 2019-06-26 09:24:05 +02:00
ActiveConnection.go Don't Panic: Forward all errors as error values. Read this for reference: https://dave.cheney.net/2012/01/18/why-go-gets-exceptions-right 2019-06-26 09:24:05 +02:00
Connection.go Request scan and activate access point (#6) 2018-12-04 09:31:30 -05:00
Device.go Don't Panic: Forward all errors as error values. Read this for reference: https://dave.cheney.net/2012/01/18/why-go-gets-exceptions-right 2019-06-26 09:24:05 +02:00
DHCP4Config.go Don't Panic: Forward all errors as error values. Read this for reference: https://dave.cheney.net/2012/01/18/why-go-gets-exceptions-right 2019-06-26 09:24:05 +02:00
enums.go Flesh out Device and AccessPoint objects, JSON marshalling, basic signals. 2016-05-25 16:47:07 -04:00
IP4Config.go Don't Panic: Forward all errors as error values. Read this for reference: https://dave.cheney.net/2012/01/18/why-go-gets-exceptions-right 2019-06-26 09:24:05 +02:00
LICENSE Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00
NetworkManager.go Fixed duplicate entries in nm and utils 2019-06-29 23:53:31 +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
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 godoc badge. 2016-05-24 21:01:08 -04:00
Settings.go Don't Panic: Forward all errors as error values. Read this for reference: https://dave.cheney.net/2012/01/18/why-go-gets-exceptions-right 2019-06-26 09:24:05 +02:00
utils.go Fixed duplicate entries in nm and utils 2019-06-29 23:53:31 +02:00
WirelessDevice.go Don't Panic: Forward all errors as error values. Read this for reference: https://dave.cheney.net/2012/01/18/why-go-gets-exceptions-right 2019-06-26 09:24:05 +02:00

gonetworkmanager

Go D-Bus bindings for NetworkManager.

Currently tested with NetworkManager 0.9.8.10.

GoDoc

NetworkManager 0.9 D-Bus Spec