adamdunkels
|
d5851423fd
|
Copied the test code from the sky_shell_collect test, which correctly counts packet receptions and duplicates. Test code is much leaner and meaner now.
|
2011-01-09 23:51:30 +00:00 |
|
adamdunkels
|
148bd60fe1
|
Bugfix: the defensive retransmission timer setting must be made before the packet is transmitted, otherwise the retransmission timer will always be for the defensive retransmit
|
2011-01-09 23:49:27 +00:00 |
|
adamdunkels
|
50a3e6ea23
|
Increased the max ETX to allow for longer paths even with the initial conservative ETX estimate; made collect use announcements by default
|
2011-01-09 23:48:33 +00:00 |
|
adamdunkels
|
acf45ec648
|
Bugfix: memory wasn't freed when a neighbor was dropped from the list. Also increase the max age to 180 minutes to allow for regular beacons to refresh the neighbor before it is dropped.
|
2011-01-09 21:20:05 +00:00 |
|
adamdunkels
|
90dc0ceebf
|
Replaced default link estimator with an exponential weighted moving average, which reduces memory consumption per neighbor.
|
2011-01-09 21:14:22 +00:00 |
|
adamdunkels
|
4e91d9303e
|
Added safeguard timer if the MAC layer would fail to call back after transmission.
|
2011-01-09 21:13:20 +00:00 |
|
adamdunkels
|
cea299d79a
|
Call upper layers even if packet reception failed - this allows the RDC layer to shut off the radio even if a malformed packet was received.
|
2011-01-09 21:09:28 +00:00 |
|
adamdunkels
|
026076e1f4
|
Moved packet structure into its own header file
|
2011-01-09 21:08:30 +00:00 |
|
adamdunkels
|
a0960154ba
|
Cleaned up parts of the code; added comments
|
2011-01-09 21:07:01 +00:00 |
|
adamdunkels
|
a29d56874a
|
Timesynch is now on 32768 Hz clock instead of 8192 Hz.
|
2011-01-09 21:06:10 +00:00 |
|
adamdunkels
|
34f2d3e025
|
Disable timesynch by default - it is not well-tested enough yet.
|
2011-01-09 21:04:14 +00:00 |
|
adamdunkels
|
a6fe42f60f
|
Restart CC2420 SFD interrupt after DCO calibration only if it is enabled.
|
2011-01-09 21:03:42 +00:00 |
|
adamdunkels
|
f002563e60
|
Tx on interrupts occasionally misses characters on output. Therefore we turn it off by default.
|
2011-01-09 20:44:14 +00:00 |
|
nvt-se
|
540675bc6a
|
Updated the announcement example to follow the current API.
|
2011-01-07 23:23:31 +00:00 |
|
nifi
|
f3d22e6287
|
dos2unix conversion
|
2011-01-07 11:55:36 +00:00 |
|
ksb
|
eb24078ffb
|
Converted CRLF line endings to LF
|
2011-01-05 17:16:42 +00:00 |
|
nvt-se
|
4003c3a8c9
|
do2unix conversion
|
2011-01-05 17:02:15 +00:00 |
|
nvt-se
|
30f5e29db7
|
dos2unix conversion
|
2011-01-05 17:01:03 +00:00 |
|
joxe
|
5b7b3da99c
|
minor fixes of DMA uart code
|
2011-01-05 13:36:38 +00:00 |
|
joxe
|
2e1c856741
|
added support for avoiding sleeping in LPM3 when DCO needs to be running - needed for uart DMA
|
2011-01-05 12:04:23 +00:00 |
|
joxe
|
565fda47aa
|
added initial uart1 DMA rx support and required LPM requirements api
|
2011-01-05 12:02:01 +00:00 |
|
joxe
|
65048c519c
|
removed some void * casts in uip code
|
2011-01-04 22:11:37 +00:00 |
|
nvt-se
|
7a43b7d832
|
Configuration of the objective function made easier. Updated OF0 to the new rank calculation.
|
2011-01-04 20:43:28 +00:00 |
|
joxe
|
b2296e462b
|
removed void * + changed ux_t to uintx_t
|
2011-01-04 20:22:21 +00:00 |
|
oliverschmidt
|
3ed0411387
|
Adjusted contiki.cfg offset due to increased size of Breadbox64.
|
2011-01-04 11:53:07 +00:00 |
|
oliverschmidt
|
0e8773a619
|
Minor fix.
|
2011-01-04 11:52:12 +00:00 |
|
doganyazar
|
b0236dd204
|
Added support for Uri_Query option
|
2011-01-03 23:49:16 +00:00 |
|
doganyazar
|
0630e0c465
|
Mentioned Matthias Kovatsch's CoAP Firefox plugin as an example CoAP client.
|
2011-01-03 22:31:57 +00:00 |
|
doganyazar
|
5fcfd826bd
|
Minor modification in .well-known/core service after the comments of Matthias Kovatsch.
|
2011-01-03 22:25:04 +00:00 |
|
doganyazar
|
a81efabfb5
|
Clarification in README
|
2011-01-03 22:19:32 +00:00 |
|
dak664
|
3c3cd868cd
|
Allow shorter UIP_CONF_WAIT_TIMEOUT for more aggressive power saving modes.
|
2010-12-24 00:39:04 +00:00 |
|
dak664
|
8b5577eca2
|
Patch from Roger Larsson to answer mac address request, for testing autoconfigure.
|
2010-12-23 22:38:47 +00:00 |
|
dak664
|
90a6d768ea
|
Keep track of sleeptime and display on status web page.
|
2010-12-23 19:41:07 +00:00 |
|
dak664
|
662b0e064c
|
Revert Larsson patch, setting this to 0x3f truncated jackdaw Tx packets to 64 bytes.
|
2010-12-22 22:49:16 +00:00 |
|
dak664
|
26cebb6436
|
Show avr-size once and only once regradless of whether recompilation is needed.
|
2010-12-22 22:47:33 +00:00 |
|
dak664
|
95982b40ba
|
$make will show avr-size once and only once whether or not a build needs to occur.
|
2010-12-22 21:13:09 +00:00 |
|
dak664
|
5b8e62ef4f
|
Patches from R Larsson
|
2010-12-22 20:10:00 +00:00 |
|
dak664
|
013c3ac2f8
|
Remove contitional on clock updating, it should always be done after a sleep!
|
2010-12-22 17:09:03 +00:00 |
|
dak664
|
44a2e34005
|
Resolve TIMER2 conflict between sleep and possible clock usage.
|
2010-12-22 16:50:30 +00:00 |
|
dak664
|
e3e1e04948
|
Add FCS comments and text2pcap dump routines of Roger Larsson.
Don't send last two byte to xmit buffer since they will be overwritten by the checksum anyway.
|
2010-12-21 04:25:15 +00:00 |
|
dak664
|
7b7ad4336e
|
Send text following ? in GET to Raven LCD
|
2010-12-20 20:06:06 +00:00 |
|
dak664
|
ac68ced90a
|
Add polyphonic ringtones for received messages.
|
2010-12-20 20:03:56 +00:00 |
|
dak664
|
8af150ec0b
|
Send temperature and voltage to 1294p webserver on startup by default.
|
2010-12-20 19:58:42 +00:00 |
|
dak664
|
b87694e272
|
Update documentation
|
2010-12-19 17:13:29 +00:00 |
|
dak664
|
6d1c060564
|
Modify menu chart for sleep and doze, add raven picture for doxygen
|
2010-12-19 17:12:13 +00:00 |
|
dak664
|
b438b78097
|
Fix configuration for RPL build (no packet queuing, default no TCP)
|
2010-12-18 22:37:02 +00:00 |
|
dak664
|
322d835fee
|
Fix avr-gcc compiler warnings
|
2010-12-18 22:12:53 +00:00 |
|
dak664
|
9575daede2
|
Add working cx-max configuration values.
|
2010-12-18 20:53:36 +00:00 |
|
dak664
|
e4b0b3dc8c
|
Disable watchdog software counter. Nested watchdog stop/starts will not work, but the low power protocols will.
|
2010-12-18 20:51:11 +00:00 |
|
dak664
|
5623ad827b
|
Enable radio off and sleep modes.
|
2010-12-18 20:49:00 +00:00 |
|