/HammingECC.NET

Error correction code with Hamming algorithm implemented in F# with .NET 6

Primary LanguageF#MIT LicenseMIT

HammingECC.NET

About

Error correction code with Hamming algorithm implemented in F# with .NET 6.
Application is run from console. Generates files with .ecc extension.
This project contains two files: test.txt and test.txt.ecc as example of encoding.

Build

Build this app: dotnet build or dotnet build -c Release

Run

Run this app: dotnet run -- [-E|-D|-C] [<options>] <filename>
Run dotnet run -- -H to get help info