University Project: Software Engineering (Second Year) Project Overview
A coding theory project leveraging the ASP.NET Core framework with a JavaScript frontend and C# backend. The application focuses on implementing encoding and decoding techniques using linear codes for vectors, text, and .bmp format images.
Running project locally:
-
Navigate to '...\Linear-codes\backend'
-
Run 'dotnet build' and 'dotnet run' (or just 'dotnet run')
-
Navigate to '...\Linear-codes\frontend'
-
Run 'npm start'
Notes:
- User is presented a number and positions of errors between encoded vector and received vector;
- The bigger image the longer it takes to send/decode it;