Update README.md

This commit is contained in:
Felix Weiß
2022-06-21 09:49:54 +02:00
committed by GitHub
parent 4993ae6bf2
commit 6d9c92d24f

View File

@@ -1,3 +1,9 @@
![Nuget](https://img.shields.io/nuget/v/MewtocolNet)
![Lines of code](https://img.shields.io/tokei/lines/github/WOmed/MewtocolNet)
![Nuget](https://img.shields.io/nuget/dt/MewtocolNet)
![GitHub](https://img.shields.io/github/license/WOmed/MewtocolNet)
![Status](https://img.shields.io/badge/Status-In%20dev-orange)
# MewtocolNet
An easy to use Mewtocol protocol library to interface with Panasonic PLCs over TCP/Serial.
@@ -43,6 +49,18 @@ Where is the RS232/Serial support?
> Support for the serial protocol will be added soon, feel free to contribute
# Installing
Install this package by using [Nuget](https://www.nuget.org/packages/MewtocolNet/) or reference
```XML
<PackageReference Include="MewtocolNet" Version="0.2.5" />
```
in your dependencies.
Alternatively use the dotnet CLI and run
```Shell
dotnet add package MewtocolNet
```
# Protocol description
Panasonic has published a [protocol definition](https://mediap.industry.panasonic.eu/assets/custom-upload/Factory%20&%20Automation/PLC/Manuals/mn_all_plcs_mewtocol_user_pidsx_en.pdf) on their site.