MTConnect.NET

(β˜… 127)

Fully featured .NET library in C# to build MTConnect Agent, Adapter, and Client Applications. Pre-built Agents with Windows Installers. Support for Windows and Linux. Supports MTConnect Versions up to 2.7. Supports .NET Framework 4.6.1 through .NET 10

  • .gitattributes
  • .gitignore
  • .gitmodules
  • CONTRIBUTING.md
  • Directory.Build.props
  • LICENSE.md
  • MTConnect.NET.sln
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/TrakHound/MTConnect.NET

Downloads the entire project code from GitHub to your computer.

cd MTConnect.NET

Moves into the project folder you just downloaded.

2. Docker

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
<td>Docker</td>

Type this command into your terminal and run it.

<td><img src="https://img.shields.io/docker/pulls/trakhound/mtconnect.net-agent?style=for-the-badge&logo=docker&label=%20&color=%23333"/></td>

Type this command into your terminal and run it.

<td><a href="https://hub.docker.com/r/trakhound/mtconnect.net-agent">https://hub.docker.com/r/trakhound/mtconnect.net-agent</a></td>

Type this command into your terminal and run it.

βœ… Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.

Pulled directly from this repo's README.

3. .NET

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet new mtconnect.net-agent

Type this command into your terminal and run it.

dotnet add package MTConnect.NET-Applications-Agents

Type this command into your terminal and run it.

dotnet restore MTConnect.NET.sln

Downloads the packages the project depends on.

dotnet format MTConnect.NET.sln --verify-no-changes --verbosity diagnostic # same as the CI `format` job

Type this command into your terminal and run it.

βœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation