Skip to content
/ cooja Public
forked from contiki-ng/cooja

fork with support for the asynchronous radio API

License

Notifications You must be signed in to change notification settings

kkrentz/cooja

 
 

Repository files navigation

The Cooja Network Simulator

Cooja is an open source network simulator.

MSPSim support for the Cooja Simulator

MSPSim is a Java-based instruction level emulator of the MSP430 series microprocessor and emulation of some sensor networking platforms. It is used by Cooja to emulate MSP430 based platforms and is part of the Cooja source code.

Building

To build Cooja, you can run ./gradlew build. Cooja is then provided in build/libs/cooja.jar as a JAR file. The dependencies are located in build/libs/lib.

To build Cooja easily executable and with all dependencies, you can use the following command:

./gradlew distTar

or

./gradlew distZip

This command creates a compressed folder in build/distributions/ which contains both the JAR file and a platform-independent script for execution.

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.1%
  • Other 0.9%