Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Californium CoAP bench.
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Jan 21, 2015
1 parent ae444ed commit 16a7e21
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions benchmarks/coapbench.sh
@@ -0,0 +1,20 @@
#!/bin/sh

[ ! -d coapbench ] && {
mkdir -p coapbench
cd coapbench

git clone https://github.com/eclipse/californium.git
cd californium
mvn clean install
cd -

git clone https://github.com/eclipse/californium.tools.git
cd californium.tools
mvn clean install
cd -

cd ..
}

java -jar coapbench/californium.tools/run/cf-coapbench-*.jar $@

0 comments on commit 16a7e21

Please sign in to comment.