.. |
contikimote
|
event based mote interfaces: less dependencies on tick polling + using new mote time events
|
2009-05-26 14:24:20 +00:00 |
dialogs
|
milliseconds -> microseconds update
|
2009-05-26 14:25:07 +00:00 |
interfaces
|
event based mote interfaces: less dependencies on tick polling + using new mote time events
|
2009-05-26 14:24:20 +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
|
minor bugfixes + added zoom functionality
|
2009-05-26 14:30:20 +00:00 |
positioners
|
added manual positioner: allows user to manually enter every mote position
|
2009-02-18 13:55:51 +00:00 |
radiomediums
|
radio medium updates: removed obsolete tick observer + notifying observers for each finished radio connection separately
|
2009-05-26 14:17:29 +00:00 |
util
|
Utility methods for generating hex dumps et al
|
2009-04-20 17:14:19 +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
|
added method for peeking at first scheduled event
|
2009-05-26 13:36:36 +00:00 |
GUI.java
|
show error dialog when failing to add mote
|
2009-04-20 16:07:32 +00:00 |
IPDistributor.java
|
|
|
Mote.java
|
|
|
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
|
|
|
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
|
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
|
|
|
RadioConnection.java
|
added static connection ID for debugging purposes
|
2009-05-26 13:37:26 +00:00 |
RadioMedium.java
|
radio medium updates: removed obsolete tick observer + notifying observers for each finished radio connection separately
|
2009-05-26 14:17:29 +00:00 |
RadioPacket.java
|
documentation update
|
2009-04-01 23:35:23 +00:00 |
SectionMoteMemory.java
|
|
|
Simulation.java
|
two major updates:
|
2009-05-26 14:15:41 +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 |