Skip to content

Latest commit

 

History

History

agent

Standalone MTConnect Agent

Name Download Link
Installer https://github.com/TrakHound/MTConnect.NET/releases/latest
Docker https://hub.docker.com/repository/docker/trakhound/mtconnect.net-agent

A standalone preconfigured application ready to download is available and supports:

  • Modular architecture
    • HTTP Server Module
    • SHDR Adapter Module
    • MQTT Broker Module
    • MQTT Relay Module
    • etc.
  • Easy Windows Installer
  • Linux Compatible
  • Run as a Windows Service
  • Docker Image
  • Transform input data using Python scripts
  • Extensible configuration file and monitors for changes

Learn More about the standalone Agent installer

Embedded MTConnect Agent

An MTConnect Agent can be embedded into an application where the DataSource(s) can be read and the MTConnect Agent can be combined into the same application. This eliminates the need to transfer data from an Adapter to an Agent (typically using the SHDR protocol).

Option 1

The first option is to use the dotnet CLI to install the MTConnect.NET-Agent-Template using the below commands:

Install Template

dotnet new install MTConnect.NET-Agent-Template

Create New Project

This will create a new project using the template in the current working directory

dotnet new mtconnect.net-agent

Option 2

The second option is to use the MTConnect.NET-Applications-Agents Nuget Package directly in your own project.

dotnet add package MTConnect.NET-Applications-Agents