osd-contiki/tools/sky
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
..
lib Supporting libraries for the Tmote Sky tools 2007-10-25 14:24:59 +00:00
serial Serial library for Python needed for some of the Tmote Sky tools 2007-11-13 13:23:02 +00:00
uip6-bridge A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
check-size 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
motelist-linux Tmote Sky tools for Windows and Linux 2007-10-25 11:08:27 +00:00
motelist-windows.exe Tmote Sky tools for Windows and Linux 2007-10-25 11:08:27 +00:00
msp430-bsl-linux Tmote Sky tools for Windows and Linux 2007-10-25 11:08:27 +00:00
msp430-bsl-windows.exe Tmote Sky tools for Windows and Linux 2007-10-25 11:08:27 +00:00
plot-size Small scripts (hacks!) for checking and plotting the Contiki code size 2008-02-04 23:51:42 +00:00
python23.dll Python DLL needed for some of the tools 2007-10-25 13:14:15 +00:00
serialdump-linux Tmote Sky tools for Windows and Linux 2007-10-25 11:08:27 +00:00
serialdump-windows.exe Removed debug output 2010-03-23 12:05:36 +00:00
serialdump.c Source code for the serialdump tool 2008-08-21 21:59:19 +00:00