Commit graph

17 commits

Author SHA1 Message Date
dak664 d4f58ca7f0 Server address options giving different 6lowpan header compression 2011-03-08 14:15:55 -05:00
Fredrik Osterlind 499c13a357 removed execute flag of source files (avoids diff problems with egit) 2011-03-01 18:16:42 +01: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
joxe 71d5c5f3c1 removed servreg_hack from the rpl-udp example 2010-10-18 13:43:41 +00:00
nvt-se 072f208a29 Removed unused variable. 2010-09-15 15:55:08 +00:00
adamdunkels 12a1ad2e7d Add the servreg-hack app to the Makefile 2010-06-15 19:02:40 +00:00
adamdunkels 237398a74b Rewrote the code to use the servreg-hack module, so that clients can look up the IP address of the collector node. 2010-06-15 19:02:00 +00:00
adamdunkels 951fd78f6c ctimer moved from net/rime to sys/ 2010-06-14 18:58:45 +00:00
nvt-se 6eadf2522f ctimer.h moved 2010-06-14 16:19:45 +00:00
joxe 293f08e9c7 added support for experimental RPL prefix based autoconf 2010-05-25 20:19:16 +00:00
nvt-se e4bcc8a35e reduced the width of the Log Listener window 2010-05-25 15:29:04 +00:00
nvt-se 07a2179953 simplified 2010-05-24 15:43:18 +00:00
nvt-se dbd710626a Added optional server replies. 2010-05-21 13:45:50 +00:00
nvt-se 64d703a67e Use the new Mote Attributes interface. 2010-05-21 13:45:04 +00:00
nifi 86879f66ac removed internal make targets 2010-05-18 17:05:45 +00:00
joxe b54f410bc8 minor cleanup 2010-05-04 14:40:52 +00:00
nvt-se d751238747 Added an example of using UDP over an RPL-enabled IPv6 network 2010-04-30 15:52:48 +00:00