Skip to content

Common libraries and tools supporting Azure Industrial IoT services

License

Notifications You must be signed in to change notification settings

marcschier/azure-iiot-common

 
 

Repository files navigation

Azure Industrial IoT Common Libraries

These libraries are used across our Azure Industrial IoT (IIoT) components suite and are available as nuget packages on nuget.org. They are maintained in their own repository to encourage use outside of our components. We welcome Community contributions.

Build

Building with Visual Studio or VS Code

  1. Install .NET Core 2.1+
  2. Install any recent edition of Visual Studio (Windows/MacOS) or Visual Studio Code (Windows/MacOS/Linux).
  3. Open and build the solution file in Visual Studio or VS Code

Building on the command line

  1. Install .NET Core 2.1+
  2. Open a command line window or terminal session in the repo root
  3. Run dotnet build -c Release
  4. Run dotnet pack

Other Azure Industrial IoT components

Contributing

Refer to our contribution guidelines.

Feedback

Please enter issues, bugs, or suggestions as GitHub Issues here.

License

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License.

About

Common libraries and tools supporting Azure Industrial IoT services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • ANTLR 0.3%