nes-proj/tools/cooja/java/se/sics/cooja
Fredrik Osterlind 2c486aacd7 radio medium bugfix: a combination of changing channels while radio is off and with a nearby ongoing transmission, and
then immediately turning on the radio caused it to incorrectly detect the ongoing transmission (bug reported by Beshr Al Nahas)
2012-03-09 15:23:16 +01:00
..
contikimote added support for readonly memory sections 2012-03-09 14:58:43 +01:00
dialogs updated contiki mote compiler tests to again reflect contiki-cooja-main.c and the updated ContikiMoteType 2012-03-09 14:58:23 +01:00
emulatedmote moved radio interface visualizer code to shared abstract radio 2011-02-24 09:31:57 +01:00
interfaces using memory monitor instead of previously used time events 2012-03-09 14:57:10 +01:00
ipdistributors removing unsafe MoteID interface dependencies 2009-09-17 13:19:08 +00:00
motes added support for mapping Cooja motes' and Contiki's address 2012-03-09 14:56:53 +01:00
plugins rewrote code completely: 2012-03-09 14:58:56 +01:00
positioners
radiomediums radio medium bugfix: a combination of changing channels while radio is off and with a nearby ongoing transmission, and 2012-03-09 15:23:16 +01:00
util help method for converting from hex string to binary 2012-01-26 16:01:32 +01:00
AbstractionLevelDescription.java
AddressMemory.java
ClassDescription.java
ContikiError.java show contiki stack trace in error dialog, not just print to console 2010-02-21 21:50:58 +00:00
ConvertedRadioPacket.java
CoojaApplet.java
COOJAProject.java added container for cooja projects, to easier maintain and handle loaded projects and their resources 2010-12-02 15:27:08 +00:00
COOJARadioPacket.java
CoreComm.java javadoc update 2010-02-03 16:06:04 +00:00
EventQueue.java bug fix 2010-10-04 10:52:26 +00:00
GUI.java added objcopy external tools configuration 2012-03-09 14:57:21 +01:00
IPDistributor.java
Mote.java enables sharing mote-specific properties 2011-05-31 12:51:01 +02:00
MoteInterface.java added mote interface method to be called when add mote interfaces have been added. useful if the mote interfaces want to observe each 2012-03-06 14:33:14 +01:00
MoteInterfaceHandler.java added method for getting mote interfaces based on class names + getInterfaces() returns a collection instead of a vector 2010-03-14 19:50:34 +00:00
MoteMemory.java all mote memories now support symbol addresses 2012-03-09 14:56:09 +01:00
MotePlugin.java introduced simple MotePlugin interface, to be used by all mote plugins 2010-01-15 10:46:12 +00:00
MoteTimeEvent.java
MoteType.java
Plugin.java removed obsolete object tagging methods on plugins, earlier only used by mote plugins 2010-01-15 10:46:53 +00:00
PluginType.java
Positioner.java
ProjectConfig.java updated to use new cooja project class 2010-12-02 15:28:06 +00:00
RadioConnection.java improved capture effect support in mrm: capture effect is effective if the latter transmission is stronger and no later than half the preamble 2011-11-03 11:23:51 +01:00
RadioMedium.java notify radio medium when simulation finished loading 2010-12-10 15:55:47 +00:00
RadioPacket.java
SectionMoteMemory.java added support for mapping Cooja motes' and Contiki's address 2012-03-09 14:56:53 +01:00
SimEventCentral.java synchronizing access to log list 2010-03-26 09:12:20 +00:00
Simulation.java added mote interface method to be called when add mote interfaces have been added. useful if the mote interfaces want to observe each 2012-03-06 14:33:14 +01:00
TimeEvent.java minor optimization: avoids multiple checks and only check simulation thread when assertions are enabled 2010-10-04 10:11:55 +00:00
VisPlugin.java using MotePlugin interface, rather than object tagging 2010-01-15 10:47:36 +00:00
Watchpoint.java
WatchpointMote.java