.. |
contikimote
|
implemented writeArray() and writeByte() for Contiki serial interface
|
2009-04-23 09:17:01 +00:00 |
dialogs
|
disabled ip distributors, currently not used
|
2009-04-20 16:09:29 +00:00 |
interfaces
|
bug fix: last address bytes were not displayed correctly (signed)
|
2009-04-28 07:29:26 +00:00 |
ipdistributors
|
minor changes and documentation regarding using random generators in Cooja
|
2009-02-18 12:07:19 +00:00 |
motes
|
+ method for checking if radio can receive data. does not change simulation output, but allows the radio medium to better keep track of how many packets were received etc
|
2009-04-16 14:26:35 +00:00 |
plugins
|
show also converted packet data in tooltip
|
2009-05-20 12:02:06 +00:00 |
positioners
|
added manual positioner: allows user to manually enter every mote position
|
2009-02-18 13:55:51 +00:00 |
radiomediums
|
bugfix: must lock active connections before copying
|
2009-04-20 16:26:02 +00:00 |
util
|
Utility methods for generating hex dumps et al
|
2009-04-20 17:14:19 +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
|
minor author name fix: strange names causes compiler warnings on some systems
|
2009-03-03 13:42:45 +00:00 |
GUI.java
|
show error dialog when failing to add mote
|
2009-04-20 16:07:32 +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
|
fixed error output in log4j
|
2009-04-20 16:08:53 +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 |
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
|
removing strict dependency on project platform configuration files (cooja.config).
|
2008-10-03 10:23:05 +00:00 |
RadioConnection.java
|
bugfix: make sure destination has not already been removed from connection
|
2009-05-04 15:34:28 +00:00 |
RadioMedium.java
|
using new radio packet format
|
2008-03-18 12:57:04 +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 |
Simulation.java
|
cleaned up exception handling
|
2009-03-12 11:01:26 +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
|
+ constructor option for not automatically throwing "requires visualization" exception
|
2009-04-03 17:03:42 +00:00 |