EDAC

A Learning Program for Error Decoding and Correction

you can either

Learn

How to decode, encode or correct your EDAC message.

Test

Your EDAC implementation

Intro

What is EDAC

In a nutshell:

A method that you can

  • Detect Error
  • Correct Error

to your data

A little more details

What EDAC Systems do we have

If you want to learn EDACs

Installations

Before you run

git clone https://github.com/N0Ball/EDAC.git
python3 -m pip install -r requirements

Web API

export FLASK_APP=server/web/server:app
flask run

Docs

Documentations

make view-docs # Open a server to view documentation
make build-docs # Auto create docs from code
make deploy-docs # Create doc on github page