webthing-cpp v1.0.5
- Created
- Updated
Webthing-CPP is a modern CPP/C++17 implementation of the WebThings API.
# Usage
webthing-cpp is header-only and can be used from CMake via:
find_path(WEBTHING_CPP_INCLUDE_DIRS "bw/webthing/webthing.hpp")
target_include_directories(main PRIVATE ${WEBTHING_CPP_INCLUDE_DIRS})
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# ssl
Support HTTPS via uwebsockets
Dependencies:
usockets
Features:
ssl
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by libuv )
- vcpkg-cmake-config (by libuv )
- vcpkg-cmake-get-vars (by openssl )
# Dependencies
and 3 transitive dependencies:
- libuv (by usockets )
- usockets (by uwebsockets )
- zlib (by uwebsockets )
# Host Dependencies
and one transitive dependency:
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Benno Waldhauer