osd-contiki/examples/mbxxx/webserver-ajax
Simon Duquennoy a9cc909794 Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
..
httpd-fs Fixed mbxxx platform 2013-07-11 17:56:17 +02:00
Makefile Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack. 2014-12-01 20:13:09 +01:00
Makefile.target Fixed mbxxx platform 2013-07-11 17:56:17 +02:00
README.md Fixed mbxxx platform 2013-07-11 17:56:17 +02:00
ajax-cgi.c Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
httpd-fs.c Fixed mbxxx platform 2013-07-11 17:56:17 +02:00
httpd-fsdata.c Fixed mbxxx platform 2013-07-11 17:56:17 +02:00
mbxxx-webserver.c Fixed mbxxx platform 2013-07-11 17:56:17 +02:00
symbols.c Fixed mbxxx platform 2013-07-11 17:56:17 +02:00
symbols.h Fixed mbxxx platform 2013-07-11 17:56:17 +02:00
webserver-ajax-conf.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00

README.md

webserver ajax

Compile with WITH_RIME 1 for neighbor discovery and with ENERGEST_CONF_ON for energy estimation.

Estimated consumption with batteries (2.4 V): Curr Power ENERGEST_TYPE_CPU: 7.5 mA 18 mW ENERGEST_TYPE_LPM: 3 mA 7.2 mW ENERGEST_TYPE_TRANSMIT: 21 mA 50.4 mW ENERGEST_TYPE_LISTEN: 19 mA 45.6 mW