dependabot[bot] 5269d74187
Bump requests from 2.32.3 to 2.32.4 in /tools/rest-traffic
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 11:54:49 +00:00
..

rest-traffic

Test utility for nwaku. Given the REST API endpoint, it injects traffic with a given message size at a given rate.

See usage:

./python traffic.py ---help

Use with docker:

    build:
      context: ./tools/rest-traffic
      dockerfile: Dockerfile