nes-proj/tools/cooja/java/se/sics/cooja
fros4943 6940c85518 added: zoom in/out via ctrl +/-
removed: mouse tooltip (only appears when mouse is clicked)
2009-12-11 10:41:10 +00:00
..
contikimote the simulation object now handles the motetype configuration for motes; common functionality that was earlier implemented in each mote. 2009-11-27 15:53:10 +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 the simulation object now handles the motetype configuration for motes; common functionality that was earlier implemented in each mote. 2009-11-27 15:53:10 +00:00
ipdistributors removing unsafe MoteID interface dependencies 2009-09-17 13:19:08 +00:00
motes the simulation object now handles the motetype configuration for motes; common functionality that was earlier implemented in each mote. 2009-11-27 15:53:10 +00:00
plugins added: zoom in/out via ctrl +/- 2009-12-11 10:41:10 +00:00
positioners
radiomediums set radio interfered even when it is turned off -> cca is set immediately when radio is turned on 2009-12-07 11:03:19 +00:00
util closing fileoutputstream 2009-11-25 15:43:45 +00:00
AbstractionLevelDescription.java
AddressMemory.java
ClassDescription.java
ConvertedRadioPacket.java added converted radio packet, containing both the original and the converted data 2009-04-01 23:34:45 +00:00
CoojaApplet.java
COOJARadioPacket.java
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 made project class loader public + throw exception is mote class could not be loaded 2009-11-25 20:47:18 +00:00
IPDistributor.java
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
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
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 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
SimEventCentral.java added support for multiple log mote interfaces / mote 2009-12-07 11:06:08 +00:00
Simulation.java the simulation object now handles the motetype configuration for motes; common functionality that was earlier implemented in each mote. 2009-11-27 15:53:10 +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