Search code examples
portingcontiki

porting java code to contiki-os


i am using contiki-os to simulate some motes which would have semantic capabilities. As the contiki-os (erbium) is written in C but our semantic libraries are written in java.

can anyone here guide me if it is possible to exploit these libraries in erbium or contiki-os. or i have to rewrite everything from scratch ?

update

just a minor update to the question. is it possible to use java code on the cooja simulator?


Solution

  • Cooja is indeed written in Java.

    You can extend or modify Cooja if you need.

    You can find out more about Cooja on the Contiki wiki as well as in numerous papres by Fredrik Österlind. Perhaps you should also take a look at Fredrik's PhD thesis "Improving Low-Power Wireless Protocols with Timing-Accurate Simulation", which is mostly about Cooja.