This repository contains the full code required to run the Triangle Server.
This application is created for an assignment from Avans Hogeschool Breda.
Triangle Server is a server that can receive fragments of data (any kind) and send it to other clients.
- .NET Core and ASP.NET Core used.
- WebAPI and WebSockets to receive incoming fragments of data.
- WebSockets is also used for sending the data to other clients.
- BouncyCastle used for generating a signed hash of the data and comparing this with the previous received hash.
This application has been created by: