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.
Unless otherwise specified by the example's README, each example is run in the same way:
- Download and extract the repository source.
- Install the .NET Core SDK.
- Navigate to the example's directory and use the
dotnet runcommand.
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".
- 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.