oliverschmidt
|
62e6882946
|
Include slash in CFS web server state field 'filename' (like in the non-CFS web server).
|
2010-04-11 15:19:34 +00:00 |
|
oliverschmidt
|
157a95ef19
|
Reduced code size by removing one PT_WAIT_THREAD call site.
|
2010-04-11 12:29:07 +00:00 |
|
anthony-a
|
04fb6e5b42
|
initial add.
|
2010-04-10 21:18:32 +00:00 |
|
anthony-a
|
3de90a9671
|
fix adc compile errors when HAVE_DMA is not true.
remove reference to brione_lcd.h
turn off DEBUG messages.
|
2010-04-10 19:59:37 +00:00 |
|
nvt-se
|
2e5d97366a
|
ensure matching format and type in debug printf
|
2010-04-09 16:21:07 +00:00 |
|
nvt-se
|
fec9171d5d
|
Print the node ID instead of the first byte in the Rime address. That byte often has the value 0 when using powertrace with IPv6.
|
2010-04-09 15:47:45 +00:00 |
|
nifi
|
1b2f36cdd9
|
Updated to latest announcement API and fixed typo
|
2010-04-09 13:19:05 +00:00 |
|
adamdunkels
|
3670fac618
|
Bugfix: timing fixed
|
2010-04-08 18:23:24 +00:00 |
|
adamdunkels
|
f2bf8965d5
|
MAC sequence number attribute
|
2010-04-08 09:46:30 +00:00 |
|
adamdunkels
|
91ff8574ad
|
Improved handling of duplicate packets
|
2010-04-08 09:32:56 +00:00 |
|
nifi
|
6d9f904627
|
Minor cleanup of the radio logger output (packet description).
|
2010-04-06 23:38:18 +00:00 |
|
nvt-se
|
ac4ba199bc
|
Turn off DEBUG mode by default.
|
2010-04-06 21:37:54 +00:00 |
|
oliverschmidt
|
48f7992a48
|
Minor syntax simplification.
|
2010-04-06 20:41:42 +00:00 |
|
oliverschmidt
|
5a3eb98937
|
Log requests in PETSCII on CBMs in the non-CFS web server (as was already done in the CFS web server).
|
2010-04-06 20:35:40 +00:00 |
|
oliverschmidt
|
186ab03dd2
|
Search for last '.' just like in send_headers().
|
2010-04-06 20:16:25 +00:00 |
|
oliverschmidt
|
37d5c753c0
|
Copy '/404.html' to filename in order to allow send_headers() to send the proper content type.
|
2010-04-06 20:10:45 +00:00 |
|
anthony-a
|
694e1498f4
|
merge change from branch into mainline. <fingers crossed>
|
2010-04-06 19:10:21 +00:00 |
|
nvt-se
|
75dd41601b
|
Added a macro for checking if an address is link local.
|
2010-04-06 16:47:18 +00:00 |
|
oliverschmidt
|
d1c4b4968c
|
Added GIF support to the CFS web server (which was already present in the non-CFS web server).
|
2010-04-06 12:11:41 +00:00 |
|
oliverschmidt
|
69b0727a6d
|
There are no query strings or alike in the CFS web server so the file extensions have to be the actual end of the requested filename.
|
2010-04-06 12:03:18 +00:00 |
|
adamdunkels
|
497111bcc9
|
Added an optional rate limit for broadcast transmissions
|
2010-04-06 11:57:43 +00:00 |
|
oliverschmidt
|
5c75b89ef7
|
Reduced code size by reducing the SEND_STRING call sites.
|
2010-04-06 11:49:47 +00:00 |
|
oliverschmidt
|
4e30e73bdb
|
Activated Platform-specific File System (PFS) for the C128 by default for all programs with R/O CFS access.
|
2010-04-06 10:39:50 +00:00 |
|
oliverschmidt
|
6c4c98644e
|
Activated Platform-specific File System (PFS) for the C64 by default for all programs with R/O CFS access.
|
2010-04-06 10:24:43 +00:00 |
|
oliverschmidt
|
6cbf46eeda
|
Removed 6502-specific files as this example doesn't build on any platform cleanly anyway.
|
2010-04-06 10:21:34 +00:00 |
|
oliverschmidt
|
ce412471e4
|
Integrated latest fix contributed by Kajtar Zsolt.
|
2010-04-06 09:46:58 +00:00 |
|
adamdunkels
|
d9d3f7b6b5
|
Bugfix: don't send packets if they are shorter than the link layer header length
|
2010-04-05 21:05:56 +00:00 |
|
adamdunkels
|
e06a30fdb0
|
Added MAC-layer duplicate message suppression, which is very helpful when running with duty cycling turned off
|
2010-04-05 19:28:07 +00:00 |
|
oliverschmidt
|
f38a3ff06c
|
Added Platform-specific File System (PFS) for the C128 contributed by Kajtar Zsolt.
|
2010-04-05 15:25:49 +00:00 |
|
oliverschmidt
|
21f8e4e982
|
Made MAC_CONF_CHANNEL_CHECK_RATE identical to CLOCK_CONF_SECOND in order to make sure it isn't larger - which causes 'divide by zero' errors.
|
2010-04-05 15:17:22 +00:00 |
|
oliverschmidt
|
9831f02eba
|
Replaced dummy code with code taken from 'native'.
|
2010-04-05 15:13:50 +00:00 |
|
oliverschmidt
|
ffce456612
|
If rtimer_arch_now() is mapped to clock_time() it seems reasonable to map RTIMER_ARCH_SECOND to CLOCK_CONF_SECOND for consistency reasons.
|
2010-04-05 15:10:06 +00:00 |
|
oliverschmidt
|
7089ce05e2
|
Added Platform-specific File System (PFS) for the C64 supporting IDE64 fast R/W contributed by Kajtar Zsolt.
|
2010-04-05 14:11:01 +00:00 |
|
oliverschmidt
|
26e61ac3f7
|
Programs using CFS should #include "cfs.h" ;-)
|
2010-04-05 13:41:29 +00:00 |
|
adamdunkels
|
c68ee6e577
|
Bugfix: memory from the wrong memb was freed.
|
2010-04-04 21:02:09 +00:00 |
|
adamdunkels
|
a4c328785a
|
Small timing tweaks
|
2010-04-04 21:01:24 +00:00 |
|
adamdunkels
|
62039a530d
|
Removed non-existant cooja-debug.h include
|
2010-04-04 12:31:47 +00:00 |
|
adamdunkels
|
5af47a2f0c
|
Latest SVN version of MSPsim
|
2010-04-04 12:31:05 +00:00 |
|
adamdunkels
|
e60afb0888
|
Updated to latest collect-neighbor API
|
2010-04-04 12:30:39 +00:00 |
|
adamdunkels
|
5eb22ad289
|
Print out stack pointer when rebooting node
|
2010-04-04 12:30:10 +00:00 |
|
adamdunkels
|
0ed236e774
|
Bugfix: the clock interrupt now flushes the energy estimator to avoid overflow of the LPM mode
|
2010-04-04 12:29:50 +00:00 |
|
adamdunkels
|
7d6ff0289e
|
Fiddled more with the timing: the phase seems stable now at least. Still bugs left though...
|
2010-04-04 12:28:29 +00:00 |
|
adamdunkels
|
1fa81eac59
|
Print out the name of the radio duty cycling mechanism instead of the MAC
|
2010-04-04 12:27:31 +00:00 |
|
adamdunkels
|
be117afe04
|
After a lot of tweaking and twiddling with the timing of the ContikiMAC code and the mechanisms in the CC2420 driver, things seem to work somewhat stable now - knock on wood!
|
2010-04-04 07:49:30 +00:00 |
|
adamdunkels
|
a637ddaf4e
|
Flush the rxfifo when turning off the radio instead of when turning it on. This seems to fix a bug that was seen in mspsim and seemed to appear on real hardware too.
|
2010-04-03 16:01:00 +00:00 |
|
adamdunkels
|
83eaa70f03
|
Added pending flag
|
2010-04-03 13:34:20 +00:00 |
|
adamdunkels
|
121ca946e1
|
Improved phase lock behaviour when neighbor is not duty cycling: senders notify receivers via the 802.15.4 pending bit that they are not duty cycling. Neighbors then will start sending packets immediately and not wait for neighbors' phase. Tweaking of ContikiMAC timers to make it more reliable.
|
2010-04-03 13:28:30 +00:00 |
|
joxe
|
3a286c4f93
|
improved tunslip6 with support for debug printouts and configuration of IPv6 address
|
2010-04-02 18:17:20 +00:00 |
|
joxe
|
df4247f0c6
|
slightly improved timing on CCA/RSSI in the CC2420 emulation
|
2010-04-01 18:15:05 +00:00 |
|
joxe
|
6ae86d001d
|
made number of phase neighbors configurable
|
2010-04-01 17:17:36 +00:00 |
|