osd-contiki/tools/cooja/java/se/sics/cooja
2012-08-22 14:14:55 +02:00
..
contikimote reverted previous plugin name changes, instead build displayed names when menu is created 2012-06-11 15:31:39 +02:00
dialogs Added support for nested quotes in arguments when calling external commands from Cooja 2012-08-22 14:14:55 +02:00
emulatedmote renamed radio method isReceiverOn() to isRadioOn() 2012-06-04 12:39:46 +02:00
interfaces renamed radio method isReceiverOn() to isRadioOn() 2012-06-04 12:39:46 +02:00
motes reverted previous plugin name changes, instead build displayed names when menu is created 2012-06-11 15:31:39 +02:00
plugins reverted previous plugin name changes, instead build displayed names when menu is created 2012-06-11 15:31:39 +02:00
positioners added manual positioner: allows user to manually enter every mote position 2009-02-18 13:55:51 +00:00
radiomediums renamed radio method isReceiverOn() to isRadioOn() 2012-06-04 12:39:46 +02:00
util General cleanup and fixes of texts and labels 2012-05-31 18:04:40 +02:00
AbstractionLevelDescription.java annotation describing an abstraction level 2008-02-07 10:29:40 +00:00
AddressMemory.java added unknown variable exception + method for fetching integer size 2008-02-11 14:02:29 +00:00
ClassDescription.java added cooja; 'The Contiki OS Java Simulator' 2006-08-21 12:11:16 +00:00
ContikiError.java show contiki stack trace in error dialog, not just print to console 2010-02-21 21:50:58 +00:00
ConvertedRadioPacket.java added converted radio packet, containing both the original and the converted data 2009-04-01 23:34:45 +00:00
CoojaApplet.java added applet attribute support 2008-04-03 13:59:24 +00:00
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 default radio packet implementation 2008-03-18 12:47:10 +00:00
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 reverted previous plugin name changes, instead build displayed names when menu is created 2012-06-11 15:31:39 +02:00
HasQuickHelp.java Updated file permissions 2012-06-08 14:30:51 +02:00
Mote.java cleaned up some unnecessary methods: empty mote constructors (created from mote type), setInterfaces/setMoteType methods 2012-05-24 14:06:09 +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 Fixed compiler unchecked warning 2012-06-08 17:06:29 +02: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 new help class: time event associated with (or scheduled from) a mote. if the mote is removed during simulation, this enables removing all its scheduled events 2009-05-26 14:19:17 +00:00
MoteType.java cleaned up the mote type visualizer code 2012-05-25 15:40:26 +02:00
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 documentation (including javadoc) update 2007-01-10 14:57:42 +00:00
Positioner.java added debugging output when positioner fails 2009-02-18 13:55:01 +00:00
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 documentation update 2009-04-01 23:35:23 +00:00
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 replaced Simulation's setDelayTime(ms) method with more intuitive setSpeedLimit(ratio) 2012-06-04 16:14:05 +02:00
SupportedArguments.java added support for mote interface requirements in SupportedArguments annotation 2012-06-05 14:45:16 +02: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 simplified usage of Watchpoint and WatchpointMote interfaces 2012-03-21 16:56:32 +01:00
WatchpointMote.java bugfix: breakpoints should only trigger once 2012-05-09 13:04:35 +02:00