From baac90d0c816feb858897f3234b8dd8c56b49c2b Mon Sep 17 00:00:00 2001 From: Patrick Ritchie Date: Sun, 22 Jan 2023 02:56:09 -0500 Subject: [PATCH 1/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b8f7071..c7f067f4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-02-md.png) +![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png) # MTConnect.NET From df33729c091b8ec03df92b34ec7f2058680d5ce6 Mon Sep 17 00:00:00 2001 From: Patrick Ritchie Date: Sun, 22 Jan 2023 02:56:36 -0500 Subject: [PATCH 2/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7f067f4..9b8f7071 100644 --- a/README.md +++ b/README.md @@ -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/mtconnect-net-02-md.png) # MTConnect.NET From 110aa9afc66e285dc6a5f4548419bfc337fe7267 Mon Sep 17 00:00:00 2001 From: Patrick Ritchie Date: Sun, 22 Jan 2023 03:36:27 -0500 Subject: [PATCH 3/9] Update README.md --- applications/Agents/MTConnect-Agent-Http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Agents/MTConnect-Agent-Http/README.md b/applications/Agents/MTConnect-Agent-Http/README.md index 8f8e91f6..a437d0f8 100644 --- a/applications/Agents/MTConnect-Agent-Http/README.md +++ b/applications/Agents/MTConnect-Agent-Http/README.md @@ -5,7 +5,7 @@ [![MTConnect.NET](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml/badge.svg)](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml) ## Overview -This project is a full implementation of an MTConnect Agent used to read data from industrial machine tools and devices. This MTConnect Agent application is fully compatible with the latest **Version 2.0 of the MTConnect Standard**. It uses the SHDR protocol to receive data from Adapters, an in-memory buffer with an optional durable file system based buffer, and an Http REST interface for retrieving data. +This project is a full implementation of an MTConnect Agent used to read data from industrial machine tools and devices. This MTConnect Agent application is fully compatible with the latest **Version 2.1 of the MTConnect Standard**. It uses the SHDR protocol to receive data from Adapters, an in-memory buffer with an optional durable file system based buffer, and an Http REST interface for retrieving data. #### Features - Easy setup with Windows Installers availble in the latest [Releases](https://github.com/TrakHound/MTConnect.NET/releases) From 78904717ad166da81302651a4f127860283a6aac Mon Sep 17 00:00:00 2001 From: Patrick Ritchie Date: Sun, 22 Jan 2023 03:36:44 -0500 Subject: [PATCH 4/9] Update ReadMe.md --- applications/Agents/MTConnect-Agent-Http-Gateway/ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Agents/MTConnect-Agent-Http-Gateway/ReadMe.md b/applications/Agents/MTConnect-Agent-Http-Gateway/ReadMe.md index 4ae22ba0..069bddc5 100644 --- a/applications/Agents/MTConnect-Agent-Http-Gateway/ReadMe.md +++ b/applications/Agents/MTConnect-Agent-Http-Gateway/ReadMe.md @@ -5,7 +5,7 @@ [![MTConnect.NET](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml/badge.svg)](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml) ## Overview -This project is a full implementation of an MTConnect Agent used to read data from industrial machine tools and devices. This MTConnect Agent application is fully compatible with the latest **Version 2.0 of the MTConnect Standard**. It receives data from other MTConnect Agents using HTTP, an in-memory buffer with an optional durable file system based buffer, and an Http REST interface for retrieving data. +This project is a full implementation of an MTConnect Agent used to read data from industrial machine tools and devices. This MTConnect Agent application is fully compatible with the latest **Version 2.1 of the MTConnect Standard**. It receives data from other MTConnect Agents using HTTP, an in-memory buffer with an optional durable file system based buffer, and an Http REST interface for retrieving data. #### Features - Easy setup with Windows Installers availble in the latest [Releases](https://github.com/TrakHound/MTConnect.NET/releases) From 18989bd9c07ba94d06fd578bb11100c97b285cfd Mon Sep 17 00:00:00 2001 From: Patrick Ritchie Date: Sun, 22 Jan 2023 03:37:05 -0500 Subject: [PATCH 5/9] Update README.md --- applications/Agents/MTConnect-Agent-MQTT-Broker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/Agents/MTConnect-Agent-MQTT-Broker/README.md b/applications/Agents/MTConnect-Agent-MQTT-Broker/README.md index 6697f597..ce0d5486 100644 --- a/applications/Agents/MTConnect-Agent-MQTT-Broker/README.md +++ b/applications/Agents/MTConnect-Agent-MQTT-Broker/README.md @@ -1,11 +1,11 @@ -![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-02-md.png) +![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/dev/img/mtconnect-net-03-md.png) # MTConnect MQTT Broker Agent [![MTConnect.NET](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml/badge.svg)](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml) ## Overview -This project is a full implementation of an MTConnect Agent used to read data from industrial machine tools and devices. This MTConnect Agent application is fully compatible with the latest **Version 2.0 of the MTConnect Standard**. It uses the SHDR protocol to receive data from Adapters, an in-memory buffer with an optional durable file system based buffer, and a built-in MQTT broker. +This project is a full implementation of an MTConnect Agent used to read data from industrial machine tools and devices. This MTConnect Agent application is fully compatible with the latest **Version 2.1 of the MTConnect Standard**. It uses the SHDR protocol to receive data from Adapters, an in-memory buffer with an optional durable file system based buffer, and a built-in MQTT broker. #### Features - MQTT support with built-in broker From 13ba3d665bffe2224beefc00b8345dc5e4a8dc9f Mon Sep 17 00:00:00 2001 From: Patrick Ritchie Date: Sun, 22 Jan 2023 03:37:18 -0500 Subject: [PATCH 6/9] Update README.md --- applications/Agents/MTConnect-Agent-Http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Agents/MTConnect-Agent-Http/README.md b/applications/Agents/MTConnect-Agent-Http/README.md index a437d0f8..15e01181 100644 --- a/applications/Agents/MTConnect-Agent-Http/README.md +++ b/applications/Agents/MTConnect-Agent-Http/README.md @@ -1,4 +1,4 @@ -![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-02-md.png) +![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-03-md.png) # MTConnect Http Agent From 1f2c955157703453c91d1bd0941b931fef35627b Mon Sep 17 00:00:00 2001 From: Patrick Ritchie Date: Sun, 22 Jan 2023 03:37:53 -0500 Subject: [PATCH 7/9] Update README.md --- applications/Agents/MTConnect-Agent-Http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Agents/MTConnect-Agent-Http/README.md b/applications/Agents/MTConnect-Agent-Http/README.md index 15e01181..4cb86cd6 100644 --- a/applications/Agents/MTConnect-Agent-Http/README.md +++ b/applications/Agents/MTConnect-Agent-Http/README.md @@ -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/dev/img/mtconnect-net-03-md.png) # MTConnect Http Agent From dfaae6f90df0269817376f4339879db271f8a274 Mon Sep 17 00:00:00 2001 From: Patrick Ritchie Date: Sun, 22 Jan 2023 03:38:17 -0500 Subject: [PATCH 8/9] Update README.md --- applications/Agents/MTConnect-Agent-Http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Agents/MTConnect-Agent-Http/README.md b/applications/Agents/MTConnect-Agent-Http/README.md index 4cb86cd6..a437d0f8 100644 --- a/applications/Agents/MTConnect-Agent-Http/README.md +++ b/applications/Agents/MTConnect-Agent-Http/README.md @@ -1,4 +1,4 @@ -![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/dev/img/mtconnect-net-03-md.png) +![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-02-md.png) # MTConnect Http Agent From bbc478af573da5f53494f4d429a343b4f4069609 Mon Sep 17 00:00:00 2001 From: Patrick Ritchie Date: Sun, 22 Jan 2023 03:38:40 -0500 Subject: [PATCH 9/9] Update README.md --- applications/Agents/MTConnect-Agent-MQTT-Broker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Agents/MTConnect-Agent-MQTT-Broker/README.md b/applications/Agents/MTConnect-Agent-MQTT-Broker/README.md index ce0d5486..24e6c8c6 100644 --- a/applications/Agents/MTConnect-Agent-MQTT-Broker/README.md +++ b/applications/Agents/MTConnect-Agent-MQTT-Broker/README.md @@ -1,4 +1,4 @@ -![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/dev/img/mtconnect-net-03-md.png) +![MTConnect.NET Logo](https://raw.githubusercontent.com/TrakHound/MTConnect.NET/master/img/mtconnect-net-02-md.png) # MTConnect MQTT Broker Agent