nes-proj/tools/cooja/java/se/sics/cooja
fros4943 3563089a91 reimplemented initial support for referencing contiki source files in cooja projects 2010-11-10 13:11:43 +00:00
..
contikimote reimplemented initial support for referencing contiki source files in cooja projects 2010-11-10 13:11:43 +00:00
dialogs reimplemented initial support for referencing contiki source files in cooja projects 2010-11-10 13:11:43 +00:00
emulatedmote removing obsolete method previously used for estimating contiki's energy consumption. 2010-02-05 09:07:58 +00:00
interfaces added simple way for user to reconfigure application radio's channel 2010-08-31 07:35:22 +00:00
ipdistributors removing unsafe MoteID interface dependencies 2009-09-17 13:19:08 +00:00
motes added removed()-method for mote objects 2010-10-12 10:58:31 +00:00
plugins do not execute timeout event if script is already disabled 2010-11-10 13:05:18 +00:00
positioners
radiomediums interfere with ongoing transfer even if transmission fails 2010-11-10 13:09:01 +00:00
util Queue implementation using a rotating, resizable array for fast random access 2010-09-09 19:51:53 +00:00
AbstractionLevelDescription.java
AddressMemory.java
COOJARadioPacket.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 added converted radio packet, containing both the original and the converted data 2009-04-01 23:34:45 +00:00
CoojaApplet.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 minor fix: visualized plugins z-order was not correctly loaded 2010-09-24 12:48:04 +00:00
IPDistributor.java
Mote.java added removed()-method for mote objects 2010-10-12 10:58:31 +00:00
MoteInterface.java removed energyConsumption() method from mote interface: obsolete, we should instead interface Contiki's power profiler or MSPSim for better estimations 2009-11-13 08:41:06 +00: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
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
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 throw exception if project directory or config file does not exist 2009-10-28 12:05:43 +00:00
RadioConnection.java distinct between a radio connection's interfered radios, and interfered destination radios: interfered destinations still receive connection data 2009-11-25 15:21:15 +00:00
RadioMedium.java javadoc update 2010-02-03 15:49:24 +00:00
RadioPacket.java documentation update 2009-04-01 23:35:23 +00:00
SectionMoteMemory.java removed unused methods and code cleanup 2010-01-20 13:33:33 +00:00
SimEventCentral.java synchronizing access to log list 2010-03-26 09:12:20 +00:00
Simulation.java added removed()-method for mote objects 2010-10-12 10:58:31 +00: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 added breakpoint colors and user defined messages 2009-06-16 12:15:15 +00:00
WatchpointMote.java added simple watchpoint interfaces, currently only implemented on mspsim motes 2009-06-11 10:02:11 +00:00