adamdunkels
|
2545fd9069
|
Hack to make DS2411 ID useable as an Ethernet MAC address (remove multicast bit)
|
2009-04-10 00:40:08 +00:00 |
|
adamdunkels
|
3415ff26bd
|
Added CC2420 checksums to non-ipv6 packets. Set a conservative TCP MSS
|
2009-04-10 00:39:19 +00:00 |
|
nvt-se
|
172ffb74c7
|
fix compiler warnings. patch from Jesper Karlsson.
|
2009-04-08 14:56:00 +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
|
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
|
a36e529df1
|
added configuration for panid
|
2009-04-06 13:31:00 +00:00 |
|
nvt-se
|
f53560f6a5
|
enabled multihop routing, increased uip buffer size.
|
2009-04-06 13:23:14 +00:00 |
|
nifi
|
c1d490b6a7
|
added workaround for memcpy/memset bug in mspgcc
|
2009-04-06 13:07:37 +00:00 |
|
adamdunkels
|
58331e6802
|
Made tick resultion more fine-grained to support a shorter LPP listen time
|
2009-04-03 11:46:48 +00:00 |
|
fros4943
|
b730fb329d
|
changed upload rules due to problems on linux platforms
|
2009-04-02 11:15:30 +00:00 |
|
fros4943
|
3b3580e439
|
disabled writing IP addresses from inside COOJA, since the these should rather be determined by Contiki
|
2009-04-01 18:11:48 +00:00 |
|
fros4943
|
aa736322e1
|
removed unused uip/uaodv cooja comm stack. mesh-uip should be used instead
|
2009-04-01 17:17:55 +00:00 |
|
fros4943
|
3665422d8d
|
simplified cooja communication stacks initialization + added uipv6 stack
|
2009-04-01 13:50:12 +00:00 |
|
fros4943
|
6a99a82516
|
copied uipv6 configuration from native platform
|
2009-04-01 13:46:56 +00:00 |
|
fros4943
|
1c031504e5
|
no need to initialize serial line
|
2009-04-01 13:46:16 +00:00 |
|
fros4943
|
892bfb5678
|
moved radio-uip link functionality directly to comm stack sources
|
2009-04-01 13:45:41 +00:00 |
|
fros4943
|
eddd8350c5
|
renamed radio driver
|
2009-04-01 13:44:34 +00:00 |
|
fros4943
|
afed9bb2d0
|
icnlude packet radio by default
|
2009-04-01 13:39:54 +00:00 |
|
nifi
|
c6b15c289e
|
* show radio channel at startup
* only initialize timesynch when timesynch is enabled
|
2009-03-31 13:25:50 +00:00 |
|
nvt-se
|
e90149b7b4
|
avoid switching mode when tx or rx is active.
based on suggestions from Frederik Hermans and some code from Jesper Karlsson.
|
2009-03-30 14:07:34 +00:00 |
|
fros4943
|
5f1fda0406
|
removed unused variables + writing serial data in timeevent
|
2009-03-26 16:23:47 +00:00 |
|
fros4943
|
dda6de8438
|
+ clock stub functions
|
2009-03-26 16:22:36 +00:00 |
|
fros4943
|
ac22ad5081
|
changed the Makefile rules for uploading to sky-nodes.
the earlier approach caused problems sometimes, resulting in command succeeding without all nodes being reprogrammed
|
2009-03-26 13:29:44 +00:00 |
|
nvt-se
|
04bd414e1c
|
enabled LPP by default.
|
2009-03-26 12:51:55 +00:00 |
|
nvt-se
|
90b9b9bae3
|
configure LPP parameters with slightly longer listen time since the CC1020
driver switches from TX mode to RX mode rather slowly.
decreased CCA check timeout.
|
2009-03-26 12:47:12 +00:00 |
|
nvt-se
|
25cc327acc
|
avoid hanging in TX mode after CCA check failed.
minor memory savings.
|
2009-03-25 15:25:05 +00:00 |
|
nvt-se
|
96fbf3b853
|
use old style C comments.
convert printf to PRINTF.
remove unnecessary MS_DELAY calls from setupTX and setupRX.
|
2009-03-24 15:32:26 +00:00 |
|
nvt-se
|
15c447e57e
|
remove some unnecessary instructions and function calls. patch from Jesper Karlsson.
|
2009-03-24 15:13:11 +00:00 |
|
nvt-se
|
143c7f9cea
|
switched from serial to serial_line. patch from Jesper Karlsson.
|
2009-03-24 15:02:03 +00:00 |
|
fros4943
|
c76f34ff98
|
minor serial test application update
|
2009-03-21 15:47:40 +00:00 |
|
fros4943
|
9c9165dc90
|
start cooja with more memory to avoid outofmemory problems when running mspsim-based simulations
|
2009-03-20 13:23:44 +00:00 |
|
nvt-se
|
6b22fa60e8
|
- avoid costly rx state initialization if the radio is already on.
- code formatting.
|
2009-03-19 14:43:31 +00:00 |
|
nvt-se
|
8f85355f02
|
print the MAC protocol name when starting the node
|
2009-03-19 14:14:06 +00:00 |
|
nvt-se
|
b9ef907690
|
enable serial line tools using the same commands as the sky platform's Makefile
|
2009-03-17 22:27:14 +00:00 |
|
nvt-se
|
7e329ab467
|
removed obsolete file.
|
2009-03-17 22:20:04 +00:00 |
|
adamdunkels
|
b1cd9c207a
|
Removed serial.c, which is obsoleted by serial-line.c, which in turn now resides in Makefile.include
|
2009-03-17 21:51:13 +00:00 |
|
adamdunkels
|
727c5a2dbe
|
Renamed serial module to serial-line
|
2009-03-17 20:32:22 +00:00 |
|
adamdunkels
|
b20f0884ed
|
Renamed serial module to serial-line
|
2009-03-17 20:19:11 +00:00 |
|
adamdunkels
|
0076bfe8a5
|
Changed the name of the 'serial' module to 'serial-line' to signify that the module is about lines of data from the serial port, not individual bytes, and to make sdcc happy
|
2009-03-17 15:56:32 +00:00 |
|
nvt-se
|
7f3def31b7
|
removed duplicate inclusion of header, and sorted the entries.
|
2009-03-17 15:02:19 +00:00 |
|
nvt-se
|
6d0fc26ec1
|
disabled unstable SD driver.
|
2009-03-17 15:01:40 +00:00 |
|
fros4943
|
d6ebba536c
|
minor 64 bit fix: divide by sizeof(unsigned long) instead of constant 4
|
2009-03-13 14:40:07 +00:00 |
|
adamdunkels
|
65eb5fd4e8
|
Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it).
|
2009-03-12 21:58:20 +00:00 |
|
dak664
|
932fc9f748
|
Remove tab that was preventing cgi invokation
|
2009-03-12 21:37:22 +00:00 |
|
adamdunkels
|
5920a86312
|
Moved the Raven-specific applications from the generic apps/ directory to the platform-specific platform/avr-raven/apps
|
2009-03-12 19:15:23 +00:00 |
|
fros4943
|
99b9e80de9
|
make all quickstart target phony
|
2009-03-12 17:48:23 +00:00 |
|
fros4943
|
72fdf5b379
|
make quickstart goal precious
|
2009-03-12 15:12:50 +00:00 |
|
fros4943
|
063bf88f90
|
cooja quickstart should be started from normal cooja working directory, otherwise config relative paths won't work
+
cygwin path fix for quickstart
|
2009-03-12 13:04:10 +00:00 |
|