.. |
contikimote
|
removed button debug output
|
2009-01-21 14:31:12 +00:00 |
dialogs
|
do not dispose add mote dialog if positioner fails, simply abort
|
2009-02-18 13:55:24 +00:00 |
interfaces
|
changed simulation time from int to long to support very long simulations
|
2008-12-04 14:03:41 +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
|
clearing test log when reactivated
|
2009-02-18 10:11:11 +00:00 |
positioners
|
added manual positioner: allows user to manually enter every mote position
|
2009-02-18 13:55:51 +00:00 |
radiomediums
|
removed creating unnecessary random generator
|
2009-02-18 10:40:25 +00:00 |
AbstractionLevelDescription.java
|
|
|
AddressMemory.java
|
|
|
ClassDescription.java
|
|
|
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
|
towards adding support for 64-bit architectures: registering relative memory addresses with contiki instead of fetching absolute addresses to java
|
2008-11-20 16:34:45 +00:00 |
EventQueue.java
|
added support for removing events from queue outside simulation thread
|
2009-01-08 15:42:25 +00:00 |
GUI.java
|
quickstart uses main random generator
|
2009-02-18 10:35:31 +00:00 |
IPDistributor.java
|
|
|
Mote.java
|
changed simulation time from int to long to support very long simulations
|
2008-12-04 14:03:41 +00:00 |
MoteInterface.java
|
removed passive/active interfaces notion.
|
2008-10-28 12:50:38 +00:00 |
MoteInterfaceHandler.java
|
interface handler support for new interface polling format
|
2008-10-28 12:40:35 +00:00 |
MoteMemory.java
|
|
|
MoteType.java
|
|
|
Plugin.java
|
removing visplugin class dependency
|
2008-12-16 15:07:14 +00:00 |
PluginType.java
|
|
|
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 tostring method
|
2008-10-29 18:23:04 +00:00 |
RadioMedium.java
|
using new radio packet format
|
2008-03-18 12:57:04 +00:00 |
RadioPacket.java
|
|
|
SectionMoteMemory.java
|
|
|
Simulation.java
|
added option to make random seed automatically generated at simulation load
|
2009-02-18 10:09:32 +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 |