Skip to Content

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:
and 2 transitive dependencies:
Host Dependencies:
3 transitive dependencies:

# Dependencies

# Host Dependencies

and one transitive dependency:

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Benno Waldhauer's avatar Benno Waldhauer

# Changelog

  • 3447aa6 [Webthing-CPP] add new port (#41669)

# Source