From d4f864cbd252a6156f7cc4b04f3daf1cd5149fc0 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 15 Aug 2018 19:21:15 +0200 Subject: Multiple configurations --- cfg-p2p-camera3/ipecamera0.sh | 3 +++ cfg-p2p-camera3/ipecamera3.sh | 3 +++ cfg-p2p-camera3/ipecamera4.sh | 3 +++ cfg-p2p-camera3/ipecamera5.sh | 3 +++ cfg-p2p-camera3/ipecamera6.sh | 3 +++ 5 files changed, 15 insertions(+) create mode 100644 cfg-p2p-camera3/ipecamera0.sh create mode 100644 cfg-p2p-camera3/ipecamera3.sh create mode 100644 cfg-p2p-camera3/ipecamera4.sh create mode 100644 cfg-p2p-camera3/ipecamera5.sh create mode 100644 cfg-p2p-camera3/ipecamera6.sh (limited to 'cfg-p2p-camera3') diff --git a/cfg-p2p-camera3/ipecamera0.sh b/cfg-p2p-camera3/ipecamera0.sh new file mode 100644 index 0000000..e96f415 --- /dev/null +++ b/cfg-p2p-camera3/ipecamera0.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +./run-client.sh 192.168.3.83 4022 5 1500 diff --git a/cfg-p2p-camera3/ipecamera3.sh b/cfg-p2p-camera3/ipecamera3.sh new file mode 100644 index 0000000..b058a6b --- /dev/null +++ b/cfg-p2p-camera3/ipecamera3.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +./run-server.sh 0.0.0.0 4000 27 1500 diff --git a/cfg-p2p-camera3/ipecamera4.sh b/cfg-p2p-camera3/ipecamera4.sh new file mode 100644 index 0000000..f2045cc --- /dev/null +++ b/cfg-p2p-camera3/ipecamera4.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +./run-client.sh 192.168.34.83 4008 8 1500 diff --git a/cfg-p2p-camera3/ipecamera5.sh b/cfg-p2p-camera3/ipecamera5.sh new file mode 100644 index 0000000..66a8d28 --- /dev/null +++ b/cfg-p2p-camera3/ipecamera5.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +./run-client.sh 192.168.35.83 4016 6 1500 diff --git a/cfg-p2p-camera3/ipecamera6.sh b/cfg-p2p-camera3/ipecamera6.sh new file mode 100644 index 0000000..ebb1b4b --- /dev/null +++ b/cfg-p2p-camera3/ipecamera6.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +./run-client.sh 192.168.36.83 4000 8 1500 -- cgit v1.2.3