zlociu / HammingECC.NET

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:F# 100.0%