Registry / messaging / tcp-pubsub

tcp-pubsub

JSON →
library1.0.3vcpkgunverified

TCP based publish-subscribe library for C++

vcpkg install tcp-pubsub
INSTALL
IMPORT
SIG · TCP-PUBSUB
T
tcp-pubsub
messagingcppv1.0.3
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.

tcp-pubsub/tcp_pubsub.h
✓ #include <tcp-pubsub/tcp_pubsub.h>

Publish a message over TCP

#include <tcp-pubsub/tcp_pubsub.h> #include <iostream> int main() { tcp_pubsub::Publisher pub("localhost", 5555); pub.publish("hello"); std::cout << "Message published" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources

No resource links recorded.

tcp-pubsub — pip install tcp-pubsub · libregistry