https://github.com/7244/t51
network stress test utility
https://github.com/7244/t51
Last synced: about 1 year ago
JSON representation
network stress test utility
- Host: GitHub
- URL: https://github.com/7244/t51
- Owner: 7244
- License: mit
- Created: 2025-04-06T14:01:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-07T02:36:20.000Z (about 1 year ago)
- Last Synced: 2025-07-07T03:37:54.184Z (about 1 year ago)
- Language: C
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# t51
[](LICENSE)
t51 is network stress test utility which supposed to be more flexible than t50 in specific thingies.
## Features
- starts fast, doesnt uses libc.
- configureable packet count to send or infinite flood.
- able to random srcip.
- able to random src/dst port.
- configureable payload size. (doesnt exists in t50)
## Build
```sh
git clone --depth 1 https://github.com/7244/t51.git && \
cd t51
# if you dont have necessary libraries system wide
mkdir -p include && \
git clone --depth 1 https://github.com/7244/WITCH.git include/WITCH
make release
```
### Usage
- type `./t51 -h`
### Depends On
* https://github.com/7244/WITCH
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.