2023-04-12 12:02:39 +08:00
2023-03-01 09:36:07 +08:00
2023-04-11 16:47:15 +08:00
2014-07-23 14:23:31 +08:00
2023-02-13 13:39:06 +08:00
2023-03-24 10:54:08 +08:00

Modbus.Net Overview

Overview

Modbus.Net is an open hardware communication platform.

You can focus on the protocol itself and the platform can automatically create a full asynchronous or synchronous communication library.

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.

The real Modbus Implementation has been moved to Modbus.Net.Modbus. If you want a real Modbus C# implementation, please download Modbus.Net and Modbus.Net.Modbus at the same time.

There is also Modbus.Net.Siemens that can communicate with Siemens S7-200, S7-200 Smart, S7-300, S7-400, S7-1200 and S7-1500 using PPI or TCP/IP.

Supported Platforms

  • Visual Studio 2022
  • .NET 6.0

Thanks

  • Quartz - Job Scheduler
  • Serilog - Logging
  • DotNetty - Network Transporting
Description
No description provided
Readme MIT 44 MiB
Languages
C# 100%