9ea58d343bcooja ant run automatically builds jars
fros4943
2008-09-01 12:47:54 +0000
822726f817Added system time when the sensordata is received at the base station and fixed sensor data log to be flushed.
nifi
2008-08-29 10:00:23 +0000
ec69c1c825Added 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
nifi
2008-08-29 09:00:15 +0000
71c219f5fcadded option to limit the number of displayed chart items
nifi
2008-08-29 08:42:30 +0000
195062416ecorrected parameter type
nvt-se
2008-08-28 14:32:53 +0000
86bce2636dfixed bug with eof hint
nvt-se
2008-08-28 14:31:10 +0000
f122654317the isolated flag must have higher precedence than the obsolete flag
nvt-se
2008-08-28 12:50:09 +0000
dbde68654aOnly show nodes with sensor data by default
nifi
2008-08-28 07:32:24 +0000
6a460fecddThere is problem with the CC2420 driver: under high traffic load the packets often get mangled in the receive FIFO. Not sure why this happens or how to best prevent it. As a temporary workaround, I've added an additional CRC16 check to the incoming packets. This eats two bytes from each packet, but at least protects against the erroneous packets we've seen quite a few of lately. The reception code was also cleaned up, which resulted in a smaller code size.
adamdunkels
2008-08-26 21:44:03 +0000
e483f335ceactivated EOF hints and fixed a bug in the garbage collector.
nvt-se
2008-08-25 09:57:38 +0000
d28b27f031Source code for the serialdump tool
adamdunkels
2008-08-21 21:59:19 +0000
9324dc1e7dHardy Griech's timer bugfix: avoid direct comparison for timer values since they may wrap. Instead, use the CLOCK_LT() that works correctly even for wrapped timers.
adamdunkels
2008-08-15 19:16:09 +0000
86b835dd2cAdded a 'nodeid' command for setting and retreiving the node ID from the external flash. Made the powergraph command optional to save code space.
adamdunkels
2008-08-15 19:07:04 +0000
66988436f8Rewrote the 'nodes' command to use netflood rather than trickle - but the 'nodes' command don't seem to work reliably anyway, so it currently is a candidate for removal.
adamdunkels
2008-08-15 19:06:14 +0000
31509ad726Fixed a bunch of bugs in the collection neighbor announcement/discovery code: neighbor announcments were not repeated unless there was a change in the ETX val. Neighbor announcements happened to often when there were changes in the ETX.
adamdunkels
2008-08-15 19:00:38 +0000
210782d9c6Set the channel as a packet attribute
adamdunkels
2008-08-15 18:59:22 +0000
cab149cad0Moved all rime channel definitions to the shell-rime.h file
adamdunkels
2008-08-15 18:58:42 +0000
d0f8770263Bugfix: dates are now correctly displayed. Capped humidity values at 100%
adamdunkels
2008-08-15 18:47:13 +0000
304a4cfa0bBroke out serial-shell from the shell app into its own app. Project can use the serial-shell to get a shell running over the serial line, just like a project can use the telnetd to get a shell running over Telnet/TCP/IP.
adamdunkels
2008-07-09 20:53:30 +0000
0d87322a18minor documentation update and removed unused function prototypes
nifi
2008-07-09 20:45:06 +0000
329cea44d7Replaced the sky-shell with the new sky-shell-collect and removed sky-shell-collect
adamdunkels
2008-07-09 20:39:27 +0000
2023a692d4Added clock_second() implementation to make th shell work
adamdunkels
2008-07-09 09:34:29 +0000
9a4e5dfabfRewrote the neighbor discovery code so that messages are suppressed if a lower rtmetric is received. This reduces the overall number of broadcast packets.
adamdunkels
2008-07-09 09:33:58 +0000
a40791e6c4Flush energy estimates before reading them
adamdunkels
2008-07-09 09:32:54 +0000
f93f501a4dupdated tr1001_send and tr1001_read to match radio driver api
nifi
2008-07-08 13:22:31 +0000
8db3671d65- Replaced TR1001 statistics with rimestats - Fixed typo in constant name - Changed all occurences of u8_t and u16_t to uint8_t and uint16_t
nifi
2008-07-08 12:27:22 +0000
6e657ad3d8Moved old Makefile from platform/esb to backyard/platform/esb
nifi
2008-07-08 11:21:51 +0000
9318117429Fixed function prototype compiler warning
adamdunkels
2008-07-08 10:59:31 +0000
16f7888b52changed clock resolution to 64 (needs to be a power of 2) and updated uIP settings
nifi
2008-07-08 09:36:48 +0000
8e5d255b5bMoved initialization of the SHT11 until after other initialization: this seems to fix a bug where the SHT11 temperature and humidity values started varying wildly.
adamdunkels
2008-07-08 08:23:24 +0000
ee4862f082Remove XXX todo comment: this has now been fixed
adamdunkels
2008-07-07 23:47:07 +0000
9cc5a0098eUse the clock_second() function to get time in seconds
adamdunkels
2008-07-07 23:46:12 +0000
84e4bf7a15Changed order of initialization to make light sensors work again: a previous change to irq.c seems to have conflicted with light sensor initialization
adamdunkels
2008-07-07 23:44:58 +0000
10f3964be1Added an AJAX-style web server app that continously updates a web page with data from the Tmote Sky on-board sensors
adamdunkels
2008-07-07 23:42:32 +0000
e04e49999dAdded a clock_seconds() function prototype to core/sys/clock.h, that returns seconds in 32 bit format.
adamdunkels
2008-07-07 23:38:46 +0000
fc6d059d24Added a clock_seconds() function prototype to core/sys/clock.h, that returns seconds in 32 bit format. On platforms like the MSP430, which has a 16 bit native datatype, this cannot be implemented with an interrupt tick that increments a 32 bit value because access is not atomic. Instead, the MSP430 code increments 16 bit seconds value and converts this into a 32 bit value through an offset calculation. If the new value is smaller than the last check, the offset is incremented by 65536. This change also means that CLOCK_CONF_SECOND must be a power of two because a modulo operation is used inside the periodic tick interrupt handler.
adamdunkels
2008-07-07 23:38:09 +0000
ba5c18a468Rewrote the trickle code to run directly over the broadcast primitive: the previous implementation did not work as expected, because packets were not supressed correctly by the previous underlying netflood primitive
adamdunkels
2008-07-07 23:29:30 +0000
df33cb6e16Only send ACK if it was possible to allocate a queuebuf to hold the data packet.
adamdunkels
2008-07-07 23:27:57 +0000
4d35b905d3Bugfix: check should cover min(hdrsize, datalen), not max
adamdunkels
2008-07-07 23:27:05 +0000
c0c26262c4No need to send strobes for broadcast packets: just send the actual packet instead
adamdunkels
2008-07-07 23:25:12 +0000
35261f5208Added a function for computing the CRC16 over a portion of data
adamdunkels
2008-07-07 23:24:36 +0000
9f08d7c6deAdd a CRC checksum to all collect packets to ensure that they are valid, even if they are running on top of a radio link with bit errors
adamdunkels
2008-07-07 23:22:59 +0000
144927c12bAdd a CRC checksum to all netcmd packets to ensure that they are valid, even if they are running on top of a radio link with bit errors
adamdunkels
2008-07-07 23:22:38 +0000
ba2323f9edInclude CRC16 library in sources
adamdunkels
2008-07-07 23:21:50 +0000
c60e91bf59Moved Win32 cfs directory functions from cfs-win32.c to cfs-win32-dir.c.
oliverschmidt
2008-07-06 10:24:38 +0000
bf3c92e98cLeverage split of cfs-posix and cfs-posix-dir by reusing cfs-posix for win32 and replacing only cfs-posix-dir with cfs-win32-dir.
oliverschmidt
2008-07-06 08:29:37 +0000