Mesh-CTL Interface
The Compudenser Control (Mesh-CTL) interface is the primary orchestration layer for distributed node governance. It facilitates peer discovery, resource allocation, and zero-trust verification via decentralized signaling: all within EU jurisdiction.
VISUAL_SPEC: COMPUDENSER_HANDSHAKE_PROTOCOL_V4
[ INITIATOR_NODE ]
0x551...FD
SYN_REQUEST
SYN_ACK_VALIDATED
[ TARGET_NODE ]
0x228...C9
ENCRYPTION: AES-256-GCM
SIGNALING: WebRTC-DATA-CHANNEL
JURISDICTION: EU-WEST
MACHINED_API_SPEC: NODE_JOIN
AUTH_REQUIRED
POST
/v1/network/mesh/join
PARAMETERS
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| node_id | string | Unique hardware hash for the initiator. |
| sig_payload | base64 | Ed25519 signature of current block-hash. |
| gdpr_consent | boolean | EU data processing consent confirmation. |
Request Payload Example
{
"node_id": "compudenser_node_8842",
"protocol_version": "4.0.0",
"capabilities": [
"gpu_compute",
"webrtc_proxy"
],
"auth": {
"method": "ED25519",
"sig": "x928sh...m01"
},
"gdpr_consent": true
}