secsnail

Crates.iosecsnail
lib.rssecsnail
version1.0.1
created_at2025-12-23 14:36:28.131843+00
updated_at2025-12-23 14:40:32.567332+00
descriptionSecure Snail Protocol 🐌 for file transfer, implemented in rust.
homepage
repositoryhttps://github.com/SilverfangONE/secsnail
max_upload_size
id2001633
size1,563,677
Luis (SilverfangONE)

documentation

README

Secure Snail Protocol 🐌 (File Transfer)

by Jan Spennemann & Luis Andrés Boden

Start Demo:

Client-Demo:

cargo run --release --bin client -- --ip `[127.0.0.1]` --file-name `[FILE_NAME]` -e `[ERROR_RATE]` -l `[LOSS_RATE]` -d `[DUP_RATE]`

Server-Demo:

cargo run --release --bin server -- --destination `[DIR_NAME]` -e `[ERROR_RATE]` -l `[LOSS_RATE]` -d `[DUP_RATE]`
Commit count: 0

cargo fmt