Skip to content

seeq12/c-sharp-seeq-sdk-example

Repository files navigation

Seeq C# SDK - Examples

Set Up:

Clone the repository Open in Visual Studio Build

Overview:

Here's a brief overview of the files in this folder to get you started:

Seeq.Sdk.Examples.csproj A C# project containing all the configurations needed to run the examples. Can be opened and run with Visual Studio. Program.cs: Manages which examples to run. SignalExample.cs: Example illustrating how to use the Signals API. ConditionExample.cs: Example illustrating how to use the Conditions API.

Running the examples:

Follow these steps to run the C# SDK examples:

Step 1: Run 'msbuild.exe Seeq.Sdk.Examples.csproj' to build the project.
Step 2: Navigate into the '\bin' folder.
Step 3: Run 'Seeq.Sdk.Examples.exe'

About

An example project for using the Seeq.SDK package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages