adamdunkels
|
3415ff26bd
|
Added CC2420 checksums to non-ipv6 packets. Set a conservative TCP MSS
|
2009-04-10 00:39:19 +00:00 |
|
adamdunkels
|
ef4f5cc0e5
|
Made TCP MSS configurable
|
2009-04-10 00:37:48 +00:00 |
|
nifi
|
7b34c4114c
|
restored IP addresses
|
2009-04-09 23:10:43 +00:00 |
|
nifi
|
7b03d80974
|
added test script and info for ipv6 routing multihop simulation
|
2009-04-09 22:45:32 +00:00 |
|
nvt-se
|
670311f16c
|
added ipv6 routing simulation with multiple hops.
|
2009-04-09 22:07:28 +00:00 |
|
nifi
|
84b38de494
|
removed bitfields for compatibility with cc65
|
2009-04-09 21:54:09 +00:00 |
|
nvt-se
|
73d5025e04
|
changed udp examples into a client and a server, added multi-hop routing,
clarified the code.
|
2009-04-09 21:35:38 +00:00 |
|
fros4943
|
692dd2cb4b
|
do not convert packet is bad length is set in cc2420 fifo
|
2009-04-09 17:41:29 +00:00 |
|
Mariano Alvira
|
d258688e47
|
moved ws.dis to a safer place (away from distclean)
|
2009-04-08 19:20:07 -04:00 |
|
Mariano Alvira
|
f2a0716a29
|
doesn't work. best guess so far.
|
2009-04-08 18:14:58 -04:00 |
|
Mariano Alvira
|
9408a2db9d
|
addes a disassembly of something that works.
|
2009-04-08 15:50:00 -04:00 |
|
nvt-se
|
172ffb74c7
|
fix compiler warnings. patch from Jesper Karlsson.
|
2009-04-08 14:56:00 +00:00 |
|
Mariano Alvira
|
6037cccf82
|
next debugging steps
|
2009-04-08 07:12:15 -04:00 |
|
Mariano Alvira
|
5144fe36dd
|
fill with the magic data... going to try this in place of their radio
init and see if that gets there board working.
|
2009-04-07 18:52:12 -04:00 |
|
Mariano Alvira
|
bd459e187f
|
found some magic data. best guess so far.
|
2009-04-07 18:19:00 -04:00 |
|
nvt-se
|
2eaec8d38a
|
print the file version more seldom.
|
2009-04-07 15:14:17 +00:00 |
|
nvt-se
|
ddbc5a9555
|
send only packets in the request set. reset the request set immediately
after sending the packets.
|
2009-04-07 14:07:39 +00:00 |
|
Mariano Alvira
|
7c55a53876
|
added maca files that got missed.
|
2009-04-07 09:33:04 -04:00 |
|
adamdunkels
|
f5f52ffd1f
|
Fixes by Ward Van Heddeghem (VUB)
|
2009-04-07 13:06:03 +00:00 |
|
nvt-se
|
03cd533712
|
made LISTEN_TIME and OFF_TIME configurable.
|
2009-04-07 11:29:08 +00:00 |
|
nifi
|
a3777852d4
|
* Corrected address for setting key 1
* Added missing include
|
2009-04-07 09:22:58 +00:00 |
|
adamdunkels
|
5d8d7844bb
|
Avoid alignment problems by copying the crc from the header field into a local variable
|
2009-04-06 23:29:31 +00:00 |
|
adamdunkels
|
5e456aea7d
|
Added optimization for sending ACKs immediately. Turned optimizations on. Increased listening time to 1/64 s again due to problems with broadcasts with the 1/128 s setting
|
2009-04-06 22:50:35 +00:00 |
|
adamdunkels
|
ace6567815
|
Added a timer that randomizes the retransmission of an incoming new trickle version to avoid broadcast collisions
|
2009-04-06 21:20:35 +00:00 |
|
adamdunkels
|
be1c8ccec9
|
Added debug printouts
|
2009-04-06 21:19:34 +00:00 |
|
adamdunkels
|
d02ac74bbc
|
Increased size of temporary stack value to avoid overflowing when computation is done with 8-bit integers
|
2009-04-06 21:19:00 +00:00 |
|
adamdunkels
|
d298fcbbd0
|
Changed name of the internal struct memb_blocks to struct memb for consistency
|
2009-04-06 21:18:03 +00:00 |
|
adamdunkels
|
01d39d4149
|
Made sure netcmds are null-terminated
|
2009-04-06 21:17:34 +00:00 |
|
nifi
|
b41b79e3a9
|
Disable timestamp when using 802.15.4 frames (CC2420_CONF_TIMESTAMPS adds timestamp to radio packets).
|
2009-04-06 17:18:20 +00:00 |
|
nifi
|
900d8d8e17
|
changed to use HC01 compression for uip6
|
2009-04-06 16:01:11 +00:00 |
|
nifi
|
000f740adc
|
typo
|
2009-04-06 15:54:07 +00:00 |
|
nifi
|
8b41f3a6a8
|
set rime addr size to 8 for uip6, restored clock resolution
|
2009-04-06 14:59:49 +00:00 |
|
nifi
|
76b7bf43d0
|
added setup for uip6 with 802.15.4 frames and routing using Rime
|
2009-04-06 14:12:58 +00:00 |
|
nifi
|
eab96e9b53
|
added rime-udp.c
|
2009-04-06 14:10:57 +00:00 |
|
nifi
|
a36e529df1
|
added configuration for panid
|
2009-04-06 13:31:00 +00:00 |
|
nvt-se
|
d6869018c7
|
turned off debugging.
|
2009-04-06 13:27:37 +00:00 |
|
nvt-se
|
f53560f6a5
|
enabled multihop routing, increased uip buffer size.
|
2009-04-06 13:23:14 +00:00 |
|
nvt-se
|
d15b19b09c
|
added net/routing to dir to CONTIKIDIRS and included Makefile.routing
|
2009-04-06 13:20:34 +00:00 |
|
nifi
|
9f2ff48fda
|
added 802.15.4 frame packeter
|
2009-04-06 13:19:03 +00:00 |
|
nvt-se
|
3b2ad9cfc4
|
added packet forwarding and replaceable routing modules.
|
2009-04-06 13:18:50 +00:00 |
|
nvt-se
|
461ba4082c
|
in case UIP_CONF_ROUTING is set, check if we have a registered routing
module and use it for looking up the next hop of an address.
|
2009-04-06 13:18:12 +00:00 |
|
nvt-se
|
faf083f09d
|
save copy of a rime address that points to a packet buffer, since the
packet buffer is cleared and overwritten before the address usage is done.
|
2009-04-06 13:16:39 +00:00 |
|
nvt-se
|
c531f25c94
|
A module that enables Rime to run over UDP.
|
2009-04-06 13:13:26 +00:00 |
|
nvt-se
|
005578a722
|
added multihop routing support through replaceable modules. first implementation
uses rime's route discovery by translating between ipv6 and rime addresses.
|
2009-04-06 13:11:25 +00:00 |
|
nifi
|
4bc60d76d3
|
fixed alignment problem on MSP430 when using compression
|
2009-04-06 13:11:20 +00:00 |
|
nifi
|
1c6264fddc
|
reordered build path to use cpu files before core
|
2009-04-06 13:10:14 +00:00 |
|
nifi
|
43c2ccf5d8
|
fixed clock_seconds to use full 32 bit
|
2009-04-06 13:08:42 +00:00 |
|
nifi
|
c1d490b6a7
|
added workaround for memcpy/memset bug in mspgcc
|
2009-04-06 13:07:37 +00:00 |
|
Mariano Alvira
|
c99929db6c
|
make system is not really right...
|
2009-04-04 15:55:12 -04:00 |
|
Mariano Alvira
|
fe7dabd1f2
|
updated other tests with startup section
|
2009-04-04 15:52:09 -04:00 |
|