adamdunkels
|
ceb2554d2f
|
Enabled the SHT11 register readout to allow reading the low-voltage indicator bit
|
2008-11-10 21:10:36 +00:00 |
|
oliverschmidt
|
75ffd0640c
|
Inform user about (most likely unintentional) call of dummy_tcpip_output_function.
|
2008-11-10 21:00:53 +00:00 |
|
adamdunkels
|
3b283a5ff3
|
Added dummy function so that tcpip_output() always is defined, even if tcpip_set_outputfunc() never has been called. This fixes a bug with programs attempting to use the network when compiled for the native platform.
|
2008-11-09 12:29:24 +00:00 |
|
adamdunkels
|
312afede00
|
Bumber version number to 2.2.2
|
2008-11-09 12:28:28 +00:00 |
|
adamdunkels
|
5243d58ac5
|
Added logic for announcing that a network has a gateway to the outside world (with the function uip_over_mesh_make_announced_gateway()). The announced gateway sends a trickle message to the network, containing the address of the gateway. Other nodes will then know that packets destined to the outside world should go through the gateway node.
|
2008-11-09 12:20:56 +00:00 |
|
adamdunkels
|
8851a6359a
|
Remove unguarded printf()
|
2008-11-09 12:16:05 +00:00 |
|
oliverschmidt
|
28889f2210
|
Commented out otherwise unguarded printf().
|
2008-11-06 23:15:58 +00:00 |
|
nvt-se
|
0c4f7bed8f
|
temporary fix to get sicslowpan.c working on the Sky platform:
conventional MAC implementations require a call to the MAC driver's
read function.
|
2008-11-06 20:45:06 +00:00 |
|
adamdunkels
|
a42311dc7e
|
Only process incoming data if the process is polled. Compile checksum checks only for IPv4.
|
2008-11-06 08:18:29 +00:00 |
|
nvt-se
|
da7877e8ab
|
corrected macro name
|
2008-11-05 19:34:36 +00:00 |
|
nvt-se
|
a1ea7cbe3e
|
generalized log buffer adjustments into functions. simplified next_log_record
usage.
|
2008-11-04 23:30:47 +00:00 |
|
nvt-se
|
6ca91f1271
|
revoked accidental renaming om dir cache entries.
|
2008-11-04 23:12:44 +00:00 |
|
nvt-se
|
e6a7089942
|
refactored the code and reduced the ROM size a few dozen of bytes
|
2008-11-04 23:09:55 +00:00 |
|
nvt-se
|
ae8c93d0aa
|
cut 500 bytes of ROM size.
|
2008-11-04 17:48:36 +00:00 |
|
nvt-se
|
1309cb474d
|
removed redundant code
|
2008-11-04 17:23:59 +00:00 |
|
nvt-se
|
becfecfe1b
|
reduced rom size by ~40 bytes
|
2008-11-04 16:58:52 +00:00 |
|
nvt-se
|
a6a17bc52c
|
optimized the merge log operation and fixed a fd update bug.
|
2008-11-04 15:49:54 +00:00 |
|
nvt-se
|
71d01a44a1
|
adjust read chunk size according to log entry size
|
2008-11-03 20:21:43 +00:00 |
|
nvt-se
|
fff8b46110
|
fixed a buffer bug with the micro logs
|
2008-11-03 16:58:18 +00:00 |
|
nvt-se
|
a6afeb2de6
|
fixed bug with dislocated end of file search
|
2008-11-03 15:13:13 +00:00 |
|
adamdunkels
|
d73124cc5e
|
Bugfix: there was a problem with TCP segments not being properly retransmitted for protosockets-based applications. Cleaning up the logic around acknowledgements and retransmissions fixed the bugs pertaining to retransmissions of lost packets. This bugfix affects both the telnet server and the web server (which now work as expected wrt packet loss).
|
2008-10-31 18:10:24 +00:00 |
|
nvt-se
|
afeedb1f2b
|
fixed compiler warnings that were introduced with the new reserve function.
|
2008-10-29 15:36:21 +00:00 |
|
nvt-se
|
e15fbdbd40
|
allow duplicate reservations when flushing the log.
|
2008-10-28 14:47:50 +00:00 |
|
nvt-se
|
f05ccac0a7
|
documented the extra Coffee functions.
|
2008-10-21 13:39:56 +00:00 |
|
nvt-se
|
b591bb1b72
|
read as much as possible, even when reading log records.
|
2008-10-21 13:26:24 +00:00 |
|
adamdunkels
|
f623b81d59
|
Temporarily out-commented the problematic code and added a comment that describes the problem
|
2008-10-17 14:40:16 +00:00 |
|
nvt-se
|
7d07a7f65d
|
prohibit 0-sized log entries.
|
2008-10-16 13:17:27 +00:00 |
|
nvt-se
|
8bb7e37baf
|
- new log semantics: read the previous log entry only if the new one doesn't completely overshadow it.
- bug fix: prohibit file reservations with names that already exist.
|
2008-10-16 12:54:36 +00:00 |
|
nvt-se
|
77c72f4588
|
improved log write semantics on configured logs.
|
2008-10-16 09:58:57 +00:00 |
|
mdurvy
|
75f036f698
|
uncommented the remove of the router (necessary for compliance)
|
2008-10-16 09:07:43 +00:00 |
|
blakelev
|
99f6932cdf
|
Removed one line to prevent the default router from being removed
prematurely. This timer should not time out, but it does.
|
2008-10-15 23:29:38 +00:00 |
|
nvt-se
|
0a6ae9b7aa
|
fixed documentation typos
|
2008-10-15 14:17:28 +00:00 |
|
nvt-se
|
ccd492f687
|
sanity check on configure_log parameters
|
2008-10-15 13:57:30 +00:00 |
|
adamdunkels
|
adc57729c3
|
struct uip_udp_conn should be declared even if UIP_UDP is zero (it does not add any extra code)
|
2008-10-15 08:56:44 +00:00 |
|
adamdunkels
|
e931260603
|
Added more curly brackets to ensure ANSI C compliance when UIP_TCP is defined;
|
2008-10-15 08:52:30 +00:00 |
|
adamdunkels
|
6a3565f5b6
|
Added an #if around the whole code if IPv6 is defined
|
2008-10-15 08:08:32 +00:00 |
|
adamdunkels
|
91910f82dd
|
added curly brackets to ensure ANSI C compliance when UIP_TCP is defined; some automatic whitespace removal
|
2008-10-15 07:59:34 +00:00 |
|
adamdunkels
|
647443cb9d
|
Added payload field to ICMP v4 header that was inadvertedly removed during the uIPv6 commits; automatic whitespace removal at line ends
|
2008-10-15 07:55:00 +00:00 |
|
julienabeille
|
2238f2e7da
|
Debugged autoconf for ethernet
|
2008-10-14 16:50:11 +00:00 |
|
julienabeille
|
4f9bc05f90
|
ping-ipv6 example compiles on native cygwin
|
2008-10-14 13:39:12 +00:00 |
|
nvt-se
|
b693690fbe
|
added parameter descriptions
|
2008-10-14 13:27:55 +00:00 |
|
nvt-se
|
775b8b4ae5
|
fixed documentation typos.
|
2008-10-14 12:46:39 +00:00 |
|
adamdunkels
|
fc1a8575d6
|
Removed unused include files (also automatically removed whitespace from line endings)
|
2008-10-14 12:26:18 +00:00 |
|
julienabeille
|
2e8264010b
|
Main uIPv6 files addition - more
|
2008-10-14 09:42:33 +00:00 |
|
julienabeille
|
f95cdc5abb
|
Main uIPv6 files addition
|
2008-10-14 09:40:56 +00:00 |
|
nvt-se
|
10639bc982
|
use abstract types for offsets and pages so that we can easily port it to
very large or small memories.
|
2008-10-03 19:27:28 +00:00 |
|
nvt-se
|
ebeb0b1452
|
use unsigned long since clock_seconds() returns that.
|
2008-10-02 15:04:37 +00:00 |
|
nvt-se
|
87a136d33a
|
a timer of seconds
|
2008-10-02 10:17:48 +00:00 |
|
joxe
|
193bbc9ffa
|
fixed energest to always add positive values and to use all bits, removed energest arch
|
2008-09-29 11:44:37 +00:00 |
|
joxe
|
673d73bfa3
|
added energest on all parts of leds API and some cleanup
|
2008-09-29 11:35:28 +00:00 |
|
nvt-se
|
7f3e81f5d3
|
fixed file descriptor leakage and erroneous flag setting.
|
2008-09-21 16:07:26 +00:00 |
|
nvt-se
|
9e7add658b
|
corrected assignments.
|
2008-09-21 15:30:51 +00:00 |
|
nvt-se
|
ac6ce4cbf1
|
increased sequential read performance by eliminating a header reading.
|
2008-09-21 15:01:48 +00:00 |
|
nvt-se
|
4b6abd4fb7
|
bug fixes:
- close all file descriptors after formatting.
- do not increase file size when flushing the log.
- make sure that the fd is positive in FD_VALID.
|
2008-09-21 12:49:08 +00:00 |
|
adamdunkels
|
f127b3e24c
|
Added a timer_remaining() function that returns the time until the timer expires
|
2008-09-21 08:58:05 +00:00 |
|
adamdunkels
|
7b238a91af
|
Don't turn on the radio on after sending a broadcast
|
2008-09-04 17:44:01 +00:00 |
|
nvt-se
|
195062416e
|
corrected parameter type
|
2008-08-28 14:32:53 +00:00 |
|
nvt-se
|
86bce2636d
|
fixed bug with eof hint
|
2008-08-28 14:31:10 +00:00 |
|
nvt-se
|
f122654317
|
the isolated flag must have higher precedence than the obsolete flag
|
2008-08-28 12:50:09 +00:00 |
|
adamdunkels
|
45e2f10989
|
Constness
|
2008-08-26 21:46:06 +00:00 |
|
adamdunkels
|
6a460fecdd
|
There 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.
|
2008-08-26 21:44:03 +00:00 |
|
nvt-se
|
e483f335ce
|
activated EOF hints and fixed a bug in the garbage collector.
|
2008-08-25 09:57:38 +00:00 |
|
adamdunkels
|
c6c11d1245
|
2.2 -> 2.2.1
|
2008-08-18 08:40:16 +00:00 |
|
nvt-se
|
8b7e743921
|
Enforce the number of pages in a sector to be a power of two.
|
2008-08-15 22:38:43 +00:00 |
|
adamdunkels
|
a6148ac3d0
|
Moved unused code to backyard
|
2008-08-15 19:57:13 +00:00 |
|
adamdunkels
|
41dcd78c8b
|
Improved debugging output
|
2008-08-15 19:28:33 +00:00 |
|
adamdunkels
|
9324dc1e7d
|
Hardy 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.
|
2008-08-15 19:16:09 +00:00 |
|
adamdunkels
|
2f81a0463a
|
Moved unused malloc code to backyard directory
|
2008-08-15 19:05:16 +00:00 |
|
adamdunkels
|
31509ad726
|
Fixed 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.
|
2008-08-15 19:00:38 +00:00 |
|
adamdunkels
|
210782d9c6
|
Set the channel as a packet attribute
|
2008-08-15 18:59:22 +00:00 |
|
nvt-se
|
c36a0a33fc
|
Improved the performance of the garbage collector and the algorithm for
finding contiguous pages.
Adjusted the file header and added a validity indicator.
Removed some redundant code and fixes minor issues in the text.
|
2008-08-15 12:34:56 +00:00 |
|
nvt-se
|
2b68f88e77
|
moved platform independent definitions
|
2008-07-11 21:39:26 +00:00 |
|
nvt-se
|
e8a85b3726
|
moved platform independent code to the right place
|
2008-07-11 21:35:10 +00:00 |
|
adamdunkels
|
4875d5926d
|
Added CCIF to make clock_seconds() function name visible for win32
|
2008-07-10 17:09:32 +00:00 |
|
adamdunkels
|
3cef1046c9
|
2.1 -> 2.2
|
2008-07-09 23:04:43 +00:00 |
|
adamdunkels
|
8835868590
|
Moved to core/net/rime long ago...
|
2008-07-09 22:14:34 +00:00 |
|
adamdunkels
|
4fe5b37d87
|
Added debugging statements
|
2008-07-09 20:56:25 +00:00 |
|
adamdunkels
|
9a4e5dfabf
|
Rewrote the neighbor discovery code so that messages are suppressed if a lower rtmetric is received. This reduces the overall number of broadcast packets.
|
2008-07-09 09:33:58 +00:00 |
|
adamdunkels
|
9318117429
|
Fixed function prototype compiler warning
|
2008-07-08 10:59:31 +00:00 |
|
adamdunkels
|
f58b387bd3
|
Code style fixes
|
2008-07-08 08:23:47 +00:00 |
|
adamdunkels
|
e04e49999d
|
Added a clock_seconds() function prototype to core/sys/clock.h, that returns seconds in 32 bit format.
|
2008-07-07 23:38:46 +00:00 |
|
adamdunkels
|
ba5c18a468
|
Rewrote 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
|
2008-07-07 23:29:30 +00:00 |
|
adamdunkels
|
df33cb6e16
|
Only send ACK if it was possible to allocate a queuebuf to hold the data packet.
|
2008-07-07 23:27:57 +00:00 |
|
adamdunkels
|
4d35b905d3
|
Bugfix: check should cover min(hdrsize, datalen), not max
|
2008-07-07 23:27:05 +00:00 |
|
adamdunkels
|
c0c26262c4
|
No need to send strobes for broadcast packets: just send the actual packet instead
|
2008-07-07 23:25:12 +00:00 |
|
adamdunkels
|
35261f5208
|
Added a function for computing the CRC16 over a portion of data
|
2008-07-07 23:24:36 +00:00 |
|
oliverschmidt
|
5ac52ec4d1
|
Added VC++ compatibility.
|
2008-07-06 11:08:07 +00:00 |
|
nvt-se
|
671f5c6393
|
Major performance boost to directory listings and non-cached file openings.
|
2008-07-04 02:54:30 +00:00 |
|
nvt-se
|
45c6d92377
|
exclude log files from directory list
|
2008-07-03 23:50:54 +00:00 |
|
nvt-se
|
3fc9c96ac2
|
should be comparison, not assignment
|
2008-07-03 23:41:28 +00:00 |
|
adamdunkels
|
985fb009bf
|
Rename static function log2 to ilog2 to avoid clashes (and compiler warnings) with built-in function called log2
|
2008-07-03 23:40:12 +00:00 |
|
adamdunkels
|
1f005b6299
|
Moved energest.{c,h} from core/lib to core/sys: power profiling is a system mechanism, not a library
|
2008-07-03 23:36:30 +00:00 |
|
nvt-se
|
8f64a71362
|
Simplified file finding code.
Renamed fd_set to coffee_fd_set in order to avoid name clash on the native
platform.
|
2008-07-03 23:29:58 +00:00 |
|
adamdunkels
|
cfcdac3122
|
Avoid crashing if Rime/Chameleon is not initialized when Rime code is run
|
2008-07-03 23:13:31 +00:00 |
|
adamdunkels
|
51f4ab8b2c
|
Changed type from off_t (that potentially conflicts with existing types.h typedefs) to unsigned long
|
2008-07-03 23:12:10 +00:00 |
|
nvt-se
|
379b09d576
|
Fixed bug that occured after the node had been rebooted.
|
2008-07-03 22:59:10 +00:00 |
|
adamdunkels
|
4687c2c948
|
Renamed Rime module mh to multihop
|
2008-07-03 22:36:02 +00:00 |
|
adamdunkels
|
d9b3097037
|
Renamed Rime nf module to netflood
|
2008-07-03 22:25:22 +00:00 |
|
adamdunkels
|
ec22f3c2fc
|
Renamed Rime nf module to netflood
|
2008-07-03 22:02:09 +00:00 |
|
adamdunkels
|
c2c3835110
|
Changed name of Rime module ruc to unicast
|
2008-07-03 21:52:25 +00:00 |
|