Skip to content

This is the main repository for the Cooja network simulator

License

Notifications You must be signed in to change notification settings

contiki-ng/cooja

Folders and files

NameName
Last commit message
Last commit date
Feb 4, 2025
Nov 5, 2024
Nov 22, 2023
Jan 13, 2023
Aug 12, 2022
Jan 7, 2025
Apr 3, 2025
Nov 4, 2022
Jan 3, 2024
Aug 12, 2022
Oct 15, 2023
Oct 17, 2023
Aug 24, 2022
Oct 18, 2017
Jan 8, 2024
Apr 21, 2025
Aug 15, 2024
Aug 15, 2024
Apr 10, 2025

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.

About

This is the main repository for the Cooja network simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages