https://github.com/adrianosela/wnlm
Go bindings for the Windows Network List Manager API.
https://github.com/adrianosela/wnlm
golang network networking networklistmanager windows
Last synced: 3 months ago
JSON representation
Go bindings for the Windows Network List Manager API.
- Host: GitHub
- URL: https://github.com/adrianosela/wnlm
- Owner: adrianosela
- License: mit
- Created: 2025-03-09T22:15:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T00:07:41.000Z (3 months ago)
- Last Synced: 2025-03-10T00:23:35.917Z (3 months ago)
- Topics: golang, network, networking, networklistmanager, windows
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wnlm
[](https://goreportcard.com/report/github.com/adrianosela/wnlm)
[](https://godoc.org/github.com/adrianosela/wnlm)
[](https://github.com/adrianosela/wnlm/issues)
[](https://github.com/adrianosela/wnlm/blob/master/LICENSE)Go bindings for the Windows [Network List Manager API](https://learn.microsoft.com/en-us/windows/win32/nla/portal).
> The Network List Manager API enables applications to retrieve a list of available network connections. Applications can filter networks, based on attributes and signatures, and choose the networks best suited to their task. The Network List Manager infrastructure notifies applications of changes in the network environment, thus enabling applications to dynamically update network connections.