diff --git a/tools/cooja/examples/README b/tools/cooja/examples/README new file mode 100644 index 000000000..64a80493d --- /dev/null +++ b/tools/cooja/examples/README @@ -0,0 +1,5 @@ +This folder contains a number of COOJA project directory examples. +These can be imported in COOJA using from the "Settings" > "Manage Project Directories" menu option. + +The examples need to be compiled; the Ant build.xml can be used: +> ant compile diff --git a/tools/cooja/examples/build.xml b/tools/cooja/examples/build.xml new file mode 100644 index 000000000..51e86d1ae --- /dev/null +++ b/tools/cooja/examples/build.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +