From 8a8b1f354b83d2adbdcded18a8e9970819258181 Mon Sep 17 00:00:00 2001 From: "Franz Heinzmann (Frando)" Date: Thu, 16 Nov 2023 17:00:28 +0100 Subject: [PATCH] fix cli commands --- netsim/sims/integration/derper.json | 16 ++++++++-------- 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 ++++++++-------- 7 files changed, 52 insertions(+), 52 deletions(-) diff --git a/netsim/sims/integration/derper.json b/netsim/sims/integration/derper.json index 204b7f0..efc92e8 100644 --- a/netsim/sims/integration/derper.json +++ b/netsim/sims/integration/derper.json @@ -19,7 +19,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh --keylog --cfg data/derp.config.toml start -a 0.0.0.0:4433 --source data/1MB.bin", + "cmd": "./bins/iroh --config data/derp.config.toml start -a 0.0.0.0:4433 --add data/1MB.bin", "type": "public", "wait": 10, "connect": { @@ -30,7 +30,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml blob get --start %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh --config data/derp.config.toml blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -60,7 +60,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh --keylog --cfg data/derp.config.toml start -a 0.0.0.0:4433 --source data/1MB.bin", + "cmd": "./bins/iroh --config data/derp.config.toml start -a 0.0.0.0:4433 --add data/1MB.bin", "type": "nat", "wait": 10, "connect": { @@ -71,7 +71,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml blob get --start %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh --config data/derp.config.toml blob get --start %s --out STDOUT > /dev/null", "type": "public", "connect": { "strategy": "params", @@ -101,7 +101,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh --keylog --cfg data/derp.config.toml start -a 0.0.0.0:4433 --source data/1MB.bin", + "cmd": "./bins/iroh --config data/derp.config.toml start -a 0.0.0.0:4433 --add data/1MB.bin", "type": "public", "wait": 10, "connect": { @@ -112,7 +112,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml blob get --start %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh --config data/derp.config.toml blob get --start %s --out STDOUT > /dev/null", "type": "nat", "connect": { "strategy": "params", @@ -142,7 +142,7 @@ { "name": "iroh_srv", "count": 1, - "cmd": "./bins/iroh --keylog --cfg data/derp.config.toml start -a 0.0.0.0:4433 --source data/1MB.bin", + "cmd": "./bins/iroh --config data/derp.config.toml start -a 0.0.0.0:4433 --add data/1MB.bin", "type": "nat", "wait": 10, "connect": { @@ -153,7 +153,7 @@ { "name": "iroh_get", "count": 1, - "cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml blob get --start %s --out STDOUT > /dev/null", + "cmd": "time ./bins/iroh --config data/derp.config.toml blob get --start %s --out STDOUT > /dev/null", "type": "nat", "connect": { "strategy": "params", diff --git a/netsim/sims/integration/iroh.json b/netsim/sims/integration/iroh.json index 1dfc7ea..6137170 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 --source data/1MB.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1MB.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1MB.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1MB.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add data/1MB.bin", "type": "public", "wait": 10, "connect": { diff --git a/netsim/sims/iroh/iroh.json b/netsim/sims/iroh/iroh.json index 5dc819a..85d0100 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 440ad75..131e9d5 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 c026d87..620bb94 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add data/1G.bin", "type": "public", "wait": 10, "connect": { diff --git a/netsim/sims/lossy/iroh.json b/netsim/sims/lossy/iroh.json index ae8db7d..bfcadb1 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add data/1G.bin", "type": "public", "wait": 10, "connect": { diff --git a/netsim/sims/standard/iroh.json b/netsim/sims/standard/iroh.json index 5dc819a..85d0100 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add 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 --source data/1G.bin", + "cmd": "./bins/iroh start -a 0.0.0.0:4433 --add data/1G.bin", "type": "public", "wait": 10, "connect": {