The Messaging Unit enables protocol-aligned nodes—human or nonhuman—to transmit structured content for ingestion, storage, or further routing. This unit is deliberately minimal, designed for resilience and ease of integration.
Each message consists of a set of defined variables to standardize routing and interpretation:
sender_id
: a unique pseudonymous string or encoded pubkeyrecipient_scope
: single target, broadcast group, or mesh filtertimestamp
: UNIX format for temporal orderingsignal_class
: a tag or code signifying importance, urgency, or use casepayload
: the actual message content (can be plaintext, JSON, markdown, or encrypted blob){
"sender_id": "node_etherfox92",
"recipient_scope": "mesh:group_pharos",
"timestamp": 1720791041,
"signal_class": "alignment-check",
"payload": {
"text": "Confirm current interpretation of mesh tuning sequence.",
"glyph_hint": "Delta-7-Curve"
}
}
Upcoming modules will enable:
For feedback or integration assistance, contact your nearest node or visit Intersignal.org.