osd-contiki/platform/cooja/testapps
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
..
hello-world.c removed refences to printf2log.h 2008-10-03 09:39:38 +00:00
testbutton.c Updated to match the new sensors API 2010-01-14 19:19:50 +00:00
testcfs.c cfs example updated 2009-03-02 09:44:07 +00:00
testctimer.c ctimer moved from net/rime to sys/ 2010-06-14 18:58:45 +00:00
testetimer.c removed refences to printf2log.h 2008-10-03 09:39:38 +00:00
testsensors.c radio sensor was removed 2010-03-10 07:35:09 +00:00
testserial.c no need to initialize serial line 2009-04-01 13:46:16 +00:00
testuaodv.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
testuip.c Updated to match the new sensors API 2010-01-14 19:19:50 +00:00