cooja icon indicating copy to clipboard operation
cooja copied to clipboard

This is a fork of the Cooja network simulator from contiki-os/contiki

Results 47 cooja issues
Sort by recently updated
recently updated
newest added

Running anything that prints more than 256 lines of output gives the warning: WARNING: row index is bigger than sorter's row count. Most likely this is a wrong sorter usage....

These files were used by the motes removed in commit c95f0453247.

We're using a modified version of Contiki-NG (based on 4.6) along with unmodified version of Cooja, commit 7a7fd5e471b3333c97d09c24224a865be4a4f4f4 from June 2021. There are some big problems with the log output...

this patch handle Exceptions/Error from jni runtime - contiki motes machines, and imediatly stops simulation. and prints stackTrace. mote turn to state HANG, and it later newer executes. *this feature...

The summary fragment for methods is apparently what is shown in the "Method Summary" in Javadoc: https://google.github.io/styleguide/javaguide.html#s7.2-summary-fragment Have ErrorProne generate the summary fragment from existing javadoc where it can. This...

Hi all, Recently, I have been experiencing a weird situation when a Cooja mote sends a packet to a z1 one. Upon reception, the z1 mote was always measuring a...

There provided mote execution speedup via using direct mote's corelib-memory access. * For ordinary corelib memory access done via clone-per-mote instances of original coer-lib. Before tick mote, whole memory of...

CompileMote dialog now updates compile make commands script smarter: - just update begining of make command, with new target - refreshes NETSTACK_CONF_H macro with new entered netstack header Fixed refresh...

This patch split cooja:mote:DebugLog from cooja:mote:serialUI, allowing split DbgIO output from Serial io. Therefore we have pure serial connection to host, with no debug prints. And introduce new SerialUI visualiser,...