mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-27 23:27:27 +00:00
f4fa73e961
* Added phase 2 - waku-simulatior integration in README.md * Enhancement on statistics reports, added list of sent messages with hash, fixed latency calculations * Enable standalonde running liteprotocoltester agains any waku network/fleet * Fix missing env vars on run_tester_node.sh * Adjustment on log levels, fix REST initialization * Added standalon docker image build, fine tune duplicate detection and logging. * Adjustments for waku-simulator runs * Extended liteprotocoltester README.md with docker build * Fix test inside docker service node connectivity failure * Update apps/liteprotocoltester/README.md Co-authored-by: gabrielmer <101006718+gabrielmer@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: gabrielmer <101006718+gabrielmer@users.noreply.github.com> Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> * Explain minLatency calculation in code comment --------- Co-authored-by: gabrielmer <101006718+gabrielmer@users.noreply.github.com> Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
28 lines
543 B
Bash
28 lines
543 B
Bash
START_PUBLISHING_AFTER=10
|
|
# can add some seconds delay before SENDER starts publishing
|
|
|
|
NUM_MESSAGES=0
|
|
# 0 for infinite number of messages
|
|
|
|
DELAY_MESSAGES=8000
|
|
# ms delay between messages
|
|
|
|
|
|
MIN_MESSAGE_SIZE=15Kb
|
|
MAX_MESSAGE_SIZE=145Kb
|
|
|
|
## for wakusim
|
|
PUBSUB=/waku/2/rs/66/0
|
|
CONTENT_TOPIC=/tester/2/light-pubsub-test/wakusim
|
|
CLUSTER_ID=66
|
|
|
|
## for status.prod
|
|
#PUBSUB=/waku/2/rs/16/32
|
|
#CONTENT_TOPIC=/tester/2/light-pubsub-test/fleet
|
|
#CLUSTER_ID=16
|
|
|
|
## for TWN
|
|
#PUBSUB=/waku/2/rs/1/4
|
|
#CONTENT_TOPIC=/tester/2/light-pubsub-test/twn
|
|
#CLUSTER_ID=1
|