Tanya S 640045bd30
Move the rest-traffic logic inside waku-simulator (#103)
* Move the rest-traffic logic inside waku-simulator to be built locally

* Enable timestamp for rest-traffic
2025-04-10 16:00:26 +02:00

16 lines
317 B
Markdown

# rest-traffic
Test utility for [nwaku](https://github.com/waku-org/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
```