Commit graph

87 commits

Author SHA1 Message Date
fros4943
0f0aab0005 added support for removing events from queue outside simulation thread 2009-01-08 15:42:25 +00:00
fros4943
c4ba4b7008 thread-safe event scheduling 2008-12-08 13:07:06 +00:00
fros4943
28f299ad87 allow mote tick events to be removed from event queue (slightly faster execution) 2008-12-04 16:52:03 +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
3893969096 check that simulation is running before joining sim thread 2008-12-04 13:04:26 +00:00
fros4943
1a7c791a93 reimplemented single tick method 2008-12-04 12:44:02 +00:00
fros4943
609ae94b14 only notify tick observers when simulation time changes, not for every handled event 2008-12-03 16:37:06 +00:00
fros4943
7767b03bae parsing currently used exception for bad memory access by MSPSim 2008-12-03 15:38:01 +00:00
fros4943
ac4f2544b8 registering tick events when simulation starts running 2008-11-03 18:09:43 +00:00
fros4943
0967158d86 bugfix: initializing contiki array with wrong number 2008-10-29 15:55:46 +00:00
fros4943
456ef03dc1 removed tick lists and variable tick times
handling tick events in simulation loop: moving towards fully event based (as opposed to tick based)
2008-10-28 13:35:59 +00:00
fros4943
f27dd80489 removed interrupt output when simulation is stopped 2008-10-03 13:18:29 +00:00
fros4943
7ad524cb80 removed redundant error message 2008-10-03 09:37:01 +00:00
fros4943
f150cab154 default random mote startup time set to 1sec + handling msp mote breakpoints 2008-09-29 23:04:27 +00:00
joxe
f6e0702b3b optimized some loops for increased performance and added runprof for profiling 2008-09-22 16:18:22 +00:00
fros4943
b0d37c34e3 experimental: ticking msp motes separately
allows for different tick durations per different nodes
2008-04-01 08:12:16 +00:00
fros4943
89a062aa06 automatically close mote plugins when mote is removed 2008-03-17 08:35:10 +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
dfc0199cbd set drift method as standard for all clock interfaces 2007-10-03 14:20:57 +00:00
fros4943
0d505b8dfd reset nr tick lists and mote startup delay, since both settings are still experimental 2007-08-21 08:51:33 +00:00
fros4943
88c7e87e82 added udgm random transmission support.
random mode can currently only be activated via simulation configs (.csc)
udgm uses the same random seed as the simulation
2007-07-10 12:43:23 +00:00
fros4943
b13e9dde90 saving random seed with simconfig 2007-07-04 16:13:17 +00:00
fros4943
b09e7f8641 nulll constructor arguments 2007-07-04 07:44:13 +00:00
fros4943
ef1588cd83 added delayed startups random for contiki motes 2007-06-19 09:58:43 +00:00
fros4943
68cbf124ae separate mote tick lists enabling less radio interference and more realistic(?) simulations
experimental fixed random seed for now
2007-05-29 07:27:10 +00:00
fros4943
1d0936c965 removed saving current simulation time 2007-03-23 21:38:45 +00:00
fros4943
10108fb50e change default simulation delay time (100 -> 5) 2007-03-22 20:39:34 +00:00
fros4943
0c98ce0651 documentation (including javadoc) update 2007-01-10 14:57:42 +00:00
fros4943
b2516a09ef changed method name 2007-01-10 09:02:17 +00:00
fros4943
abe3a4eaab separated simulation save/load config functionality
added getGUI helpmethod

minor updates due to new method params and removed static variables
2007-01-09 10:21:08 +00:00
fros4943
76bb1dbd5f added support for gui standard plugin 2006-12-13 11:57:04 +00:00
fros4943
381ab927df minor fix: plugin's z orders restored at load config 2006-12-07 15:14:19 +00:00
fros4943
54e8dd9547 added saved config plugin specifics support 2006-11-30 14:25:44 +00:00
fros4943
38fe078d38 removed old unused test code 2006-11-08 21:28:51 +00:00
fros4943
453844aafa added a few minor changes:
- save plugin information (experimental)
2006-11-06 17:58:55 +00:00
fros4943
e81861a0cd added cooja; 'The Contiki OS Java Simulator' 2006-08-21 12:11:16 +00:00