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-camera6/ipecamera0.sh | 3 +++ cfg-p2p-camera6/ipecamera3.sh | 3 +++ cfg-p2p-camera6/ipecamera4.sh | 3 +++ cfg-p2p-camera6/ipecamera5.sh | 3 +++ cfg-p2p-camera6/ipecamera6.sh | 3 +++ 5 files changed, 15 insertions(+) create mode 100644 cfg-p2p-camera6/ipecamera0.sh create mode 100644 cfg-p2p-camera6/ipecamera3.sh create mode 100644 cfg-p2p-camera6/ipecamera4.sh create mode 100644 cfg-p2p-camera6/ipecamera5.sh create mode 100644 cfg-p2p-camera6/ipecamera6.sh (limited to 'cfg-p2p-camera6') diff --git a/cfg-p2p-camera6/ipecamera0.sh b/cfg-p2p-camera6/ipecamera0.sh new file mode 100644 index 0000000..e16dfc3 --- /dev/null +++ b/cfg-p2p-camera6/ipecamera0.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +./run-client.sh 192.168.6.86 4022 5 1500 diff --git a/cfg-p2p-camera6/ipecamera3.sh b/cfg-p2p-camera6/ipecamera3.sh new file mode 100644 index 0000000..65d40ac --- /dev/null +++ b/cfg-p2p-camera6/ipecamera3.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +./run-client.sh 192.168.36.86 4000 8 1500 diff --git a/cfg-p2p-camera6/ipecamera4.sh b/cfg-p2p-camera6/ipecamera4.sh new file mode 100644 index 0000000..7e329fb --- /dev/null +++ b/cfg-p2p-camera6/ipecamera4.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +./run-client.sh 192.168.46.86 4008 8 1500 diff --git a/cfg-p2p-camera6/ipecamera5.sh b/cfg-p2p-camera6/ipecamera5.sh new file mode 100644 index 0000000..099ae28 --- /dev/null +++ b/cfg-p2p-camera6/ipecamera5.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +./run-client.sh 192.168.56.86 4016 6 1500 diff --git a/cfg-p2p-camera6/ipecamera6.sh b/cfg-p2p-camera6/ipecamera6.sh new file mode 100644 index 0000000..b058a6b --- /dev/null +++ b/cfg-p2p-camera6/ipecamera6.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +./run-server.sh 0.0.0.0 4000 27 1500 -- cgit v1.2.3