Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 822 Bytes

File metadata and controls

17 lines (15 loc) · 822 Bytes

The broker is a special system that handles DSLinks. All DSLinks must connect to a broker. Permissions for DSLinks are handled in the broker. The DSLink does not handle any permissions.

Root Nodes

These nodes are children of the root path, "/".

  • data
    • Provides a easily accessible way to publish data.
  • defs
    • Definitions for various internal structures which get referenced by nodes.
  • downstream
    • Active, fully-authenticated, DSLink connection.
  • sys
    • quarantine
      • An active DSLink connection that is semi-authenticated. It is awaiting permission from the broker before it can send/retrieve any data from the broker. The broker can close the connection if the DSLink attempts to make a request or send data without being fully-authenticated.
  • upstream
    • Upstream brokers are accessible here.