Registry / networking / libupnp

libupnp

JSON →
library1.18.2vcpkgunverified

libupnp: Build UPnP-compliant control points, devices, and bridges on several operating systems.

vcpkg install libupnp
INSTALL
IMPORT
SIG · LIBUPNP
L
libupnp
networkingcppv1.18.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

upnp.h
#include <upnp.h>

Register and unregister a UPnP client handle

#include <upnp.h> int main() { UpnpClient_Handle client; int ret = UpnpRegisterClient(nullptr, nullptr, &client); if (ret == UPNP_E_SUCCESS) { UpnpUnRegisterClient(client); return 0; } return 1; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.18.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

libupnp — pip install libupnp · libregistry