Registry / networking / jwsung91-unilink

jwsung91-unilink

JSON →
library0.8.1vcpkgunverified

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

vcpkg install jwsung91-unilink
INSTALL
IMPORT
SIG · JWSUNG91-UNILINK
J
jwsung91-unilink
networkingcppv0.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

unilink/unilink.h
#include <unilink/unilink.h>

Create a TCP client and connect to localhost

#include <unilink/unilink.h> #include <iostream> // Create a TCP client unilink::tcp::client client("127.0.0.1", 8080); client.on_connect([]() { std::cout << "Connected!\n"; }); client.connect();
Debug
Known issues
gotchaAsync operations require an event loop to be running (e.g., asio::io_context)
fix
Ensure you run the event loop (e.g., io_context.run()) after initiating async operations
affects: all
Upgrade
Version history
0.8.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

jwsung91-unilink — pip install jwsung91-unilink · libregistry