Registry / networking / oatpp-ssdp

oatpp-ssdp

JSON →
library1.3.0vcpkgunverified

Oat++ SSDP (Simple Service Discovery Protocol) submodule.

vcpkg install oatpp-ssdp
INSTALL
IMPORT
SIG · OATPP-SSDP
O
oatpp-ssdp
networkingcppv1.3.0
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.

oatpp-ssdp/SSDP.hpp
#include <oatpp-ssdp/SSDP.hpp>

Start and stop an SSDP service.

#include "oatpp-ssdp/SSDP.hpp" #include <iostream> int main() { oatpp::ssdp::SSDP ssdp; ssdp.start(); std::cout << "SSDP service started" << std::endl; ssdp.stop(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

oatpp-ssdp — pip install oatpp-ssdp · libregistry