An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# wnlm

[![Go Report Card](https://goreportcard.com/badge/github.com/adrianosela/wnlm)](https://goreportcard.com/report/github.com/adrianosela/wnlm)
[![Documentation](https://godoc.org/github.com/adrianosela/wnlm?status.svg)](https://godoc.org/github.com/adrianosela/wnlm)
[![GitHub issues](https://img.shields.io/github/issues/adrianosela/wnlm.svg)](https://github.com/adrianosela/wnlm/issues)
[![license](https://img.shields.io/github/license/adrianosela/wnlm.svg)](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.