Registry / networking / libgossip

libgossip

JSON →
library1.2.1.3vcpkgunverified

A C++17 implementation of the Gossip protocol, designed for decentralized distributed systems.

vcpkg install libgossip
INSTALL
IMPORT
SIG · LIBGOSSIP
L
libgossip
networkingcppv1.2.1.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.

gossip/gossip.h
#include <gossip/gossip.h>

Minimal example starting a gossip protocol node.

#include "gossip/gossip.h" #include <iostream> int main() { // gossip::Node node("localhost", 8080); // node.start(); // std::cout << "Gossip node started" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources

No resource links recorded.

libgossip — pip install libgossip · libregistry