osd-contiki/examples/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
..
sky-collect-plots Fixes to total power plot generation 2008-01-08 08:28:09 +00:00
Makefile added a hi-res RSSI scanner and viewer for sky/jcreate 2009-04-25 09:41:37 +00:00
radio-test.c Changed to use the light-sensor and sht11-sensor instead of directory interfacing the drivers 2010-01-15 10:32:36 +00:00
rssi-scanner.c minor bugfix - added process_pause 2009-04-25 22:38:00 +00:00
rt-leds.c fixed compiler warnings 2007-11-26 21:58:51 +00:00
sky-collect.c Fixed compilation errors 2010-09-14 06:47:08 +00:00
tcprudolph0.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
test-button.c fixed button to toggle light sensor 2010-02-03 09:54:38 +00:00
test-cfs.c cleaned up error messages and break at first error 2009-09-21 14:14:46 +00:00
test-coffee.c Removed duplicate test return value. 2009-09-17 14:32:57 +00:00
test-deluge.c print the file version more seldom. 2009-04-07 15:14:17 +00:00
ViewRSSI.java minor improvements 2009-04-25 10:21:51 +00:00