diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-08-15 19:21:15 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-08-15 19:21:15 +0200 |
commit | d4f864cbd252a6156f7cc4b04f3daf1cd5149fc0 (patch) | |
tree | 253bd26151e1d53d977344189b37bc77322036fc /cfg-p2p-camera6 | |
parent | 5cdb425d6843c100189611c2edb37b03efc1dc5a (diff) | |
download | ods-d4f864cbd252a6156f7cc4b04f3daf1cd5149fc0.tar.gz ods-d4f864cbd252a6156f7cc4b04f3daf1cd5149fc0.tar.bz2 ods-d4f864cbd252a6156f7cc4b04f3daf1cd5149fc0.tar.xz ods-d4f864cbd252a6156f7cc4b04f3daf1cd5149fc0.zip |
Multiple configurations
Diffstat (limited to 'cfg-p2p-camera6')
-rw-r--r-- | cfg-p2p-camera6/ipecamera0.sh | 3 | ||||
-rw-r--r-- | cfg-p2p-camera6/ipecamera3.sh | 3 | ||||
-rw-r--r-- | cfg-p2p-camera6/ipecamera4.sh | 3 | ||||
-rw-r--r-- | cfg-p2p-camera6/ipecamera5.sh | 3 | ||||
-rw-r--r-- | cfg-p2p-camera6/ipecamera6.sh | 3 |
5 files changed, 15 insertions, 0 deletions
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 |