fros4943
|
eded6497f2
|
removed dependency on mote interface getEnergyConsumption() method
|
2009-11-13 08:52:26 +00:00 |
|
fros4943
|
82b8006c0c
|
using MoteTimeEvent instead of TimeEvent: scheduled events are automatically removed when the mote is removed
|
2009-10-28 15:58:42 +00:00 |
|
fros4943
|
5650e818ec
|
abstract application mote, used for implementing application-level motes, now extends wakeup mote.
+ reimplemented disturber mote using abstract application mote
+ removed obsolete dummy mote example
|
2009-10-28 14:38:02 +00:00 |
|
fros4943
|
cb04423a57
|
added default methods for saving and restoring the mote id
|
2009-10-28 14:35:10 +00:00 |
|
fros4943
|
ed8867bcb5
|
new event scheduling api
|
2009-10-27 10:11:17 +00:00 |
|
fros4943
|
b2ea7ba9b2
|
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 |
|
fros4943
|
8116da5c4e
|
removed mote state references
|
2009-09-17 11:06:35 +00:00 |
|
fros4943
|
d996ae1476
|
event based mote interfaces: less dependencies on tick polling + using new mote time events
|
2009-05-26 14:24:20 +00:00 |
|
fros4943
|
3aac9a49ce
|
bug fix: last address bytes were not displayed correctly (signed)
|
2009-04-28 07:29:26 +00:00 |
|
fros4943
|
0528bcd1bd
|
added read-only rime address interface: currently fixed to 2 bytes
|
2009-04-20 16:13:11 +00:00 |
|
fros4943
|
3718304c76
|
removed abstract ip address interface: equal for all motes
|
2009-04-20 16:12:37 +00:00 |
|
fros4943
|
5af34f6800
|
+ 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 |
|
fros4943
|
e4858a2ade
|
update ip interface to supports ipv6 addresses.
also disabled writing IP addresses from inside COOJA, since the these should rather be determined by Contiki
|
2009-04-01 17:43:17 +00:00 |
|
fros4943
|
c205280f30
|
removing contiki log interface, instead only using the serial port interface
|
2009-03-21 15:41:42 +00:00 |
|
fros4943
|
dadc67abd7
|
renamed author to avoid compiler warnings
|
2009-03-09 14:08:54 +00:00 |
|
fros4943
|
46bd43579b
|
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 |
|
joxe
|
37b40f99c7
|
changed simulation time from int to long to support very long simulations
|
2008-12-04 14:03:41 +00:00 |
|
fros4943
|
d23978318f
|
added getDrift method
|
2008-10-29 08:37:42 +00:00 |
|
fros4943
|
5c2d5940ed
|
new energy method: collecting total energy consumption from each interface
|
2008-10-28 13:28:35 +00:00 |
|
fros4943
|
41a74cd9a9
|
new energy method, not fully implemented yet
|
2008-10-28 12:55:20 +00:00 |
|
fros4943
|
7e864bd3c7
|
updated interfaces to new polling format.
|
2008-10-28 12:30:48 +00:00 |
|
fros4943
|
5650f8ba89
|
implemented by mote interfaces to determine when they should be polled
|
2008-10-28 12:09:14 +00:00 |
|
fros4943
|
d9ce7927cb
|
splitting contiki messages on newlines
|
2008-10-03 10:39:29 +00:00 |
|
fros4943
|
824dd31856
|
serial port interface
|
2008-09-17 12:04:27 +00:00 |
|
fros4943
|
4fc082db35
|
using new radio packet format
|
2008-03-18 13:03:24 +00:00 |
|
fros4943
|
066a055563
|
general radio interface now implements old packet radio
|
2008-03-18 13:01:13 +00:00 |
|
fros4943
|
36b6fa15eb
|
custom data radios
|
2008-03-18 12:58:59 +00:00 |
|
fros4943
|
660faff676
|
removed notion of byte and packet radio:
all radios must now implement the default cooja packet type, and may addionally implement a custom data object
|
2008-03-18 12:54:25 +00:00 |
|
fros4943
|
223ded4595
|
added output power indicator max value
|
2008-03-17 09:50:27 +00:00 |
|
fros4943
|
dfc0199cbd
|
set drift method as standard for all clock interfaces
|
2007-10-03 14:20:57 +00:00 |
|
fros4943
|
209a35bf53
|
added getMote() method to all radios
|
2007-05-30 10:52:57 +00:00 |
|
fros4943
|
67ae9fbcb7
|
application radio
may be used by java-based motes to implement radio functionality
|
2007-05-19 17:17:34 +00:00 |
|
fros4943
|
438fa2a92d
|
changed byte radio to supply delay meta data instead of timestamp
|
2007-04-23 11:33:07 +00:00 |
|
fros4943
|
54002df73b
|
radio-related changes:
radios can belong to different abstraction levels for example byte of packet radios.
=> lots of changes in surrounding files
|
2007-02-28 09:47:45 +00:00 |
|
fros4943
|
d579da7a8a
|
method parameter updates
|
2007-01-09 10:01:14 +00:00 |
|
fros4943
|
d0ec0a48a4
|
added experimental radio channel support
|
2006-10-11 15:13:57 +00:00 |
|
fros4943
|
c1a93baa28
|
added methods for reading current output power
|
2006-10-05 14:47:48 +00:00 |
|
fros4943
|
b25f16936b
|
added possibility to interfere with radio receptions "in the future" - reduces code complexity for radio mediums
|
2006-10-05 07:49:59 +00:00 |
|
fros4943
|
c69f9298a4
|
new radio driver (allows for transmissions longer than one tick)
|
2006-10-02 15:10:57 +00:00 |
|
fros4943
|
17431ba16c
|
changed mote state to enum type instead of int
|
2006-09-26 13:08:05 +00:00 |
|
fros4943
|
7ef9271567
|
added method to get last tick used energy
|
2006-09-26 12:47:06 +00:00 |
|
fros4943
|
e81861a0cd
|
added cooja; 'The Contiki OS Java Simulator'
|
2006-08-21 12:11:16 +00:00 |
|