Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 2.13 KB

File metadata and controls

46 lines (30 loc) · 2.13 KB

Redundant-Coding-Visualization

Desktop application for visualizing Redundant Coding Algorithms.

Technologies

drawing drawing drawing drawing drawing

Demo

Hamming Code Visualization

hamming

Reed-Solomon Code Visualization

reed

Documentation

Documentation is available in the "documentation" folder of the project.
In both Polish and English.

Configuring & Building

Use QT Creator with Qt6.4 & Boost installed.
Set Boost_COMPILER & Boost_USE_STATIC_RUNTIME option in CMakeLists.txt if needed.
Google Test will be downloaded via git submodules (if Running Tests is enabled).
Run CMake and Build the project.

Running Tests

To run Google Test, turn on "MAKE_TEST_EXE" option in root CMakeLists.txt.
Configure & Build, then run "Tester.exe".

image

Authors