.. |
contikimote
|
moved radio interface visualizer code to shared abstract radio
|
2011-02-24 09:31:53 +01:00 |
dialogs
|
added clean button to compile dialog, added compilation tip tab for msp motes
|
2011-04-20 14:44:52 +02:00 |
emulatedmote
|
moved radio interface visualizer code to shared abstract radio
|
2011-02-24 09:31:57 +01:00 |
interfaces
|
example directional antenna
|
2011-11-01 11:39:31 +01:00 |
ipdistributors
|
removing unsafe MoteID interface dependencies
|
2009-09-17 13:19:08 +00:00 |
motes
|
enables sharing mote-specific properties
|
2011-05-31 12:51:01 +02:00 |
plugins
|
quick hack for reloading script from disk when script is activated
|
2011-11-01 09:50:15 +01:00 |
positioners
|
added manual positioner: allows user to manually enter every mote position
|
2009-02-18 13:55:51 +00:00 |
radiomediums
|
try to restore edges loaded from old simulation configuration
|
2011-11-01 11:52:34 +01:00 |
util
|
help class that simplifies implementing serial forwarders
|
2011-11-01 09:55:08 +01: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
|
minor fix on locating config file
|
2011-11-01 09:20:49 +01:00 |
IPDistributor.java
|
documentation (including javadoc) update
|
2007-01-10 14:57:42 +00:00 |
Mote.java
|
enables sharing mote-specific properties
|
2011-05-31 12:51:01 +02: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
|
documentation (including javadoc) update
|
2007-01-10 14:57:42 +00: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
|
minor documentation and code fixes
|
2009-03-10 21:05:00 +00: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
|
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
|
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
|
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
|
handle pending simulation thread events before simulation starts, just
|
2011-02-24 09:32:04 +01: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 |