Skip to Content

wirestead v0.9.0

Created
Updated

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

# 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) 

# License

# Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

# Features

No features defined.

# Dependencies

and 51 transitive dependencies:

# Host Dependencies

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Jinwoo Sung's avatar Jinwoo Sung

# Changelog

  • 0c15af8 [wirestead] add port (#52984)

# Source