Commit Graph

66 Commits

Author SHA1 Message Date
nifi
66e32facee Shorter chart legend 2010-09-15 15:16:49 +00:00
adamdunkels
11d5a3eb28 Set the default packet rate to one packet per minute. Set the default number of hop-by-hop retransmissions to 15. 2010-09-15 06:30:45 +00:00
nifi
7ffa792a26 Changed NodeInfo to use a table to show node information instead of text area. 2010-09-14 23:04:50 +00:00
nifi
3a8313f0cc Clear all nodes when clearing sensor data. Use Node.compareTo() to sort nodes instead of NodeComparator. 2010-09-14 22:54:58 +00:00
nifi
85ca99f66a Only remember last link for each node + changed node comparator to sort by id 2010-09-14 22:40:59 +00:00
adamdunkels
3a4b479704 Added a radio duty cycle tab; made packet reception chart have integer labels 2010-09-14 14:23:58 +00:00
nifi
4b0ffb0739 Bug fix: use getNodeTime() instead of getSystemTime() 2010-09-14 11:27:23 +00:00
adamdunkels
87036b0089 Bugfix: use getNodeTime() instead of getSystemTime() 2010-09-14 10:44:07 +00:00
nifi
aff3fcad87 Fixed to sort nodes by id. Added charts for packets received last 5 minutes and last/average hops to sink 2010-09-14 10:38:12 +00:00
nifi
a226286351 Added option for non-stack bar chart 2010-09-14 10:35:00 +00:00
adamdunkels
3bca8cfe3d Bugfix: address of first argument to collect_neighbor_list_best() 2010-09-13 14:34:51 +00:00
adamdunkels
754b3113c2 Update to new collect neighbor API 2010-09-13 14:33:20 +00:00
nifi
e64dca7b77 Always include zero packets in the chart bounds 2010-09-13 12:22:18 +00:00
adamdunkels
51477dae23 Updated to use new Collect neighbor api 2010-09-08 19:32:42 +00:00
nifi
c829c7f728 Added shortest/longest/average period to node info panel 2010-09-08 12:40:18 +00:00
nifi
20ea27c468 Updated to sort nodes by numeric id instead of name 2010-09-08 12:39:40 +00:00
nifi
77014a8d90 Added chart with received packets per minute and skeleton for node statistics panel 2010-09-06 22:42:29 +00:00
nifi
46f258f66c Disabled visible node drag when moving nodes in the map panel (too cpu intensive). 2010-09-06 22:32:56 +00:00
nifi
8096e26f22 Added duplicate detection 2010-09-06 22:19:09 +00:00
nifi
302a07344c * Updated to show base shape in line charts (can be disabled in menu)
* Added simple packet delivery chart based on sequence numbers
2010-08-31 13:05:40 +00:00
fros4943
4d0147dd18 removed bad neighbor.h include 2010-03-29 09:50:44 +00:00
fros4943
6197ac9c54 dependa on powertrace application 2010-03-23 14:06:16 +00:00
adamdunkels
71bc4b81fc Renamed collect's neighbor module to collect_neighbor; added powertracing 2010-03-19 13:26:54 +00:00
adamdunkels
e18f739f04 Fixed compilation without timesynch compiled in 2010-02-18 21:02:30 +00:00
adamdunkels
acd40454d7 Added power & Rime debug commands 2010-02-15 17:47:01 +00:00
adamdunkels
e9ac1488e7 Updated to the new number of rtimer ticks per second 2010-02-04 16:21:47 +00:00
adamdunkels
1a34dbe550 Broke out the base64 commands from the text module 2010-02-03 20:37:29 +00:00
adamdunkels
0266411332 Use the sht11_sensor instead of directly interfacing the sht11 driver 2010-01-15 08:51:56 +00:00
adamdunkels
2d0802de72 Activate the light sensor before obtaining the value, deactivate it afterwards 2010-01-14 20:15:34 +00:00
joxe
d39234cfd9 fixed for new sensors API 2010-01-14 15:03:28 +00:00
adamdunkels
df784546ee Remove sniff and debug commands to save code space 2009-12-06 23:28:25 +00:00
fros4943
4b775d3d47 removed some commands to make binary fit on sky platform 2009-11-14 11:31:28 +00:00
adamdunkels
6a8443b46b Removed Rime ping command to save flash space, added the single-hop Rime debug commands instead 2009-10-27 14:13:30 +00:00
nvt-se
8d4021529c Added a generic file-upload command. shell-upload only takes .ce files. 2009-09-29 15:46:38 +00:00
fros4943
71c3c8e86c enabled download and sendcmd commands + cleanup 2009-04-20 13:08:56 +00:00
adamdunkels
65eb5fd4e8 Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
adamdunkels
0d699abe79 Disabled checkpointing for the default sky-shell build to reduce object code size, instead added a separate sky-checkpoint build with checkpointing but without the 'sky-alldata' command 2009-02-14 22:53:00 +00:00
fros4943
1795dbf199 added checkpoint and rollback commands:
writes/reads checkpoint images from file system.

(temporarily disabled rime debug and sniff commands)
2009-02-04 17:54:28 +00:00
adamdunkels
a847ff738d Removed reliance on the ->u16 field in rimeaddr 2008-12-01 14:17:36 +00:00
nifi
1865f13f3a fixed more robust parsing 2008-11-26 14:22:54 +00:00
adamdunkels
de601c9523 Added battery voltage level readout & SHT11 low-voltage indicator 2008-11-10 21:14:20 +00:00
nifi
4206ff28a2 Fixed problem with programming Sky nodes using the Java interface under Linux 2008-09-03 13:35:21 +00:00
nifi
822726f817 Added system time when the sensordata is received at the base station and fixed sensor data log to be flushed. 2008-08-29 10:00:23 +00:00
nifi
ec69c1c825 Added menu option to send init script to nodes. Added charts 'Average Power' and 'Average Temperature'. Limited the number of displayed chart items to 250 in the time charts 2008-08-29 09:00:15 +00:00
nifi
71c219f5fc added option to limit the number of displayed chart items 2008-08-29 08:42:30 +00:00
nifi
dbde68654a Only show nodes with sensor data by default 2008-08-28 07:32:24 +00:00
adamdunkels
d0f8770263 Bugfix: dates are now correctly displayed. Capped humidity values at 100% 2008-08-15 18:47:13 +00:00
adamdunkels
46b824d80f Enable rime debug commands (broadcast, unicast) 2008-08-15 18:46:28 +00:00
adamdunkels
5991bc0d67 Milliseconds -> seconds 2008-07-10 20:05:09 +00:00
nifi
c4b197a2a4 added option to program Sky nodes from the Java interface 2008-07-10 14:52:59 +00:00