Engine
Covers Engine 2.0.0
dartwic-share/connect
Connects the engine to a remote DARTWIC Share node.
- Category: RAPID Share
Request payload
| Field | Type | Requirement | Description |
|---|---|---|---|
host | string | Optional | Remote host name or IP address; defaults to 127.0.0.1. |
port | integer | Optional | Remote TEMPEST base port; defaults to 7200. |
password | string | Optional | Registration password; defaults to admin. |
transport | string | Required | tempest for the built-in transport, or a plugin-qualified Share transport. |
node_name | string | Optional | Expected remote node name. |
kind | string | Optional | Remembered peer kind; defaults to node. |
rapid | object | Optional | RAPID settings: enabled, share_all, and a channels array of channel keys (not fields). |
argus | object | Optional | ARGUS settings containing enabled. |
poll_interval_ms | integer | Optional | Poll interval in milliseconds; defaults to 5000 and is clamped to at least 100. |
remember | boolean | Optional | Persist the connection for automatic reconnection; defaults to true. |
Response payload
RemoteNode: The connected node descriptor, including identity, endpoint, peer kind, connection state, metadata, and health counters.