Commit graph

78 commits

Author SHA1 Message Date
Fredrik Österlind
150cb33b94 Merge pull request #16 from cmorty/COOJA_DGRM
DGRM-Related Patches
2012-11-21 02:44:13 -08:00
Moritz 'Morty' Strübe
80e7a6fd8c Cooja: Add LQI-Support to DGRM 2012-10-31 16:36:06 +01:00
Adam Dunkels
944537fccf Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
Fredrik Osterlind
86f1c34692 renamed radio method isReceiverOn() to isRadioOn()
fixed bug in Msp802154Radio causing all packets from non-802154-radios to be dropped
2012-06-04 12:39:46 +02:00
Fredrik Osterlind
b9f1b9b205 simplified and bugfixed Cooja's IP address interface, added two
variables in uip-ds6.c to allow Cooja to extract addresses from memory
2012-06-01 15:47:22 +02:00
Fredrik Osterlind
902200f12a using memory monitor instead of previously used time events 2012-03-09 14:57:10 +01:00
Fredrik Osterlind
bef1a013f1 improved code: uses log mote interfaces observers directly, instead of going via the sim event central 2012-03-06 14:30:39 +01:00
Fredrik Osterlind
cc5547a962 static method for compressing ipv6 addresses 2011-12-12 16:41:09 +01:00
Fredrik Osterlind
ff42490e7b example directional antenna 2011-11-01 11:39:31 +01:00
Fredrik Osterlind
eb84fbeb79 * bugfixed and rewrote MRM to improve configurability
* improved MRM GUI, including MRM visualizer skin that shows prr and rss
* added experimental support for directional antennas
2011-11-01 11:37:19 +01:00
Fredrik Osterlind
0b86a784ee moved radio interface visualizer code to this abstract radio
implementation
2011-02-24 09:32:02 +01:00
Fredrik Osterlind
f04d0e7e93 include source radio when noise level changes 2011-02-24 09:32:00 +01:00
Fredrik Osterlind
fc1200d5d4 implementing noise source radio 2011-02-24 09:31:58 +01:00
Fredrik Osterlind
1378fd11c4 doc 2011-02-24 09:31:45 +01:00
Fredrik Osterlind
fc316a90a2 noise radio, to be observed by radio mediums 2011-02-24 09:31:44 +01:00
nifi
5d542c2cad Added optional color for mote relations 2010-12-10 17:50:48 +00:00
fros4943
c2d2e7f8f8 bad character 2010-12-07 10:40:08 +00:00
fros4943
a1045f6313 displays only used ipv6 addresses + works for both cooja and sky platform 2010-12-07 10:27:11 +00:00
fros4943
e227b50151 fixed parsing of sky ipv6 addresses 2010-12-03 13:40:42 +00:00
fros4943
925759e72c added simple way for user to reconfigure application radio's channel 2010-08-31 07:35:22 +00:00
fros4943
89c2c0c2c4 updated documentation examples 2010-05-17 14:21:51 +00:00
fros4943
e7b0902799 attribute summary method made public 2010-05-17 11:41:22 +00:00
fros4943
308ecfed2a simple patch to allow application motes to receive serial data 2010-03-05 14:59:43 +00:00
joxe
19c75b30e0 added the MoteAttributes interface for handling mote printouts of #A x=y 2010-02-18 11:06:37 +00:00
fros4943
308df68375 bugfix: only handle log output from our mote + added support for debug log interface 2010-02-10 13:29:27 +00:00
fros4943
6d987651c6 bugfix: previously did not listen to all log interfaces 2010-02-09 22:14:23 +00:00
fros4943
8ec88e2fcb added method for turning off radio receiver of application motes 2010-02-08 16:00:46 +00:00
fros4943
4d7fe46561 removing obsolete method previously used for estimating contiki's energy consumption. 2010-02-05 09:07:58 +00:00
fros4943
778c14e9e3 javadoc update 2010-02-03 15:49:24 +00:00
fros4943
3836b3e2e5 added simple serial port to be used by application motes 2010-02-03 15:11:28 +00:00
fros4943
fd2a377666 avoid exception if rime address does not exist + removed obsolete methods 2010-02-03 10:14:46 +00:00
joxe
940a2903f2 fixed interference in app radio 2010-01-24 23:16:17 +00:00
joxe
c0e7eb21bc added LED to application motes 2010-01-24 22:24:36 +00:00
fros4943
8ee7b3c3be minor fix: remove relations if mote is removed 2010-01-12 09:36:10 +00:00
fros4943
8bd7187491 the simulation object now handles the motetype configuration for motes; common functionality that was earlier implemented in each mote.
this patch allows the simulator more freedom for hand-picking mote class loaders

+ some debug output in experimental ImportAppMoteType
2009-11-27 15:53:10 +00:00
fros4943
7d6ee814da added documentation 2009-11-25 16:05:47 +00:00
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