udp-stress

Crates.ioudp-stress
lib.rsudp-stress
version0.1.1
sourcesrc
created_at2024-09-01 10:25:45.284741
updated_at2024-09-01 10:38:13.262809
descriptionSimple UDP packet sender, sends data from the folder randomly
homepage
repositoryhttps://github.com/oneslash/udp-stress
max_upload_size
id1359472
size15,331
Sardo (oneslash)

documentation

README

🎢 UDP Stress tester

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.

How to install:

$ cargo install udp-stress

How to use:

$ udp-stress <ADDR:PORT> <FOLDER>

folder - param will be defaulted to the <BIN_WORKDIR>/files

License: MIT

Commit count: 0

cargo fmt