Crates.io | udp-stress |
lib.rs | udp-stress |
version | 0.1.1 |
source | src |
created_at | 2024-09-01 10:25:45.284741 |
updated_at | 2024-09-01 10:38:13.262809 |
description | Simple UDP packet sender, sends data from the folder randomly |
homepage | |
repository | https://github.com/oneslash/udp-stress |
max_upload_size | |
id | 1359472 |
size | 15,331 |
I have created a quick CLI tool to send file content from the files
directory and sends randomly content of files from the folder.
I created it to test my project, feel free to use and send PRs.
$ cargo install udp-stress
$ udp-stress <ADDR:PORT> <FOLDER>
folder - param will be defaulted to the <BIN_WORKDIR>/files
License: MIT