libupnpv1.18.5
- Updated
libupnp: Build UPnP-compliant control points, devices, and bridges on several operating systems.
- Project website: https://pupnp.github.io/pupnp/
#Usage
libupnp provides pkg-config modules:
# Linux SDK for UPnP Devices
libupnplibupnp provides CMake targets:
find_package(UPNP CONFIG REQUIRED)
target_link_libraries(main PRIVATE UPNP::Shared)
-- or --
target_link_libraries(main PRIVATE UPNP::Static)libixml provides CMake targets:
find_package(IXML CONFIG REQUIRED)
target_link_libraries(main PRIVATE IXML::Shared)
-- or --
target_link_libraries(main PRIVATE IXML::Static)#Features
No default features.
#client-api
Enable control point code (client)
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#ssl
OpenSSL support for encrypted connections
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (through openssl)
- vcpkg-cmake-config (through openssl)
- vcpkg-cmake-get-vars (through openssl)
#webserver
Enable integrated webserver
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Kai Blaschke
toge
Weihang Ding