bash
$ cargo install anevicon
``` anevicon 0.1.0 Temirkhan Myrzamadi gymmasssorla@gmail.com An UDP-based server stress-testing tool, written in Rust.
USAGE: anevicon [FLAGS] [OPTIONS] --receiver
FLAGS: --debug Enable the debugging mode -h, --help Prints help information -V, --version Prints version information
OPTIONS:
--display-periodicity
For more information see https://github.com/Gymmasssorla/anevicon. ```
Since Anevicon is a free (in sense of freedom) kind of software, you are always welcome to contribute! Please look through our code of conduct and the liberal GPLv3 license, under which the product is distributed. Now let's discuss how to make your contribution productive:
Issues are meant for reporting found bugs, errors, and maybe grammar mistakes. You can also push your issues to suggest new functionality in what you interested in. Discussions are welcome too, and I will try to answer you in near future.
Pulls are meant for implementing new functionality, fixing bugs, errors, and maybe grammar mistakes. You can suggest your work without asking for permission or any other coordination. Other people can criticize your code, and you should answer them.
To make code easy to read for any contributor, there is a great tool called rustfmt by the original Rust team, which formats a whole project just in one command (cargo fmt
). Please type this command before pushing any changes to this repository.
The goal of Anevicon is to produce the maximum possible (for the attacking system) load on the specified target address. Thereby, this DOES NOT MEAN that Anevicon will break ABSOLUTELY ANY SERVER while running on your computer.
Despite the fact that Anevicon is heavily tested both automatically and manually, does not mean that the author is responsible for any bug in his work. The program comes with ABSOLUTELY NO WARRANTY, see the license disclaimer.
Temirkhan Myrzamadi <gymmasssorla@gmail.com> (the author)