.. |
ApplicationRadio.java
|
abstract application mote, used for implementing application-level motes, now extends wakeup mote.
|
2009-10-28 14:38:02 +00:00 |
Battery.java
|
removed dependency on mote interface getEnergyConsumption() method
|
2009-11-13 08:52:26 +00:00 |
Beeper.java
|
added cooja; 'The Contiki OS Java Simulator'
|
2006-08-21 12:11:16 +00:00 |
Button.java
|
added cooja; 'The Contiki OS Java Simulator'
|
2006-08-21 12:11:16 +00:00 |
Clock.java
|
event based mote interfaces: less dependencies on tick polling + using new mote time events
|
2009-05-26 14:24:20 +00:00 |
CustomDataRadio.java
|
custom data radios
|
2008-03-18 12:58:59 +00:00 |
IPAddress.java
|
using MoteTimeEvent instead of TimeEvent: scheduled events are automatically removed when the mote is removed
|
2009-10-28 15:58:42 +00:00 |
LED.java
|
added cooja; 'The Contiki OS Java Simulator'
|
2006-08-21 12:11:16 +00:00 |
Log.java
|
splitting contiki messages on newlines
|
2008-10-03 10:39:29 +00:00 |
Mote2MoteRelations.java
|
removed reference to potentially non-existing mote ID interface: the mote getID() method should instead be used
|
2009-09-17 11:07:58 +00:00 |
MoteID.java
|
added default methods for saving and restoring the mote id
|
2009-10-28 14:35:10 +00:00 |
PIR.java
|
added cooja; 'The Contiki OS Java Simulator'
|
2006-08-21 12:11:16 +00:00 |
PolledAfterActiveTicks.java
|
removing contiki log interface, instead only using the serial port interface
|
2009-03-21 15:41:42 +00:00 |
PolledAfterAllTicks.java
|
renamed author to avoid compiler warnings
|
2009-03-09 14:08:54 +00:00 |
PolledBeforeActiveTicks.java
|
renamed author to avoid compiler warnings
|
2009-03-09 14:08:54 +00:00 |
PolledBeforeAllTicks.java
|
renamed author to avoid compiler warnings
|
2009-03-09 14:08:54 +00:00 |
Position.java
|
renamed author to avoid compiler warnings
|
2009-03-09 14:08:54 +00:00 |
Radio.java
|
+ 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 |
RimeAddress.java
|
using MoteTimeEvent instead of TimeEvent: scheduled events are automatically removed when the mote is removed
|
2009-10-28 15:58:42 +00:00 |
SerialPort.java
|
serial port interface
|
2008-09-17 12:04:27 +00:00 |