diff options
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 |