diff options
Diffstat (limited to 'cfg-p2p-camera3')
-rw-r--r-- | cfg-p2p-camera3/ipecamera0.sh | 3 | ||||
-rw-r--r-- | cfg-p2p-camera3/ipecamera3.sh | 3 | ||||
-rw-r--r-- | cfg-p2p-camera3/ipecamera4.sh | 3 | ||||
-rw-r--r-- | cfg-p2p-camera3/ipecamera5.sh | 3 | ||||
-rw-r--r-- | cfg-p2p-camera3/ipecamera6.sh | 3 |
5 files changed, 15 insertions, 0 deletions
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 |