osd-contiki/tools/cooja/java/se/sics/cooja
fros4943 d4f674c053 updated obsolete method signature:
when the radio medium was still tick-based, several radio connection could finish "simultaneously" (during the same tick), which is no longer possible
2009-11-25 15:26:35 +00:00
..
contikimote bug fix: schedule button events from simulation thread 2009-11-14 11:09:41 +00:00
dialogs + progress message type 2009-11-13 14:27:46 +00:00
emulatedmote added common emulation classes for emulated motes 2009-11-10 12:54:39 +00:00
interfaces removed dependency on mote interface getEnergyConsumption() method 2009-11-13 08:52:26 +00:00
ipdistributors removing unsafe MoteID interface dependencies 2009-09-17 13:19:08 +00:00
motes abstract application mote, used for implementing application-level motes, now extends wakeup mote. 2009-10-28 14:38:02 +00:00
plugins fixed integer to long wrap bug for simulation times over 2000s 2009-11-23 15:25:13 +00:00
positioners added manual positioner: allows user to manually enter every mote position 2009-02-18 13:55:51 +00:00
radiomediums radio medium update: receiving nodes that become interfered still receive connection data, but may (should) choose to ignore or corrupt it. 2009-11-25 10:36:08 +00:00
util minor changes in executable jars: removed jdk dependency on simulating computer + temporary files from simulation are stored in a subdirectory + temporary files from building the jar are removed when done 2009-10-29 17:05:13 +00: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
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
COOJARadioPacket.java default radio packet implementation 2008-03-18 12:47:10 +00:00
CoreComm.java minor documentation and code fixes 2009-03-10 21:05:00 +00:00
EventQueue.java major update to cooja's event scheduler: 2009-10-27 10:06:59 +00:00
GUI.java minor patch: remember last exported jar filename 2009-11-25 10:29:21 +00:00
IPDistributor.java documentation (including javadoc) update 2007-01-10 14:57:42 +00:00
Mote.java added getID() method (mandatory for all motes) 2009-09-17 11:05:09 +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 read-only rime address interface: currently fixed to 2 bytes 2009-04-20 16:13:11 +00:00
MoteMemory.java documentation (including javadoc) update 2007-01-10 14:57:42 +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 minor documentation and code fixes 2009-03-10 21:05:00 +00:00
Plugin.java removing visplugin class dependency 2008-12-16 15:07:14 +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 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 updated obsolete method signature: 2009-11-25 15:26:35 +00:00
RadioPacket.java documentation update 2009-04-01 23:35:23 +00:00
SectionMoteMemory.java throwing unknown variable exceptions 2008-02-11 14:04:16 +00:00
SimEventCentral.java + support for configurable buffer sizes (currently only for log output events) 2009-07-03 13:37:40 +00:00
Simulation.java strict event scheduling from simulation thread + 2009-11-13 08:37:36 +00:00
TimeEvent.java minor author name fix: strange names causes compiler warnings on some systems 2009-03-03 13:42:45 +00:00
VisPlugin.java added quick help 2009-06-30 12:46:26 +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