|
@@ -13,7 +13,7 @@ $GOPATH/bin/controller -etcd http://192.168.175.60:2379 -loglevel debug -rpchos
|
|
|
$GOPATH/bin/mqttaccess -etcd http://192.168.175.60:2379 -loglevel debug -rpchost localhost:20030 -tcphost internal:1883 &
|
|
|
$GOPATH/bin/knowoapi -etcd http://192.168.175.60:2379 -loglevel debug -httphost localhost:8889 -dbhost 192.168.175.60 -dbname SparrowCloud -dbport 3306 -dbuser SparrowCloud -dbpass 123456 -aeskey ABCDEFGHIJKLMNOPABCDEFGHIJKLMNOP &
|
|
|
$GOPATH/bin/fileaccess -etcd http://192.168.175.60:2379 -loglevel debug -rpchost localhost:20035 -httphost localhost:9000 &
|
|
|
-$GOPATH/bin/coapaccess -etcd http://192.168.175.60:2379 -loglevel debug -udphost localhost:5683
|
|
|
+$GOPATH/bin/coapaccess -etcd http://192.168.175.60:2379 -loglevel debug -udphost localhost:5683 &
|
|
|
exit 0
|
|
|
|
|
|
|