Inetkid.IO.Hashing.Lrc 1.2.0

dotnet add package Inetkid.IO.Hashing.Lrc --version 1.2.0
NuGet\Install-Package Inetkid.IO.Hashing.Lrc -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Inetkid.IO.Hashing.Lrc" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Inetkid.IO.Hashing.Lrc --version 1.2.0
#r "nuget: Inetkid.IO.Hashing.Lrc, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Inetkid.IO.Hashing.Lrc as a Cake Addin
#addin nuget:?package=Inetkid.IO.Hashing.Lrc&version=1.2.0

// Install Inetkid.IO.Hashing.Lrc as a Cake Tool
#tool nuget:?package=Inetkid.IO.Hashing.Lrc&version=1.2.0

LRC Hash Stream

On the fly System.IO.Stream generation of Longitudinal Redundancy Check. Target .NET Standard 2.1. Written in C# for Microsoft Visual Studio 2022.

Installing

dotnet add package Inetkid.IO.Hashing.Lrc

Usage

byte[] buffer = { 1, 2, 3 };
System.IO.MemoryStream ms = new System.IO.MemoryStream();
Inetkid.IO.Hashing.Lrc outStream = new Inetkid.IO.Hashing.Lrc(ms);
outStream.Write(buffer, 0, buffer.length);
Console.WriteLine(outStream.WriteLrc);

License

Copyright 2023 Raymond Tan.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contributing

You are welcomed to improve the code. Please visit https://gitlab.com/inetkid/inetkid.modbus

Targets .net 6 and above. Written in C# for Microsoft Visual Studio 2022.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Inetkid.IO.Hashing.Lrc:

Package Downloads
Inetkid.Modbus.Ascii

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 199 1/8/2024
1.0.0 192 4/19/2023