Lines Matching refs:leshan
36 Start the docker container and run leshan
39 docker container exec net-tools /net-tools/start-leshan.sh
61 …nload Leshan JAR file from https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/l…
62 …strap server JAR file from https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/l…
66 java -jar ./leshan-server-demo.jar -wp 8080 -vv
67 java -jar ./leshan-bsserver-demo.jar -lp=5783 -slp=5784 -wp 8081
75 if [ ! -f leshan-server-demo.jar ]; then
76 … wget https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-server-demo.jar
79 if [ ! -f leshan-bsserver-demo.jar ]; then
80 …wget 'https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-bsserver-demo.j…
85 start-stop-daemon --make-pidfile --pidfile log/leshan.pid --chdir $(pwd) --background --start \
86 …tartas /bin/bash -- -c "exec java -jar ./leshan-server-demo.jar -wp 8080 -vv --models-folder objec…
89 …--startas /bin/bash -- -c "exec java -jar ./leshan-bsserver-demo.jar -lp=5783 -slp=5784 -wp 8081 -…
96 start-stop-daemon --remove-pidfile --pidfile log/leshan.pid --stop