Unified, cross-platform async C++ library for Serial, TCP, UDP, and UDS
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)
v0.9.0#0
!uwp
Apache-2.0
Manifest