Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.05 KB

File metadata and controls

25 lines (16 loc) · 1.05 KB

Requirements

Server/UI

DDS UI/Server/WN run on Linux and Mac OS X.

General requirements

  • Incoming connection on dds-commander port (configurable via server.commander_port_range_min and server.commander_port_range_max settings).
  • A C++17 or a higher compiler.
  • cmake 3.19 or higher.
  • BOOST 1.75 or higher.
  • shell: BASH (or a compatible one)

For details about port configuration and other settings, see the User Defaults Configuration Reference.

Additional requirements for the SSH plug-in

  • A public key access (or password less, via ssh-agent, for example) to destination worker nodes.

Agents

  • Outgoing connection on dds-commander's port range (configurable via server.commander_port_range_min and server.commander_port_range_max settings).
    This is required by dds-agent to be able to connect to DDS commander server
  • shell: BASH (or a compatible one)