Commit Graph

11 Commits

Author SHA1 Message Date
Simon Duquennoy 722b3258d1 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
George Oikonomou 58ef2342c2 Stop setting WITH_UIP6=1 in example Makefiles
It achieves exactly nothing other than generate confusion
2013-11-20 14:52:32 +00:00
Mariano Alvira ca831a1553 rest-example: add coap client to Makefile all goal 2011-03-05 17:08:25 -05:00
Mariano Alvira 8a9384c22e rest-example is now rest-server-example 2011-02-08 09:07:45 -05:00
joxe 20f8777fd6 patched rest-example 2011-01-12 18:30:29 +00:00
doganyazar b58e13f8e1 Defined wITH_COAP=1 to made COAP default rather than HTTP 2010-11-30 14:47:02 +00:00
doganyazar dfa12351da Added some more description to README.
Makefile update is about changing ifdef to ifeq so that users don't be misleaded.
2010-11-29 12:55:35 +00:00
doganyazar c4f5ebcaaa Added a coap client and running coap-client-server COOJA simulation. Made README more detailed. 2010-11-24 10:10:48 +00:00
doganyazar 24a5dafcd3 Removing unnecessary files to add the new ones. 2010-11-23 20:59:26 +00:00
doganyazar 825cc4f872 Updated PROJECT_CONF_H 2010-10-28 13:13:53 +00:00
doganyazar b71de57f94 Initial commit of a RESTful web service example using experimental COAP/HTTP/REST implementation for Contiki 2010-10-28 12:42:07 +00:00