Expand description
Well-known gossip topic IDs for the igc-net protocol.
Topic IDs are fixed protocol constants.
The values are precomputed from the canonical derivation strings and embedded directly so the implementation matches the spec’s interoperability rules.
Constants§
- ANALYTICS_
TOPIC_ ID BLAKE3("igc-net/analytics/v1")as a 32-byte array.- ANALYTICS_
TOPIC_ STR - Derivation string for the analytics announcement topic. Nodes that publish or consume IGC_META_DOC analytics SHOULD join this topic.
- ANNOUNCE_
TOPIC_ ID BLAKE3("igc-net/announce/v1")as a 32-byte array.- ANNOUNCE_
TOPIC_ STR - Derivation string for the primary announcement topic. All compliant igc-net nodes MUST join this topic on startup.
Functions§
- analytics_
topic_ id BLAKE3("igc-net/analytics/v1")as a 32-byte array.- announce_
topic_ id BLAKE3("igc-net/announce/v1")as a 32-byte array.