Commit Graph

35 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
Rémy Léone 911f3aa07c SkyByteRadio was replaced by Msp802154Radio 2014-07-23 15:42:59 +02:00
Niclas Finne ceb868d934 Modified project setup for er-rest-example and rest-example to use
nullrdc and nullmac to reduce the code size. This allows the examples
to compile on Tmote Sky again.
2014-04-15 22:59:20 +02:00
Adam Dunkels 4cfe6c4a5e Moved the sht11 driver to its own module 2014-01-26 23:20:30 +01:00
Adam Dunkels 0d04db2b03 Merge pull request #428 from g-oikonomou/config-sanity
Remove unnecessary stuff from various Makefiles (Config Sanity, Pt 1)
2013-11-26 15:05:08 -08:00
Adam Dunkels bb2dcaa057 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
Fredrik Osterlind b5c94910ac Renamed Java packages to match our contiki-os.org domain. Note that this commit does not affect external dependencies
like /tools/mspsim.

This is a very simple modification that affects a very large number of files in Contiki: Cooja,
/platform/cooja, Collect-view, Coffe-manager, and Cooja simulation files (.csc).

I've gone through Contiki to update all references I could find. Nevertheless, this commit will likely
break external dependencies, like saved Cooja simulation files.
2013-11-20 16:43:27 +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
Rémy Léone e6bd4f1dde Rename to md 2013-03-26 23:15:37 +01:00
Rémy Léone 7b40a568a6 Update to markdown
- Spellchecking
- Update plain text to github markdown
2013-03-26 16:55:19 +01:00
Nicholas J Humfrey a561d20828 Converted u8_t to uint8_t and u16_t to uint16_t in the examples directory. 2012-02-21 08:33:25 -05:00
Niclas Finne 9ac676c7c8 Typo 2011-09-06 00:18:29 +02:00
Mariano Alvira 97f70a2334 group light and leds together; use PLATFORM_HAS defines 2011-05-27 11:00:24 -04:00
dogan yazar 31a14c3d90 Commented periodic resource related stuff for the sake of small code print and added minimal-net configuration in README. 2011-04-13 00:07:47 +02:00
dogan yazar 91dd236c55 Changes for minimal-net and bug fix for buffer handling. 2011-04-12 00:09:15 +02:00
Mariano Alvira ca831a1553 rest-example: add coap client to Makefile all goal 2011-03-05 17:08:25 -05:00
Mariano Alvira 53daa9e835 rest-example: include <string.h> for memcpy 2011-03-05 17:07:56 -05:00
Mariano Alvira 43f0ad85f5 rest-example: don't do a hard override of config options 2011-03-05 16:51:33 -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 0630e0c465 Mentioned Matthias Kovatsch's CoAP Firefox plugin as an example CoAP client. 2011-01-03 22:31:57 +00:00
doganyazar 5fcfd826bd Minor modification in .well-known/core service after the comments of Matthias Kovatsch. 2011-01-03 22:25:04 +00:00
doganyazar a81efabfb5 Clarification in README 2011-01-03 22:19:32 +00:00
doganyazar b58e13f8e1 Defined wITH_COAP=1 to made COAP default rather than HTTP 2010-11-30 14:47:02 +00:00
doganyazar f363140186 Minor bug fix found by Niclas. 2010-11-30 13:28:48 +00:00
doganyazar 37b47e4cf2 Syntax update 2010-11-30 13:22:26 +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 d14e8996ab Added more details to README and small printing modification in client example. 2010-11-24 10:56:53 +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 edff8c1da3 removed info about COAPTester since it is not included in Contiki 2010-10-29 08:57:56 +00:00
doganyazar 2682536bf7 Removed web-conf.h to change its name to project-conf.h 2010-10-28 13:20:27 +00:00
doganyazar 825cc4f872 Updated PROJECT_CONF_H 2010-10-28 13:13:53 +00:00
doganyazar d7afff18c7 Changed name of web-conf.h to project-conf.h 2010-10-28 13:11:08 +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