| Crates.io | secsnail |
| lib.rs | secsnail |
| version | 1.0.1 |
| created_at | 2025-12-23 14:36:28.131843+00 |
| updated_at | 2025-12-23 14:40:32.567332+00 |
| description | Secure Snail Protocol 🐌 for file transfer, implemented in rust. |
| homepage | |
| repository | https://github.com/SilverfangONE/secsnail |
| max_upload_size | |
| id | 2001633 |
| size | 1,563,677 |
by Jan Spennemann & Luis Andrés Boden
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]`