mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-13 16:25:00 +00:00
268e7e66d0
* Added bootstrap peer exchange discovery option for easy setup ltp * Extended with PX discovery, auto-dial of PX cap peers, added switching service peers if failed with original * Added peer-exchange, found capable peers test, metrics on peer stability and availability, dashboard adjustments * Updated and actualized README.md for liteprotocoltester * Created jenkinsfile for liteprotocoltester deployment * Fixed dial exception during lightpublish * Add configuration for requesting and testing peer exchange peers * Extended examples added to Readme * Added metrics port configurability --------- Co-authored-by: gabrielmer <101006718+gabrielmer@users.noreply.github.com>
28 lines
543 B
Bash
28 lines
543 B
Bash
START_PUBLISHING_AFTER=45
|
|
# 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
|