Commit Graph

123 Commits

Author SHA1 Message Date
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
nifi
e75579623a setup library for tools 2008-07-10 00:23:30 +00:00
nifi
09197c7ad0 moved range configuration to initialization 2008-07-10 00:19:20 +00:00
nifi
5c37342e14 bug fix 2008-07-09 23:33:33 +00:00
nifi
0fa1ae0fce Java interface using the shell to collect and visualize sensor values from Sky nodes 2008-07-09 23:18:05 +00:00
adamdunkels
d89256c272 Changed from shell app to serial-shell app 2008-07-09 20:57:58 +00:00
adamdunkels
329cea44d7 Replaced the sky-shell with the new sky-shell-collect and removed sky-shell-collect 2008-07-09 20:39:27 +00:00
adamdunkels
082efade5b Removed netfile command, added net debug commands 2008-07-07 23:45:35 +00:00
adamdunkels
b88b231c62 Removed ps command to make code fit in memory 2008-07-04 00:01:06 +00:00
adamdunkels
93ce938d8d enable coffee code coffee and netcmd commands 2008-07-03 23:32:03 +00:00
adamdunkels
aed5ea1720 Bugfix in netsend commands 2008-07-03 23:31:38 +00:00
adamdunkels
8b91a56a4e Added target for sky-shell-collect.c data collection 2008-07-03 18:48:53 +00:00
adamdunkels
96fb8163e6 Shell program that sends a lot of data: sensor data, power data, neighbor data 2008-07-03 18:40:18 +00:00
adamdunkels
199a14150b Removed redundant targets 2008-05-29 20:30:44 +00:00
oliverschmidt
4dcbc3273e Now that we started adding files to the CVS which are normally generated with a 'save...' make goal we can remove the DEFAULT_TARGET mechanism altogether and just add Makefile.target files. 2008-05-26 10:09:12 +00:00
oliverschmidt
b2810f02e1 Many project Makefiles build just one Contiki binary. Up to now the name of this binary was only available to the 'all' goal as prerequisite. So it was possible to create a non-project-specific rule to i.e. load that binary into the target device.
Therefore I introduced the make variable CONTIKI_PROJECT. Now a typical project Makefile starts with:

CONTIKI_PROJECT = hello-world
all: $(CONTIKI_PROJECT)
2008-05-26 07:37:24 +00:00
adamdunkels
136ad1e48c Example application that runs the Contiki shell on the Tmote Sky 2008-02-04 23:52:33 +00:00