Simon Duquennoy
5dc05e7913
Port apps, examples, platforms and tools so they use the new neighbor and route API.
2013-08-19 17:48:30 +02:00
Adam Dunkels
944537fccf
Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree
2012-10-26 15:54:49 +02:00
Nicholas J Humfrey
aa67ad67cc
Converted u8_t to uint8_t and u16_t to uint16_t in the docs and tools directories.
2012-02-21 08:33:25 -05:00
adamdunkels
5585d72c86
A simple but substantial change: uIP used the htons()/HTONS() macro
...
functions for converting between host and network byte order. These
names are the de facto standard names for this functionality because
of the original BSD TCP/IP implementation. But they cause problems for
uIP/Contiki: some platforms define these names themselves (Mac OS,
most notably), causing compilation problems for Contiki on those
platforms.
This commit changes all htons to uip_htons instead. Same goes for
htonl, ntohs, and ntohl. All-caps versions as well.
2010-10-19 18:29:03 +00:00
adamdunkels
3fa8ffda1a
Moved the modules packetbuf, queuebuf, and packetqueue from net/rime to net/, since they are not Rime-specific
2010-06-14 19:19:16 +00:00
joxe
0d3c7edd6c
fixed for new uip_buf
2010-05-24 11:10:51 +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
nifi
cba5256ca2
updated to use uip-ds6
2010-03-19 12:58:17 +00:00
adamdunkels
51980f0be4
CC2420_CONF_AUTOACK is now defined in contiki-conf.h
2010-02-18 23:03:36 +00:00
adamdunkels
5efce5eeed
The path to the Contiki root was not correctly set
2010-02-06 18:23:04 +00:00
adamdunkels
b3e0a2506f
Turned off CC2420 auto ack for the bridge
2010-02-03 16:48:54 +00:00
adamdunkels
b0db9cc588
Print informative message if radvd could not be restarted (instead of failing)
2010-02-01 11:54:07 +00:00
adamdunkels
da3a7ffbd8
Increase uIP buffer size for the bridge to accomodate for the Ethernet headers from the PC host
2010-01-28 13:49:24 +00:00
adamdunkels
01683428ea
Added missing functions to make the bridge code compile
2009-11-03 09:09:55 +00:00
adamdunkels
0a12f6da77
Allow debugging output to be written from the bridge mote and be printed out by the tapslip6 program
2009-11-02 11:46:49 +00:00
adamdunkels
61f16ae6cb
Configure RF channel to be the same as the default Contiki sky channel
2009-10-26 13:34:08 +00:00
adamdunkels
fca2cfc919
radvd configuration file for linux
2009-10-26 13:20:57 +00:00
adamdunkels
2b54d1f1b4
Added make targets that help to setup the SLIP IPv6 bridge
2009-10-26 13:20:31 +00:00
joxe
68ba32eaee
added autoack config for bridge
2009-07-28 21:34:13 +00:00
joxe
890eb830e8
ipv6 bridge between 802.15.4 and ethernet - over USB/SLIP - use with sliptap6
2009-05-08 12:49:36 +00:00