From b318f256854883f5bb5449aa361c3b051fb9a19e Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Thu, 9 Nov 2023 11:46:56 +0100 Subject: [PATCH] chore(deps): update iroh cli command --- netsim/sims/integration/iroh.json | 8 ++++---- netsim/sims/iroh/iroh.json | 16 ++++++++-------- netsim/sims/iroh/iroh_200ms.json | 16 ++++++++-------- netsim/sims/iroh/iroh_20ms.json | 16 ++++++++-------- netsim/sims/lossy/iroh.json | 16 ++++++++-------- netsim/sims/standard/iroh.json | 16 ++++++++-------- 6 files changed, 44 insertions(+), 44 deletions(-) diff --git a/netsim/sims/integration/iroh.json b/netsim/sims/integration/iroh.json index 23ef98a..fce80a2 100644 --- a/netsim/sims/integration/iroh.json +++ b/netsim/sims/integration/iroh.json @@ -9,7 +9,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1MB.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1MB.bin", "type": "public", "wait": 10, "connect": { @@ -39,7 +39,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1MB.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1MB.bin", "type": "public", "wait": 10, "connect": { @@ -68,7 +68,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1MB.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1MB.bin", "type": "public", "wait": 10, "connect": { @@ -97,7 +97,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1MB.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1MB.bin", "type": "public", "wait": 10, "connect": { diff --git a/netsim/sims/iroh/iroh.json b/netsim/sims/iroh/iroh.json index 0243296..80cdbf5 100644 --- a/netsim/sims/iroh/iroh.json +++ b/netsim/sims/iroh/iroh.json @@ -8,7 +8,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -37,7 +37,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -66,7 +66,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -95,7 +95,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -124,7 +124,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -153,7 +153,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -182,7 +182,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -211,7 +211,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { diff --git a/netsim/sims/iroh/iroh_200ms.json b/netsim/sims/iroh/iroh_200ms.json index 4a2ee48..3e87521 100644 --- a/netsim/sims/iroh/iroh_200ms.json +++ b/netsim/sims/iroh/iroh_200ms.json @@ -8,7 +8,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -42,7 +42,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -76,7 +76,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -110,7 +110,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -144,7 +144,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -178,7 +178,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -212,7 +212,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -246,7 +246,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { diff --git a/netsim/sims/iroh/iroh_20ms.json b/netsim/sims/iroh/iroh_20ms.json index 61a4d24..6ce0fcd 100644 --- a/netsim/sims/iroh/iroh_20ms.json +++ b/netsim/sims/iroh/iroh_20ms.json @@ -8,7 +8,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -42,7 +42,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -76,7 +76,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -110,7 +110,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -144,7 +144,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -178,7 +178,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -212,7 +212,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -246,7 +246,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { diff --git a/netsim/sims/lossy/iroh.json b/netsim/sims/lossy/iroh.json index b26300b..c4513df 100644 --- a/netsim/sims/lossy/iroh.json +++ b/netsim/sims/lossy/iroh.json @@ -8,7 +8,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -42,7 +42,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -76,7 +76,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -110,7 +110,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -144,7 +144,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -178,7 +178,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -212,7 +212,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -246,7 +246,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { diff --git a/netsim/sims/standard/iroh.json b/netsim/sims/standard/iroh.json index 0243296..80cdbf5 100644 --- a/netsim/sims/standard/iroh.json +++ b/netsim/sims/standard/iroh.json @@ -8,7 +8,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -37,7 +37,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -66,7 +66,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -95,7 +95,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -124,7 +124,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -153,7 +153,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -182,7 +182,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": { @@ -211,7 +211,7 @@ { "name": "iroh_srv", "count": 2, - "cmd": "./bins/iroh start -a 0.0.0.0:4433 data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --source data/1G.bin", "type": "public", "wait": 10, "connect": {