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
- Host: GitHub
- URL: https://github.com/simplyprogrammer/spdtp
- Owner: SimplyProgrammer
- Created: 2024-10-22T13:19:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T17:31:36.000Z (about 1 year ago)
- Last Synced: 2025-02-01T22:26:11.297Z (12 months ago)
- Language: C#
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.