Mariano Alvira
60f079c168
add additional debugging to check_maca
2010-05-23 12:51:03 -04:00
Mariano Alvira
71cd2c2ead
add PACKET_STATS: extra flags to packets for debugging.
2010-05-22 15:45:52 -04:00
Mariano Alvira
50102c2516
clear forced interrupts after the have been serviced.
2010-05-22 15:45:00 -04:00
Mariano Alvira
d73467dc59
add INTFRC
2010-05-22 15:44:38 -04:00
Mariano Alvira
64081c2fb8
small improvment to count_packets
2010-05-21 12:38:19 -04:00
Mariano Alvira
2fcfe11096
add debug messages to check_maca
2010-05-21 12:00:08 -04:00
nvt-se
dbd710626a
Added optional server replies.
2010-05-21 13:45:50 +00:00
nvt-se
64d703a67e
Use the new Mote Attributes interface.
2010-05-21 13:45:04 +00:00
fros4943
2f64d4b3ab
minor addition: sort motes by distance
2010-05-21 08:46:44 +00:00
adamdunkels
052c536db7
Remove the unicast mass-send test since the default number of queuebufs cannot handle 20 concurrent packets
2010-05-20 20:56:36 +00:00
nifi
a9aacac63a
Fixed to set address on interface
2010-05-20 11:27:14 +00:00
fros4943
106bcc3c66
disable tree icons icon at errors
2010-05-19 17:52:23 +00:00
fros4943
83a1819992
fix: default icons are not always available
2010-05-19 17:38:46 +00:00
fros4943
b229e9aa59
rewrote project dialog, for easier import and management of cooja projects
2010-05-19 17:32:53 +00:00
joxe
56a3a71108
added include of string.h since memcpy are used
2010-05-19 16:16:57 +00:00
nifi
16a3f710a4
Minor optimization: only lookup data when needed
2010-05-19 12:58:15 +00:00
joxe
5c30aed814
removed nd llao option struct since not naturally aligned - replaced struct fields access with array based access
2010-05-19 12:21:45 +00:00
nifi
86879f66ac
removed internal make targets
2010-05-18 17:05:45 +00:00
nvt-se
4411807b29
Fixed bug in DAO input. Made printfs more portable.
2010-05-18 16:43:56 +00:00
fros4943
d6d84a1baa
Added support for attribute colors, as introduced by the VisualHints Contiki project by Joris Borms.
...
Example usage in Contiki:
printf("#A myattr=123;RED\n"); // color myattr attribute
printf("#A color=RED\n"); // color mote
For more examples, see the MoteAttribute documentation.
2010-05-17 14:32:30 +00:00
fros4943
89c2c0c2c4
updated documentation examples
2010-05-17 14:21:51 +00:00
fros4943
5a3a938d1b
added mote attribute visualizer skin: prints mote attributes below each mote
2010-05-17 11:44:16 +00:00
fros4943
e7b0902799
attribute summary method made public
2010-05-17 11:41:22 +00:00
fros4943
66657d9980
updated mspsim.jar that allows reading the current cpu speed
2010-05-17 09:57:31 +00:00
fros4943
8d7f9e2d72
plugin cleanup: removed list of mote interfaces, instead providing links to useful mote plugins
2010-05-17 09:30:27 +00:00
fros4943
f237e16d71
added stub for reading current cpu frequency of emulated motes
2010-05-17 09:29:28 +00:00
nvt-se
8c3ed291bb
Preserve the file offset if a seek operation fails.
2010-05-13 18:24:55 +00:00
Mariano Alvira
7a462268c8
increased the receive length --- this reduces the chance of missing a
...
packet which managing the radio.
2010-05-13 10:52:26 -04:00
Mariano Alvira
e278ec0242
fixup the uart tx isr.
2010-05-12 16:41:24 -04:00
Mariano Alvira
1460eac9cd
move safe_irq_disable and irq_restore to isr.h
2010-05-12 16:40:44 -04:00
Mariano Alvira
e0da07ae95
don't need to reinit maca when the clock stops, just call resume sync
...
instead.
2010-05-11 17:59:51 -04:00
Mariano Alvira
081c8ce098
decreased recv and tx timeouts.
2010-05-11 15:53:14 -04:00
nifi
ed4debe285
Changed neighbor notification to be default on when using RPL
2010-05-11 10:02:29 +00:00
nifi
e268b094d4
Fixed to only show used address entries at startup and removed hack to make address 'final'
2010-05-10 15:15:17 +00:00
nifi
2104fd595f
added nexthop to the route table listing
2010-05-10 14:25:02 +00:00
nifi
27160b91a7
Added rules to connect to slip bridge connected via serial or running in COOJA using tunslip6
2010-05-10 14:19:16 +00:00
nifi
7aeb206840
Added isinfinite to uip_ds6_defrt_t to handle infinite life time
2010-05-10 13:46:35 +00:00
nifi
808116ff56
Made SFD timestamps configurable via external definition
2010-05-10 11:32:44 +00:00
joxe
058ef029e4
replaced hardcoded value with constant for route lifetime
2010-05-10 11:16:35 +00:00
joxe
c0c7cea3ce
fixed bug that caused select_src to set a non legal address - now sets unspecified if no address found
2010-05-10 11:10:27 +00:00
nifi
2bfeb01dcd
Replaced borders with separator for a more compact view
2010-05-09 22:50:34 +00:00
joxe
ffdda2259f
made COOJA avoid guessing that the debug printouts are TinyOS if many SLIP chars in stream
2010-05-09 19:45:57 +00:00
joxe
6f66d36d67
avoid sending DAO when address is tentative
2010-05-09 19:12:47 +00:00
joxe
50cca91d93
made use of the new link-local address api in ds6
2010-05-09 17:53:31 +00:00
joxe
adb00ed932
factored out function for getting link local address in ds6 and made use of it in rpl for checking state of lladdress as DIOs should not be sent when tentative
2010-05-09 17:52:37 +00:00
nifi
1696e9f70f
Added documentation
2010-05-09 15:57:34 +00:00
nifi
09424f02cb
Added example COOJA simulation
2010-05-09 14:31:33 +00:00
nifi
7b4f099a7f
Added rules to connect to slip bridge connected via serial or running in COOJA using tunslip6
2010-05-09 14:31:09 +00:00
nifi
d2f5923dbc
corrected comment
2010-05-09 13:29:33 +00:00
nifi
9bb168040c
Web server example showing light and temperature sensor data
2010-05-09 12:56:48 +00:00