Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

SystemLink Message Client API Examples

This directory holds self-contained example projects for the SystemLink Message Client API. To make finding relevant examples easier, a summary of each one is listed below.

Examples for other SystemLink Client APIs are available in the root examples directory.

Running an Example

Unless otherwise specified by the example's README, each example is run in the same way:

  1. Download and extract the repository source.
  2. Install the .NET Core SDK.
  3. Navigate to the example's directory and use the dotnet run command.

To run the example with a different configuration, use one of the following commands instead:

dotnet run -- --cloud <api_key>
dotnet run -- --server <url> <username> <password>

For example: dotnet run -- --server https://my_server admin "my password".

Message Examples

  • Send and Receive: Demonstrates how to use the SystemLink Message Client API to send and receive messages between sessions
  • LabVIEW Async: Demonstrates how to use the SystemLink Message Client API to asynchronously send and receive messages as part of the Async Messaging LabVIEW example.