Skip to content

tcp server with DDOS protection via Proof-of-Work (PoW)

Notifications You must be signed in to change notification settings

ErakhtinB/word_of_wisdom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP server should be protected from DDOS attacks with the Prof of Work (https://en.wikipedia.org/wiki/Proof_of_work), the challenge-response protocol should be used. After Prof Of Work verification, server should send one of the quotes from “word of wisdom” book or any other collection of the quotes.

Target should be built in nightly channel $ rustup default nightly Build $ cargo build Run server $ ./target/debug/word_of_wisdom Test may be run in another tab using $ cargo test

Server is configured to listen 0:0:0:0:5555

About

tcp server with DDOS protection via Proof-of-Work (PoW)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages