Commit Graph

967 Commits

Author SHA1 Message Date
fros4943
b22cfd88bd increased maximum heap memory 2009-04-30 07:46:17 +00:00
fros4943
dbd5f095e4 new default clock frequency for Contiki's sky motes: 3.9MHz 2009-04-29 20:04:56 +00:00
fros4943
330b5275a1 bug fix: bytes were not displayed correctly (signed) 2009-04-28 07:33:09 +00:00
fros4943
3aac9a49ce bug fix: last address bytes were not displayed correctly (signed) 2009-04-28 07:29:26 +00:00
fros4943
332d1f45c0 running test with simulation delay to avoid test timeout while external ping process has not finished 2009-04-23 10:53:32 +00:00
fros4943
964310303d cloned sky ip ping test, but for contiki motes 2009-04-23 10:43:16 +00:00
fros4943
382d69ed5d release semaphores before stopping simulation (may deadlock) 2009-04-23 10:41:35 +00:00
fros4943
921ceabb50 implemented writeArray() and writeByte() for Contiki serial interface 2009-04-23 09:17:01 +00:00
fros4943
11879f210c improved debug output 2009-04-23 08:59:22 +00:00
fros4943
2768a96b9b minor fixes: remember last used test, respect maximum window size etc 2009-04-23 08:54:10 +00:00
fros4943
3a6e561ea8 better button description: "Stop" -> "Pause" 2009-04-23 08:48:01 +00:00
fros4943
997a5f6983 reverting previous accidental commit 2009-04-21 20:46:02 +00:00
fros4943
4790ff8f74 increasing loop symbols for higher clock speed 2009-04-21 18:22:41 +00:00
fros4943
6554e2293d + draw connection arrows 2009-04-20 18:09:54 +00:00
nifi
a66724e272 made table contents more compact and changed tooltip for radio packets to show hex dump 2009-04-20 17:24:03 +00:00
nifi
ecf288c89d allow loading configs referring to MspIPAddress, which was removed 2009-04-20 17:16:20 +00:00
nifi
b08cffa3b2 Utility methods for generating hex dumps et al 2009-04-20 17:14:19 +00:00
fros4943
5a5585238b allow loading configs referring to MspIPAddress, which was removed 2009-04-20 16:48:53 +00:00
fros4943
eccadb44f1 bugfix: must lock active connections before copying 2009-04-20 16:26:02 +00:00
fros4943
eb3d501ca6 added rime address interface as default for contikii mote types 2009-04-20 16:17:38 +00:00
fros4943
d91100fdfc remade led skin: showing leds left of motes 2009-04-20 16:16:25 +00:00
fros4943
266823defa new visualizer skin: showing mote IP or Rime addresses 2009-04-20 16:15:47 +00:00
fros4943
0528bcd1bd added read-only rime address interface: currently fixed to 2 bytes 2009-04-20 16:13:11 +00:00
fros4943
3718304c76 removed abstract ip address interface: equal for all motes 2009-04-20 16:12:37 +00:00
fros4943
c76a406cba added read-only rime address interface 2009-04-20 16:12:01 +00:00
fros4943
dfbc51c6f2 disabled ip distributors, currently not used 2009-04-20 16:09:29 +00:00
fros4943
d669cc67fb removed debugging output 2009-04-20 16:09:10 +00:00
fros4943
8f8ac130fb fixed error output in log4j 2009-04-20 16:08:53 +00:00
fros4943
a9cf47c97a show error dialog when failing to add mote 2009-04-20 16:07:32 +00:00
joxe
61ed2b5b5c made COOJA accept ELF files based on MAGIC ELF code instead of filename 2009-04-20 16:04:46 +00:00
nifi
7d7f2348d9 increased tooltip timeout to one minute 2009-04-20 14:11:01 +00:00
fros4943
da33cb5e61 added test for shell sendcmd command (sky platform) 2009-04-20 13:12:52 +00:00
fros4943
f4755f649f added test for shell download command (sky platform) 2009-04-20 13:04:20 +00:00
nvt-se
2d049bf5dc fixed udp test to use new addresses. 2009-04-16 20:54:49 +00:00
fros4943
ebcd6a08a5 added method for checking if radio can receive data 2009-04-16 14:28:12 +00:00
fros4943
5af34f6800 + method for checking if radio can receive data. does not change simulation output, but allows the radio medium to better keep track of how many packets were received etc 2009-04-16 14:26:35 +00:00
fros4943
906e341a65 visualizer update: enabling selecting multiple visualizer skins 2009-04-14 15:40:26 +00:00
nvt-se
d86ee2c665 changed address setup slightly. 2009-04-10 16:51:16 +00:00
nifi
7b34c4114c restored IP addresses 2009-04-09 23:10:43 +00:00
nifi
7b03d80974 added test script and info for ipv6 routing multihop simulation 2009-04-09 22:45:32 +00:00
nvt-se
670311f16c added ipv6 routing simulation with multiple hops. 2009-04-09 22:07:28 +00:00
fros4943
692dd2cb4b do not convert packet is bad length is set in cc2420 fifo 2009-04-09 17:41:29 +00:00
fros4943
38b38edf95 added method for faking mote output in tests: mostly used for debugging 2009-04-03 17:05:14 +00:00
fros4943
b2a98f49e6 + constructor option for not automatically throwing "requires visualization" exception 2009-04-03 17:03:42 +00:00
fros4943
188ce975ca radio logger plugin facelift: display the original packet data instead of only the converted data.
this allows viewing all bytes sent from for example sky motes, including radio/mac headers
2009-04-01 23:40:00 +00:00
fros4943
2ac3662ea8 sky motes output the new converted radio packets 2009-04-01 23:37:27 +00:00
fros4943
0a740aad63 documentation update 2009-04-01 23:35:23 +00:00
fros4943
5eddd2d095 added converted radio packet, containing both the original and the converted data 2009-04-01 23:34:45 +00:00
fros4943
e3bf2b58a6 logging connection start time 2009-04-01 23:33:05 +00:00
fros4943
9b41b02de1 added another ipv6 udp test:
identical setup as the sky_ipv6_udp test, but with contiki motes (native ipv6)
2009-04-01 18:09:20 +00:00