=====================================================
RTI Connext Hello_dynamic Example Application
=====================================================

Welcome to Connext.

To get started with Connext and the C# API, see the Getting Started
Guide at https://community.rti.com/static/documentation/connext-dds/
current/doc/manuals/connext_dds_professional/getting_started_guide/index.html

Compiling this Example
----------------------
To build this example, move to the folder of the dotnet version you 
have and execute:

  > dotnet build

Running this Example
--------------------
To run this example, type the following in two different command shells,
either on the same machine or on different machines:

  > dotnet run -- --sub [arguments]
  > dotnet run -- --pub [arguments]

For more information, please consult your "Getting Started Guide."

Optional arguments
------------------
-h | --help : shows help message
-d | --domain <domainID> : Sets the DDS domain ID [default=0]
-t | --topic <name>  :  Sets topic name [default="Example HelloWorld"]
-s | --size <num> : Sets payload size in bytes [default=int.MaxValue]
-c | --sampleCount <num> : Sets number of samples to send/receive [default=(UNLIMITED)]

