contiki/tools/cooja/java/se/sics/cooja
2010-05-19 17:52:23 +00:00
..
contikimote set cooja mote random seed depending on simulation random seed 2010-05-02 09:42:52 +00:00
dialogs disable tree icons icon at errors 2010-05-19 17:52:23 +00:00
emulatedmote removing obsolete method previously used for estimating contiki's energy consumption. 2010-02-05 09:07:58 +00:00
interfaces updated documentation examples 2010-05-17 14:21:51 +00:00
ipdistributors removing unsafe MoteID interface dependencies 2009-09-17 13:19:08 +00:00
motes added stub for reading current cpu frequency of emulated motes 2010-05-17 09:29:28 +00:00
plugins Minor optimization: only lookup data when needed 2010-05-19 12:58:15 +00:00
positioners
radiomediums javadoc update 2010-02-03 15:49:24 +00:00
util added simconfig attribute EXPORT that determines how files should be handled when a simulation is exported as an executable JAR 2010-03-19 15:02:26 +00: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
COOJARadioPacket.java
CoreComm.java javadoc update 2010-02-03 16:06:04 +00:00
EventQueue.java major update to cooja's event scheduler: 2009-10-27 10:06:59 +00:00
GUI.java rewrote project dialog, for easier import and management of cooja projects 2010-05-19 17:32:53 +00:00
IPDistributor.java
Mote.java removed obsolete tick method 2010-02-03 16:04:44 +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
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
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 lower simulation thread priority, added timeout on blocking stop simulation method 2010-03-26 09:26:22 +00:00
TimeEvent.java
VisPlugin.java using MotePlugin interface, rather than object tagging 2010-01-15 10:47:36 +00:00
Watchpoint.java
WatchpointMote.java