fros4943
02b5d5e230
gui update: enable menu items depending on whether a simulation is loaded or not
2009-05-28 12:55:14 +00:00
nifi
efbae10245
Load last opened simulation configuration file when reloading without simulation.
...
Added key shortcuts to last opened files.
2009-05-27 23:23:41 +00:00
Mariano Alvira
bf9e762a81
moved crm addresses to crm.h
2009-05-27 15:05:25 -04:00
fros4943
0f924ed2dd
fix: report test success by log.testOK()
2009-05-26 14:52:09 +00:00
fros4943
6ddc3642bf
fix: Contiki path printout
2009-05-26 14:36:26 +00:00
fros4943
b143dbe4b2
example updates
2009-05-26 14:34:43 +00:00
fros4943
e238d84a75
milliseconds -> microseconds update + removed dependency of radio interface
2009-05-26 14:34:30 +00:00
nvt-se
a7faaa9aaa
a bit more documentation.
2009-05-26 14:34:22 +00:00
fros4943
1c22bf5151
event based mote interfaces + reimplemented cross level functionality for TR1001
2009-05-26 14:33:30 +00:00
fros4943
c59fc91487
milliseconds -> microseconds update
2009-05-26 14:31:07 +00:00
fros4943
62db437c2d
minor bugfixes + added zoom functionality
2009-05-26 14:30:20 +00:00
nvt-se
d9b75b2fda
stop the watchdog while merging.
2009-05-26 14:27:06 +00:00
fros4943
7985a9310b
milliseconds -> microseconds update + more effective repainting using swing timers (avoid AWT event floods)
2009-05-26 14:27:00 +00:00
fros4943
e5219e0d8b
better description
2009-05-26 14:25:29 +00:00
fros4943
cf9b7b76fe
milliseconds -> microseconds update
2009-05-26 14:25:07 +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
fba3701a86
contiki mote schedules their next wakeup based on Contiki etimers + removed notion of active vs LPM state (optimization no longer needed)
2009-05-26 14:21:20 +00:00
fros4943
a327180762
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
fros4943
633f9bb5ef
radio medium updates: removed obsolete tick observer + notifying observers for each finished radio connection separately
2009-05-26 14:17:29 +00:00
fros4943
61c2ed2e1a
two major updates:
...
simulation time now uses microsecond resolution instead of earlier millisecond (allows for better simulation accuracy)
+
Contiki motes schedule their own events instead of the earlier approach of having the simulation loop register tick events common to all Contiki motes (faster simulation)
both changes require extensive changes throughout COOJA
2009-05-26 14:15:41 +00:00
fros4943
300f3396ac
allow contiki motes to handle several contiki events each tick + corrected variables types
2009-05-26 14:08:51 +00:00
fros4943
990aa93d57
setting timeline plugin as default
2009-05-26 14:07:19 +00:00
fros4943
a5ec895bf7
updated cross level test: bug fix + more debug info
2009-05-26 14:05:35 +00:00
nvt-se
9277f922f1
fixed some documentation typos.
...
also uc -> unicast, stuc -> stunicast.
2009-05-26 13:58:53 +00:00
nvt-se
f115894193
switched to larger type size for the file size.
...
use AND on characters read back since the file size is larger than 255 bytes.
2009-05-26 13:48:32 +00:00
fros4943
1b937d8287
added static connection ID for debugging purposes
2009-05-26 13:37:26 +00:00
fros4943
7c2e0a4b48
added method for peeking at first scheduled event
2009-05-26 13:36:36 +00:00
fros4943
a8e66853bc
updated cc2420 converter to 6 byte xmac headers
2009-05-26 13:33:35 +00:00
nvt-se
cd00bd3fdc
switched to calm mode as default.
2009-05-26 13:23:59 +00:00
nvt-se
06a2fc40ec
switched to 32-bit iteration variable for long-running tests.
2009-05-26 13:03:44 +00:00
nvt-se
0f6954cc43
added test options for stressing the card and for switching blocks randomly.
2009-05-26 13:00:37 +00:00
nvt-se
28619eabc0
bug fix with sdspi select.
...
code style fixes.
2009-05-26 13:00:07 +00:00
nvt-se
e9d279620f
more protection against interrupts that might spoil SPI sequences.
...
made coding style more like that of contiki.
2009-05-26 12:15:46 +00:00
nifi
f39d2bd4c6
Fixed link panid for broadcasts to be standard compliant. Ignore packets addressed to other non-broadcast panids.
2009-05-26 12:08:29 +00:00
nvt-se
88766d8740
use unsigned for sector count type.
2009-05-25 22:10:04 +00:00
nvt-se
09a1c115fe
initial test port of Coffee for the MSB-430 platform.
2009-05-25 14:14:32 +00:00
nvt-se
8f7f7fb896
enabled random I/O in the SD driver.
2009-05-25 14:13:47 +00:00
nvt-se
da91d87ae6
switch of interrupts while writing and reading to the SPI. avoids
...
desynchronization problems.
2009-05-25 13:19:04 +00:00
Mariano Alvira
0696772202
more current data with hobby board. 32kHZ mode doesn't seem to use
...
much more power than 2kHz.
2009-05-21 17:30:00 -04:00
Mariano Alvira
34c91a6726
this code starts up the 32kHZ clock
2009-05-21 14:52:27 -04:00
Mariano Alvira
292f20c4ea
Merge branch 'master' of git://git.devl.org/git/malvira/mc1322x-tests
2009-05-20 20:13:22 -04:00
Mariano Alvira
9f075dcf1a
cause TX_ON to flash when transmitting
2009-05-20 20:12:39 -04:00
fros4943
1fdd19079f
catch exceptions thrown from script threads
2009-05-20 14:11:21 +00:00
fros4943
bd2ac3991a
show also converted packet data in tooltip
2009-05-20 12:02:06 +00:00
fros4943
faec70dee0
test app update: print sensor type
2009-05-19 17:54:08 +00:00
nvt-se
e2bbdbca9b
decrement TTL right after forwarding check.
2009-05-19 11:54:50 +00:00
Mariano Alvira
6cafcc1234
check if $count is defined.
2009-05-18 17:57:21 -04:00
Mariano Alvira
6d75aa1bed
added a script that creates a webpage of all the collected data.
...
has basic naming capabilities.
2009-05-18 17:53:51 -04:00
fros4943
f181ba6f7d
moved obsolete cooja projects to backyard
2009-05-18 14:48:10 +00:00
fros4943
88368b7c91
quick hack for storing logged events to file
2009-05-18 14:24:25 +00:00