An open API service indexing awesome lists of open source software.

https://github.com/simplyprogrammer/spdtp

Pks SPDTP protocol based on UDP
https://github.com/simplyprogrammer/spdtp

Last synced: 10 months ago
JSON representation

Pks SPDTP protocol based on UDP

Awesome Lists containing this project

README

          

# SPDTP - Simple Peer 2 peer Data Transfer Protocol
Technical implementation of my custom UDP based protocol!

## Dependencies and how to run
### Dependencies
* 1GB+ of RAM
* [Dotent 8+](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
* [NullFx](https://github.com/nullfx/NullFX.CRC) library for CRC. After downloading the project, run this command in project root folder `dotnet add package NullFX.CRC --version 1.1.10` (If your IDE does not do that for u).

### Run
* `dotnet run` or `dotnet run Program.cs` in project root folder.