Skip to content

wiresteadv0.9.6

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)

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No features defined.

#Dependencies

and 50 transitive dependencies:

#Host Dependencies

and one transitive dependency:

#Host Tool For

No ports use this.

#Contributors

  • Jinwoo Sung's avatarJinwoo Sung

#Changelog

  • c0353e4[wirestead] Update to 0.9.6 (#53694)
  • c32c7fb[wirestead] update to 0.9.5 (#53450)
  • 9796c73[wirestead] update to 0.9.3 (#53321)
  • 3c644aa[wirestead] update to 0.9.2 (#53158)
  • 9865266[wirestead] update versions to v0.9.1 (#53078)
  • 0c15af8[wirestead] add port (#52984)