Adam Dunkels
5f3fe7f7c7
Updated include paths for the moved files under net/
2014-01-26 23:20:23 +01:00
Adam Dunkels
19b32c54c0
Removed the old unused hc.[ch] code
2013-11-24 11:02:35 +01:00
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
680225e99d
Converted u8_t to uint8_t and u16_t to uint16_t in the platforms directory.
...
Added "These names are deprecated, use C99 names" warnings the contiki-conf.h files that were missing it.
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
fros4943
c028df7ecf
not using mempcy for ack crc
2007-12-13 16:57:31 +00:00
fros4943
6f862c4506
removed warnings
2007-11-25 22:45:04 +00:00
fros4943
7512df3f7b
removed bad memcpy:s
2007-10-23 12:16:13 +00:00
fros4943
28ddccef19
added missing function declarations
2007-10-22 13:08:13 +00:00
fros4943
1a021bbfc3
random ack time
2007-07-26 13:22:01 +00:00
fros4943
3768b44804
updated uip uaodv radio driver
2007-07-17 23:02:21 +00:00
fros4943
55443a148a
storing ack destination + removed header compression
2007-07-16 07:40:55 +00:00
fros4943
c50b7cc7ee
unicast packets being acknowledged
2007-07-11 15:23:42 +00:00
fros4943
841cbd1b99
uIP over uAODV simple radio driver
2007-05-19 14:25:43 +00:00