Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 738 Bytes

quick-start.md

File metadata and controls

40 lines (28 loc) · 738 Bytes

Quick Start

  1. Download DDS source tarball.

  2. Install DDS from source.

  3. Enable DDS environment.

    cd <DDS INSTALLATION location>
    source DDS_env.sh
  4. Start DDS commander server.

    dds-session start
  5. Deploy 1 DDS agent with 50 task slots on the localhost.

    dds-submit --rms localhost --slots 50
  6. Use dds-info to find out a number of agents, which are online.

    dds-info -n
  7. Use dds-info to check detailed information about agents.

    dds-info -l 
  8. Set and activate the topology.

    dds-topology --activate $DDS_LOCATION/tutorials/tutorial1/tutorial1_topo.xml