From d9678ee31cfbb2dfeda3d5bbc44f8526fb8db402 Mon Sep 17 00:00:00 2001 From: luosheng Date: Wed, 7 Jun 2023 17:13:32 +0800 Subject: [PATCH] change --- Modbus.Net/Modbus.Net.Opc/README.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modbus.Net/Modbus.Net.Opc/README.md b/Modbus.Net/Modbus.Net.Opc/README.md index 913deec..79b6955 100644 --- a/Modbus.Net/Modbus.Net.Opc/README.md +++ b/Modbus.Net/Modbus.Net.Opc/README.md @@ -1,4 +1,4 @@ -Modbus.Net.OPC +Modbus.Net.Opc =================== [![NuGet](https://img.shields.io/nuget/v/Modbus.Net.Opc.svg)](https://www.nuget.org/packages/Modbus.Net.Opc/) diff --git a/README.md b/README.md index bf2b7ae..873be19 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You need to copy appsettings.default.json file in Modbus.Net to your own project Why is it called Modbus.Net ------------------- -Modbus.Net was open sourced two years ago when I graduated. The first target of this project was to implement remote PLC communication using Modbus TCP. Half a year later the company decide to use a IoT hardware, then a more universal architecture was required. The main platform changed to a universal communication platform. Despite all these changes the name "Modbus.Net" stuck. +Modbus.Net was open sourced in 2019 when I graduated. The first target of this project was to implement remote PLC communication using Modbus TCP. Half a year later the company decide to use a IoT hardware, then a more universal architecture was required. The main platform changed to a universal communication platform. Despite all these changes the name "Modbus.Net" stuck. The real Modbus Implementation has been moved to [Modbus.Net.Modbus]( https://www.nuget.org/packages/Modbus.Net.Modbus). If you want a real Modbus C# implementation, please download [Modbus.Net]( https://www.nuget.org/packages/Modbus.Net) and [Modbus.Net.Modbus]( https://www.nuget.org/packages/Modbus.Net.Modbus) at the same time.