updating pubsub topic in traffic generator

This commit is contained in:
Gabriel mermelstein 2024-05-16 12:24:47 +02:00
parent 46524a9c7a
commit ae5bd64924
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -49,7 +49,7 @@ group.add_argument('-mn', '--multiple-nodes', type=str, help='example: http://wa
# rest of araguments
parser.add_argument('-c', '--content-topic', type=str, help='content topic', default="my-ctopic")
parser.add_argument('-p', '--pubsub-topic', type=str, help='pubsub topic', default="/waku/2/default-waku/proto")
parser.add_argument('-p', '--pubsub-topic', type=str, help='pubsub topic', default="/waku/2/rs/66/0")
parser.add_argument('-s', '--msg-size-kbytes', type=int, help='message size in kBytes', default=10)
parser.add_argument('-d', '--delay-seconds', type=int, help='delay in second between messages', required=15)
args = parser.parse_args()