Commit graph

346 commits

Author SHA1 Message Date
fros4943
424985c5f8 added generate_message macro to contiki scripts 2009-01-12 10:45:40 +00:00
fros4943
54b7875295 minor fix: using yield and wait_until macro to implement yield_wait_until 2009-01-08 17:47:37 +00:00
fros4943
94f0d8ca02 implemented contiki test scripts as threads instead of state machines for easier test development 2009-01-08 16:33:14 +00:00
fros4943
fd432fa22c implemented contiki test scripts as threads instead of state machines for easier test development:
new example script + minor fixes
2009-01-08 16:31:43 +00:00
fros4943
2088451994 implemented contiki test scripts as threads instead of state machines for easier test development:
javascript generator that replaces test script specific "macros"
2009-01-08 16:27:48 +00:00
fros4943
e3d3634249 merged script runner plugins:
* in GUI-mode the script is editable
* without GUI, the script loads the simulation and activates the test script
2008-12-17 13:12:07 +00:00
fros4943
a55f178c7e implemented getGUI() method 2008-12-16 15:11:18 +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
dafd174e30 renamed button "Step millisecond" 2008-12-04 12:46:42 +00:00
fros4943
0083cc2080 using timeout event instead of slower tick observer 2008-12-03 16:23:26 +00:00
fros4943
430333b515 using updated messagelist 2008-12-03 15:18:47 +00:00
fros4943
4a546a3529 automatically stop simulation when script finishes test 2008-11-27 08:51:35 +00:00
fros4943
c42af73101 same class description as GUI-version 2008-11-05 18:18:16 +00:00
fros4943
8cd7d7c981 updated example script with new testOK() methods + better explanations 2008-11-05 18:17:45 +00:00
fros4943
18bb997761 added testOK and testFailed methods accessible from test scripts 2008-11-05 18:16:56 +00:00
fros4943
6ba2594d50 consistent labelling 2008-11-03 18:10:13 +00:00
fros4943
ee655cf8c4 using new energy interface 2008-10-28 15:36:25 +00:00
fros4943
b33c7f49af removed run until button 2008-10-28 15:31:08 +00:00
fros4943
a0bf017e2f removed passive/active interfaces notion. 2008-10-28 14:09:25 +00:00
fros4943
e7c064801e removed passive/active interfaces notion.
+ fixed scrollbar
2008-10-28 13:59:35 +00:00
fros4943
2a2b764ee6 updated some references to old getLastLogMessages() 2008-10-03 15:18:48 +00:00
fros4943
4f5ff657d4 set default location and size 2008-10-03 14:30:51 +00:00
fros4943
d9ce7927cb splitting contiki messages on newlines 2008-10-03 10:39:29 +00:00
fros4943
fed6e1ccd5 bigger default compilation output window 2008-10-02 21:20:26 +00:00
fros4943
c74687ee48 better example test script 2008-09-29 13:24:41 +00:00
fros4943
ed18334c66 added import test functionality 2008-09-29 13:03:29 +00:00
joxe
4d0f6d71bf added scriptmote for easier scripting 2008-09-22 16:20:03 +00:00
joxe
f6e0702b3b optimized some loops for increased performance and added runprof for profiling 2008-09-22 16:18:22 +00:00
fros4943
b9372090db exit when tests fail only 2008-09-18 14:55:21 +00:00
fros4943
673d0e8f12 more output after running scripts 2008-09-18 14:24:46 +00:00
fros4943
fc85534698 some minor fixes 2008-09-17 16:30:57 +00:00
fros4943
00930b72c3 added "export contiki test" functionality. still needs testing 2008-09-17 15:22:39 +00:00
fros4943
cad6109cf4 new loglistener version, implemented by Niclas Finne 2008-09-01 13:01:05 +00:00
fros4943
ed6f208609 added script runner no gui version. 2008-04-22 13:05:18 +00:00
fros4943
edb5a18000 interact with simulations using javascripts 2008-04-22 10:12:16 +00:00
fros4943
26f339eea7 save log only available if not applet mode 2008-04-02 16:42:39 +00:00
fros4943
5ddbefaa4f added delete mote menu action 2008-03-18 16:20:56 +00:00
fros4943
8b6fb0821a supporting connections with null radio packets 2008-03-18 15:42:35 +00:00
fros4943
4fc082db35 using new radio packet format 2008-03-18 13:03:24 +00:00
fros4943
d42ed7d5da fixed some javadoc warnings 2008-02-12 15:31:22 +00:00
fros4943
6c8151b449 removed public static JFrame frame variable. components should instead access the top parent container via getTopParentContainer() 2008-02-12 15:03:02 +00:00
fros4943
bae02d252a automatically updating when new mote types are added/removed 2008-02-11 14:37:17 +00:00
fros4943
afebaa9e97 catching unknown variable exceptions + using integer size 2008-02-11 14:03:19 +00:00
fros4943
0e8f94ed77 automatically listening to newly added nodes 2008-02-08 14:42:33 +00:00
fros4943
b0e07a06cf removed mote type visualizer (only showing identifier) 2008-02-07 13:15:22 +00:00
fros4943
cbdb1c242d minor fix when few mote types available 2008-02-07 13:14:42 +00:00
fros4943
5c91174fd4 renamed variable 2008-02-07 10:47:56 +00:00
fros4943
9c08ab0009 added get/set config for event listener plugin: (must register new observers as well) 2008-01-08 12:19:25 +00:00
fros4943
58215907bb added get/set config for event listener plugin 2008-01-08 12:12:15 +00:00
fros4943
9b433cc06a register as observer at end of constructor 2007-11-23 06:21:24 +00:00