Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect.NET
[View Documentation Site](https://trakhound.github.io/MTConnect.NET/)

## Download
<table>
Expand Down Expand Up @@ -34,23 +35,6 @@
</tbody>
</table>

## Documentation

The full documentation site is built with VitePress under [`docs/`](docs/) and published to GitHub Pages. The source lives in this repository so every change rides the same review process as the libraries.

- **Getting started**, **Configure & Use**, **Concepts**, **Wire formats**, **Modules**, **CLI**, **Cookbook**, and **Troubleshooting** narrative pages sit under [`docs/`](docs/).
- The **API reference** is generated by [docfx](https://dotnet.github.io/docfx/) from the Release `net8.0` build of every shipped library. Regenerate locally with `bash docs/scripts/generate-api-ref.sh`; the same script runs in CI ahead of every VitePress build.
- **Compliance** posture and per-version compatibility matrices sit under [`docs/compliance/`](docs/compliance/).

Build the site locally:

```bash
cd docs
npm install
npm run build # outputs to docs/.vitepress/dist
npm run dev # local dev server with hot reload
```

## Overview
MTConnect.NET is a fully featured and fully Open Source **[.NET](https://dotnet.microsoft.com/)** library for **[MTConnect](https://www.mtconnect.org/)** to develop Agents, Adapters, and Clients. Supports MTConnect versions up to 2.7. A pre-compiled Agent application is available to download as well as an Adapter application that can be easily customized.

Expand Down Expand Up @@ -151,6 +135,23 @@ A preconfigured [Application](https://github.com/TrakHound/MTConnect.NET/tree/ma
- [ShdrQueueAdapter](https://github.com/TrakHound/MTConnect.NET/blob/master/libraries/MTConnect.NET-SHDR/Adapters/ShdrQueueAdapter.cs) : Queues all values that are sent from the PLC and sends them all on demand using the SendBuffer() method. This is used when all values are needed and full control of the communication is needed.
- [ShdrIntervalQueueAdapter](https://github.com/TrakHound/MTConnect.NET/blob/master/libraries/MTConnect.NET-SHDR/Adapters/ShdrIntervalQueueAdapter.cs) : Queues all values that are sent from the PLC and sends any queued values at the specified Interval. This is used when all values are needed but an interval is adequate.

## Documentation Site

The full documentation site is built with VitePress under [`docs/`](docs/) and published to GitHub Pages. The source lives in this repository so every change rides the same review process as the libraries.

- **Getting started**, **Configure & Use**, **Concepts**, **Wire formats**, **Modules**, **CLI**, **Cookbook**, and **Troubleshooting** narrative pages sit under [`docs/`](docs/).
- The **API reference** is generated by [docfx](https://dotnet.github.io/docfx/) from the Release `net8.0` build of every shipped library. Regenerate locally with `bash docs/scripts/generate-api-ref.sh`; the same script runs in CI ahead of every VitePress build.
- **Compliance** posture and per-version compatibility matrices sit under [`docs/compliance/`](docs/compliance/).

Build the site locally:

```bash
cd docs
npm install
npm run build # outputs to docs/.vitepress/dist
npm run dev # local dev server with hot reload
```

## Nuget Packages
The Nuget packages for the libraries in this repo are listed below:
<table>
Expand Down
2 changes: 1 addition & 1 deletion adapter/MTConnect.NET-Adapter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect.NET Adapter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../docs/img/package-icon.png">
<None Include="../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
2 changes: 1 addition & 1 deletion adapter/MTConnect.NET-Applications-Adapter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect.NET-Applications-Adapter
MTConnect.NET-Applications-Adapter contains the base classes and infrastructure needed to build a fully featured MTConnect Adapter application, including command-line argument handling, Windows Service support, configuration file monitoring, and output module management.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../../docs/img/package-icon.png">
<None Include="../../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect MQTT Adapter Module
This Adapter Module sends input data to an MQTT Broker that can be read by an MTConnect Agent
Expand Down
2 changes: 1 addition & 1 deletion adapter/Modules/MTConnect.NET-AdapterModule-MQTT/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect MQTT Adapter Module
This Adapter Module sends input data to an MQTT Broker that can be read by an MTConnect Agent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../../docs/img/package-icon.png">
<None Include="../../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect SHDR Adapter Module
This Adapter Module implements the SHDR Protocol to send data to an MTConnect Agent
Expand Down
2 changes: 1 addition & 1 deletion adapter/Modules/MTConnect.NET-AdapterModule-SHDR/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect SHDR Adapter Module
This Adapter Module implements the SHDR Protocol to send data to an MTConnect Agent
Expand Down
2 changes: 1 addition & 1 deletion agent/MTConnect.NET-Agent/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect Agent

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../docs/img/package-icon.png">
<None Include="../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
2 changes: 1 addition & 1 deletion agent/MTConnect.NET-Applications-Agents/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect.NET-Applications-Agents
MTConnect.NET-Applications-Agents contains the base classes and infrastructure needed to build a fully featured MTConnect Agent application, including command-line argument handling, Windows Service support, device and buffer management, configuration file monitoring, and agent module loading.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../../docs/img/package-icon.png">
<None Include="../../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect HTTP Adapter Agent Module
This Agent Module implements an adapter to read from other MTConnect Agents using the MTConnect REST Protocol
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect HTTP Adapter Agent Module
This Agent Module implements an adapter to read from other MTConnect Agents using the MTConnect REST Protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../../docs/img/package-icon.png">
<None Include="../../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect HTTP Server Agent Module
This Agent Module implements a MTConnect REST Protocol Http server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect HTTP Server Agent Module
This Agent Module implements a MTConnect REST Protocol Http server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../../docs/img/package-icon.png">
<None Include="../../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect MQTT Adapter Agent Module
This Agent Module implements an adapter to read from an MQTT broker
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect MQTT Adapter Agent Module
This Agent Module implements an adapter to read from an MQTT broker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../../docs/img/package-icon.png">
<None Include="../../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect MQTT Broker Module
This Agent Module serves data via an **Internal** MQTT Broker
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect MQTT Broker Module
This Agent Module serves data via an **Internal** MQTT Broker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../../docs/img/package-icon.png">
<None Include="../../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect MQTT Relay Module
This Agent Module writes data to an **External** MQTT Broker
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect MQTT Relay Module
This Agent Module writes data to an **External** MQTT Broker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../../docs/img/package-icon.png">
<None Include="../../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect SHDR Adapter Agent Module
This Agent Module implements the MTConnect REST Protocol
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect SHDR Adapter Agent Module
This Agent Module implements the MTConnect REST Protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../../docs/img/package-icon.png">
<None Include="../../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect Python Agent Processor
This Agent Processor uses individual Python script files to transform input data
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect Python Agent Processor
This Agent Processor uses individual Python script files to transform input data
Expand Down
Binary file removed docs/img/package-icon.png
Binary file not shown.
Binary file added img/logo-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-Common/MTConnect.NET-Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../docs/img/package-icon.png">
<None Include="../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-Common/README-Nuget.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect.NET-Common
This libary project contains the basic classes for implementing MTConnect
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-Common/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect.NET-Common
This libary project contains the basic classes for implementing MTConnect.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../docs/img/package-icon.png">
<None Include="../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-DeviceFinder/README-Nuget.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# DeviceFinder

Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-DeviceFinder/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# DeviceFinder

Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-HTTP/MTConnect.NET-HTTP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../docs/img/package-icon.png">
<None Include="../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-HTTP/README-Nuget.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect.NET-HTTP
Classes to implement HTTP Clients & Servers for MTConnect
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-HTTP/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect.NET-HTTP
Classes to implement HTTP Clients & Servers for MTConnect.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../docs/img/package-icon.png">
<None Include="../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-JSON-cppagent/README-Nuget.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect.NET-JSON-cppagent
MTConnect.NET-JSON is an extension library to MTConnect.NET that provides reading and writing as the JSON format supported by the MTConnect C++ Agent (json version 2.0)
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-JSON-cppagent/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect.NET-JSON-cppagent
MTConnect.NET-JSON is an extension library to MTConnect.NET that provides reading and writing as the JSON format supported by the MTConnect C++ Agent (json version 2.0)
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-JSON/MTConnect.NET-JSON.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../docs/img/package-icon.png">
<None Include="../../img/package-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-JSON/README-Nuget.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect.NET-JSON
MTConnect.NET-JSON is an extension library to MTConnect.NET that provides reading and writing as JSON formatted Response Documents
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-JSON/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png)
![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/logo.png)

# MTConnect.NET-JSON
MTConnect.NET-JSON is an extension library to MTConnect.NET that provides reading and writing as JSON formatted Response Documents
Expand Down
Loading
Loading