.. |
contikimote
|
make sure node interfaces are initialized when generating toString()
|
2009-02-26 13:45:58 +00:00 |
dialogs
|
added configuration wizard to replace the jni_tests
|
2009-02-20 16:50:16 +00:00 |
interfaces
|
added mote relation interface. used to show relations between simulated motes, typically for debugging and visualization purposes
|
2009-02-26 13:31:25 +00:00 |
ipdistributors
|
minor changes and documentation regarding using random generators in Cooja
|
2009-02-18 12:07:19 +00:00 |
motes
|
main random generator must not be used for setup tasks such as node positioning
|
2009-02-18 11:49:54 +00:00 |
plugins
|
basic visualizer with support for painting mote relations
|
2009-02-26 13:29:30 +00:00 |
positioners
|
added manual positioner: allows user to manually enter every mote position
|
2009-02-18 13:55:51 +00:00 |
radiomediums
|
added new radio medium: directed graph radio medium (short: dgrm).
|
2009-02-24 15:29:52 +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 |
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
|
made two static methods public
|
2009-02-20 16:49:43 +00:00 |
EventQueue.java
|
added support for removing events from queue outside simulation thread
|
2009-01-08 15:42:25 +00:00 |
GUI.java
|
minor bugfix: check that simulation exists before reloading
|
2009-03-03 12:09:34 +00:00 |
IPDistributor.java
|
documentation (including javadoc) update
|
2007-01-10 14:57:42 +00:00 |
Mote.java
|
changed simulation time from int to long to support very long simulations
|
2008-12-04 14:03:41 +00:00 |
MoteInterface.java
|
print debugging info when mote interface fails to load
|
2009-02-26 13:36:15 +00:00 |
MoteInterfaceHandler.java
|
interface handler support for new interface polling format
|
2008-10-28 12:40:35 +00:00 |
MoteMemory.java
|
documentation (including javadoc) update
|
2007-01-10 14:57:42 +00:00 |
MoteType.java
|
432
|
2008-02-12 15:03:22 +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
|
removing strict dependency on project platform configuration files (cooja.config).
|
2008-10-03 10:23:05 +00:00 |
RadioConnection.java
|
added experimental per destination delay
|
2009-02-24 15:07:01 +00:00 |
RadioMedium.java
|
using new radio packet format
|
2008-03-18 12:57:04 +00:00 |
RadioPacket.java
|
default (os-level) radio packet
|
2008-03-18 12:46:36 +00:00 |
SectionMoteMemory.java
|
throwing unknown variable exceptions
|
2008-02-11 14:04:16 +00:00 |
Simulation.java
|
changed default simulation delay to 0
|
2009-03-02 09:46:19 +00:00 |
TimeEvent.java
|
added support for removing events from queue outside simulation thread
|
2009-01-08 15:42:25 +00:00 |
VisPlugin.java
|
visplugins are optional, but require cooja to be visualized:
|
2008-12-17 11:02:05 +00:00 |