fros4943
5877528f3a
added possibility to add radio logger analyzers from cooja projects
2010-03-12 16:02:47 +00:00
joxe
efda8edcc5
fixed UDP uncompression
2010-03-12 14:23:40 +00:00
fros4943
ef35fe6e6e
added experimental visualizer skin that shows the current source code of each mote in the simulation (for emulated mspmotes only)
2010-03-11 22:15:58 +00:00
fros4943
87733c176a
added notes plugin, useful for storing simulation notes in the config
2010-03-11 22:11:10 +00:00
fros4943
b422ef90ad
updated help
2010-03-10 14:49:47 +00:00
fros4943
9e229a35c4
bugfix: bad jar arguments
2010-03-10 14:47:58 +00:00
fros4943
6b68d2e051
added output jar arguments
2010-03-10 14:39:47 +00:00
fros4943
feb0db0b3e
print jar process errors if building archive fails
2010-03-10 14:17:36 +00:00
fros4943
f057939595
delete META-INF directory before building JAR
2010-03-10 13:09:05 +00:00
fros4943
bffd3ca433
warn if JAVA_HOME is not set
2010-03-10 12:48:35 +00:00
fros4943
adf6263b0d
updated configs: MAC_DRIVER was replaced by NETSTACK_RDC
2010-03-10 12:34:29 +00:00
fros4943
f9e4ebf7cf
updated test configs: the test should normally not specify the network configuration, but rather use the default in the application directory
2010-03-10 12:29:24 +00:00
fros4943
89d7d926c4
added ipv4 and ipv6 default configuration
2010-03-10 12:18:29 +00:00
fros4943
7dd4397f6c
bugfix: getSignalStrength() did not return the correct value
2010-03-10 10:11:36 +00:00
fros4943
7c25544cdb
added possibility to override the default netstack in contiki-conf.h at compile time, by specifying another header
2010-03-10 07:51:30 +00:00
fros4943
70dd5454fc
removed contiki motes' communication stack configuration; the network stack instead depends on compiler flags/contiki-conf.h
2010-03-10 07:49:25 +00:00
nifi
c4370676ee
Fixed CRC for updated CRC-handling in new MSPSim
2010-03-09 10:37:47 +00:00
fros4943
e3a3b2a845
catch no class exception when registering new plugin
2010-03-09 08:27:48 +00:00
fros4943
5c8b306558
simplified code, netstack init without relying on external net_init() functions
2010-03-09 08:16:05 +00:00
fros4943
07753fb01f
updated radio driver, simplified code
2010-03-09 08:11:05 +00:00
fros4943
0cb572bcb6
temporarily disabled communication stacks on cooja platform, removed radio sensor
2010-03-09 08:09:57 +00:00
fros4943
df8cc48739
three patches to simplify loading TinyOS firmwares (via MSPSim), contributed by Philipp Sommer
2010-03-08 14:26:12 +00:00
fros4943
03605a568c
bugfix: wrapping signal strength updates in separate event, to be executed after the last byte received
2010-03-08 11:29:39 +00:00
joxe
c1ce8721d8
added support for icmpv6 analysis / RPL
2010-03-07 20:44:40 +00:00
joxe
577056c452
fixed 6lowpan analyzer
2010-03-07 19:53:07 +00:00
fros4943
308ecfed2a
simple patch to allow application motes to receive serial data
2010-03-05 14:59:43 +00:00
nifi
b59845d117
Minor cleanup of radio logger verbose output
2010-03-03 12:45:39 +00:00
fros4943
024d8ff2b5
minor fixes: better statistics output, added zoom level, popup menu labels
2010-03-02 13:33:10 +00:00
fros4943
4c9112a176
enabled debug output again
2010-03-02 13:24:48 +00:00
fros4943
d3b44510f8
make cli method public
2010-03-02 13:22:29 +00:00
adamdunkels
486f7f9728
Rewrite of the Sky shell collect test. The new test is better equipped
...
to handle reordered packets - unlike the previous test, the new test
counts all incoming packets in the data stream, even those that are
significantly reordered. The new test also shows the received packets
and their hop counts in a much more readable fashion.
2010-02-28 08:25:36 +00:00
nifi
a373c426f0
Disabled the cross-level conversion of Contiki timestamp (currently not used by Contiki)
2010-02-26 08:15:41 +00:00
nifi
52d234417d
Changed to draw the network traffic under the motes
2010-02-26 07:46:26 +00:00
nifi
512da4195c
Changed to draw the mote relations under the motes
2010-02-26 07:38:08 +00:00
nifi
74df2dbf43
* Save selected packet analyzer chain and split pane position in simulation file
...
* Update all log entries when changing packet analyzer chain
* Added popup menu to verbose pane
* Added serialVersionUID to menu actions to avoid compiler warnings
2010-02-25 23:44:16 +00:00
joxe
83d203afb5
added support for hc06 decompression in radiologger / analyzer
2010-02-25 22:36:08 +00:00
fros4943
026c4d7e85
synchronize time to timeline and radio logger at space key
2010-02-24 10:45:44 +00:00
fros4943
4c7ca7009b
listen to all log interfaces, also mote debug interfaces
2010-02-24 10:38:35 +00:00
fros4943
be76ae53f9
added warning when reloading a simulation with less then 20% memory left
2010-02-23 22:53:34 +00:00
joxe
fbc5b20404
added initial 802.15.4 and IPHC/hc06 analyzer
2010-02-23 22:35:17 +00:00
joxe
588d0374fa
added initial 802.15.4 packet analyzer to COOJA radio logger
2010-02-23 22:32:57 +00:00
fros4943
cd8047bc77
added method that returns a mote with the given id
2010-02-23 21:55:55 +00:00
adamdunkels
14bc9aa98b
New and improved shell collect test: the new test sends out 10 packets from each node and counts the received packets. If less than 10 packets from each node is received, the test fails
2010-02-23 18:46:20 +00:00
fros4943
dbd1cd7b08
show contiki stack trace in error dialog, not just print to console
2010-02-21 21:50:58 +00:00
joxe
470b93c79f
added mote attributes to various types of motes
2010-02-18 11:13:20 +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
66bf4a6063
temporarily disabled experimental mspsim debug interface for upcoming release
2010-02-12 09:34:49 +00:00
fros4943
c56d04e2bb
added support for external script file, which currently requires manually editing the .csc
2010-02-12 09:28:28 +00:00
fros4943
f1db103777
added support for multiple log interfaces
2010-02-12 09:25:46 +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