1. Home
  2. Browse
  3. wirestead

wirestead

v0.9.0#0Latest

Unified, cross-platform async C++ library for Serial, TCP, UDP, and UDS

Install

Run the following Vcpkg command to install the port.

vcpkg install wirestead

Usage

wirestead provides CMake targets:

find_package(wirestead CONFIG REQUIRED)
target_link_libraries(main PRIVATE wirestead::wirestead)

The legacy UniLink compatibility package is also installed for v0.9.x source

compatibility:

find_package(unilink CONFIG REQUIRED)
target_link_libraries(main PRIVATE unilink::unilink)

Dependencies

See source

Version

v0.9.0#0

Publication

Supports

!uwp

GitHub

wirestead/wirestead0

Homepage

github.com/wirestead/wirestead

Subtree

0c15af8c66

License

Apache-2.0

Definition

Manifest