David Kopf
46de21e771
Allow ipv6 builds on win32 platform. (webserver6 builds with cygwin, needs changes for VC++ compiler)
2011-06-28 08:24:23 -04:00
David Kopf
c48b7ab78d
Add RPL nodes and border router to minimal-net platform (cygwin only)
2011-06-28 08:19:48 -04:00
Nicolas Tsiftes
a92b31ad21
Minor style improvement.
2011-06-23 15:21:20 +02:00
Nicolas Tsiftes
6749281a87
Rediscover lost routes when forwarding packets. Also refresh route entries when sending packets through them. Patch from Jaroslav Meduna.
2011-06-23 14:45:11 +02:00
Nicolas Tsiftes
17da1fb933
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
2011-06-23 13:47:50 +02:00
David Kopf
6b434a553f
Implement SRAM routine of Georg von Zengen
2011-06-21 13:03:58 -04:00
HATATANI Shinta
47af2f26e4
Now iris port works with tunslip6 (Thanks to Suhas K)
2011-06-20 21:47:29 +09:00
Niclas Finne
28b0479c06
Added optional address filtering
2011-06-15 17:51:57 +02:00
Niclas Finne
e8a96dc202
Bug fix: update packet attributes in queued packets in CSMA instead of doing a full packetbuf copy after transmissions. The lower layers often add their own headers to packetbuf.
2011-06-15 16:10:07 +02:00
HATATANI Shinta
8f30113c50
IRIS port is working with uIPv6
2011-06-15 22:23:28 +09:00
HATATANI Shinta
cae1e122e8
create iris directory
2011-06-15 22:23:27 +09:00
Joakim Eriksson
6a1469aeb2
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
2011-06-14 23:49:51 +02:00
Joakim Eriksson
1aad1e66c1
fixed bug in UDP packet handling
2011-06-14 23:46:38 +02:00
Nicolas Tsiftes
3f72907b41
Made the file size configurable.
2011-06-14 17:14:30 +02:00
Nicolas Tsiftes
ddd245ed15
Added streaming mode for page updates. Rewrote and removed some legacy code. Improved error checks and comments.
2011-06-14 17:12:15 +02:00
Nicolas Tsiftes
48e6e801c2
Removed redundant tokens at the end of preprocessor conditions
2011-06-10 17:44:48 +02:00
Nicolas Tsiftes
ce909a97e6
Removed unread stack variable
2011-06-10 17:41:46 +02:00
Niclas Finne
4bac5ac7b9
updated to latest version of MSPSim with improved support for Dwarf
2011-06-09 01:29:59 +02:00
dak664
d6db9e4e86
Add project-conf.h to platform contiki-conf.h files.
...
Fix jackdaw comments.
2011-06-08 09:12:57 -04:00
Niclas Finne
154f971b2b
collect_send() should return 0 if the packet could not be enqueued to be sent
2011-06-07 19:45:41 +02:00
Niclas Finne
dc426d789b
msp430.h has been merged with msp430def.h for code to compile with IAR compiler
2011-06-07 18:54:57 +02:00
Joakim Eriksson
cfbcf8725c
added line to parse when receiving UDP packets
2011-06-07 17:28:22 +02:00
Niclas Finne
86169177c5
Started on UDP server support for CollectView
2011-06-07 17:28:09 +02:00
Joakim Eriksson
af601dfb23
improved support for IAR compiler for z1
2011-06-05 00:21:47 +02:00
Joakim Eriksson
d980c0db16
added delays in CC2420 to avoid risk of configuring before CC2420 is powered on
2011-06-05 00:20:25 +02:00
Joakim Eriksson
966c21c744
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
2011-06-05 00:16:43 +02:00
Joakim Eriksson
e511c6a930
added debug to sht11 driver and made it more configurable
2011-06-05 00:15:53 +02:00
Mariano Alvira
14e06a0f42
Added some code to avoid the generation of pcap files starting directly with a
...
payload
2011-06-02 07:27:21 -04:00
Mariano Alvira
33b32c61e9
Only insert an ack packet if the ack request bit is set
2011-06-01 13:47:05 -04:00
Fredrik Osterlind
5636b019b3
enables sharing mote-specific properties
2011-05-31 12:51:01 +02:00
Salvatore Pitrulli
7043c25cd9
Bugfix in page layout for mb851-websense example.
2011-05-28 12:50:12 +02:00
Salvatore Pitrulli
efffaac0ff
Changed default size of uIP buffer and removed serial line input for mb851-websense example.
2011-05-28 12:50:10 +02:00
Salvatore Pitrulli
f8b07cdf64
Added warning messages.
2011-05-28 12:50:08 +02:00
Salvatore Pitrulli
dcd22c99a1
wpcapslip6 now works on Windows XP too (not only Vista or 7).
...
Added function for IP packet processing, that performs a translation of
link layer addresses inside IPv6 NAs from EUI-64 into EUI-48 format.
2011-05-28 12:50:06 +02:00
Mariano Alvira
cb29a9c667
add leds and button capabilities to the econotag.
2011-05-27 11:01:54 -04:00
Mariano Alvira
97f70a2334
group light and leds together; use PLATFORM_HAS defines
2011-05-27 11:00:24 -04:00
Joakim Eriksson
77ec0bfa0f
fixed the z1 platform and generic code used by z1 to work with IAR compiler
2011-05-25 17:21:51 +02:00
Mariano Alvira
0becce7f00
adc data.
...
Documents about 2.7% gain error and 8 code offset.
Also documents flattening out at the region near VrefH.
2011-05-25 10:50:59 -04:00
Mariano Alvira
be19096937
add index option to burn-mac and changes burn-macs to use burn-mac.
2011-05-23 13:46:41 -04:00
Oliver Schmidt
c48f8fd39a
Keep gcc 4.x from complaining about 'lvalue required as increment operand'.
2011-05-22 23:08:40 +02:00
Oliver Schmidt
4af9f534cc
Added the Telnet server to the examples supported by cc65.
2011-05-21 23:24:55 +02:00
Oliver Schmidt
baae42b2f8
Made DNS optional - just like the other web clients.
2011-05-21 22:33:18 +02:00
Oliver Schmidt
d4f49fa204
Added explicit rejection of multiple connections.
...
Although a simple solution the recently introduced approach to just not listen to incoming connetions if there's already one has the downside that one doesn't know if a connection fails because the server is down or becuase there's a connection.
Therefore now connections are always accepted but after sending a message to the user and waiting a few seconds they are closed.
The appstate is used used in a somewhat unusual way here: The one and only "active" connection has an appstate of 0. For all other connections the appstate is initially set to 1. Then it is increased on every uIP poll until it reaches 10, which triggers the connection close. This somewhat hacky approach allows to keep track of the rejected sessions without any additional state variables and/or timers.
2011-05-21 21:03:04 +02:00
Oliver Schmidt
8c00be1a56
Minor beautification / optmization of prompt / banner custimization.
2011-05-21 20:52:00 +02:00
Oliver Schmidt
3d9771403e
Merge remote-tracking branch 'origin/master'
2011-05-21 11:50:56 +02:00
Oliver Schmidt
ff9dd0fce4
Improved shell banner / prompt customization.
...
Working with string-type macros on cmdlines is a pain in the nack so rather go for global string constants activated by simple flag-type macros.
2011-05-21 11:48:50 +02:00
Niclas Finne
374722b2e0
Added resource definition for leds and button
2011-05-20 14:27:53 +02:00
dak664
3cde7e58e3
Format debug packet output for Wireshark import, as default.
2011-05-18 12:48:02 -04:00
dak664
580efaa412
Fix compiler warning for unused variable
2011-05-18 11:22:25 -04:00
dak664
55c1ce6e93
Fix ip4 hello-world build
2011-05-18 11:09:16 -04:00