Pablo Corbalán
983d858570
Remove definitions of outdated RPL_CONF_OF
2016-12-01 13:13:41 +01:00
Joakim Eriksson
1d92359e72
Replaced MRHof with OF-0 for getting code-size down for er-example
2016-03-26 09:45:37 +01:00
Joakim Eriksson
60dc6503e5
disabled DAO ACK and configured for only one DAG per instance to save memory for er-example
2016-03-26 09:45:37 +01:00
Simon Duquennoy
dea04c67d7
Change the default IPv6 prefix from aaaa::/64 to fd00::/64
2016-03-07 17:47:44 +01:00
Joakim Nohlgård
1219790312
examples/er-rest-example/resources/res-event.c: fix warning: function declaration isn't a prototype
2016-03-02 07:25:19 +01:00
Michael Klemm
c03b05c702
Fixed loading SerialSocketServer plugin in Cooja using FQDN
2016-01-16 12:25:42 +01:00
Simon Duquennoy
fbd78a7e3b
Merge pull request #1293 from simonduq/pr/fix-warnings
...
Fix a number of compiler warnings and enable -Werror in Travis
2015-11-10 08:49:11 +01:00
Rémy Léone
f2440235b5
Fix CSC & XML export to match .gitattributes
2015-10-22 16:05:40 +02:00
Simon Duquennoy
8f954fbab5
res-b1-sep-b2.c: fix type of iterator
2015-10-20 10:11:50 +02:00
Simon Duquennoy
c8ec08732c
Fix broken printf in examples/er-rest-example/resource/res-b1-sep-b2.c
2015-10-20 09:37:09 +02:00
Cristiano De Alti
6e91cb3a39
Activate battery and temperature resources
...
if they are supported by the platform.
2015-09-21 23:20:45 +02:00
Cristiano De Alti
ba3c167cef
Add a new periodic temperature resource.
...
The temperature sensor is sampled once per second.
If observed, temperature readings are reported on change or every
Max-Age interval (default: 60s).
2015-09-21 23:12:16 +02:00
Moritz 'Morty' Strübe
0dab6926b3
Move MAX, MIN and ABS to sys/cc.h
2015-05-18 08:53:17 +02:00
Daniele Alessandrelli
b6e716233a
er-coap-example: add example for client-side CoAP observe
2015-02-24 22:48:12 +01:00
Simon Duquennoy
c2ca3e9fdb
Cleanup UIP_CONF_IPV6_RPL configuration
2014-12-02 12:38:55 +01:00
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
Pablo Corbalan
fab4f4144f
Add SHT11 CoAP Resource and Activate Sensors for several CoAP Resources.
2014-08-25 11:36:31 +01:00
Adam Dunkels
14aedabffd
Updated to match the new leds_toggle() API
2014-06-12 20:02:33 +02:00
Adam Dunkels
64f65b4e45
Merge pull request #617 from nfi/extended-radio-api
...
Extended radio API with support for setting channel, pan id, addressing modes, etc
2014-06-03 21:32:53 +02:00
Matthias Kovatsch
2683e13da5
Updated README and Makefile.
2014-05-15 20:29:05 +02:00
Matthias Kovatsch
a26533f501
Updated Cooja simulations.
2014-05-15 20:29:05 +02:00
Lars Schmertmann
386d708b56
Added function for easy block1 usage.
...
Fixed blocksize calculation when REST_MAX_CHUNK_SIZE != 2^x.
Added example for block1 + separate + block2.
2014-05-15 20:29:04 +02:00
Lars Schmertmann
bb737f85ae
Used Uncrustify and fixed Travis build errors.
2014-05-15 20:29:04 +02:00
Matthias Kovatsch
3dd5bd7a37
Renamed erbium to er-coap to avoid confusion and have a meaningful directory name.
2014-05-15 20:29:03 +02:00
Matthias Kovatsch
7d79b69ada
Updated to CoAP Proposed Standard and removed draft versions.
2014-05-15 20:29:03 +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
Luiz Eduardo
3062e9175f
typo in event resource handler comment
...
at line 531 says PERIODIC_RESOURCE, shouldn't it be EVENT_RESOURCE, since it's a EVENT_RESOURCE demo?
2014-02-24 23:34:16 -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
Simon Duquennoy
248301a041
Fix naming issues and includes in uip-ds6-nbr.h
2013-08-19 17:48:30 +02:00
Simon Duquennoy
ff093a2b50
Removed now unused per-module neighbor table size configs. Use NEIGHBOR_CONF_MAX_NEIGHBORS instead.
2013-08-19 17:48:30 +02:00
Matthias Kovatsch
9b56ffefa5
Fixed broken/unclear Ipv6 configuration with CFLAG.
2013-06-19 16:03:49 +02:00
Matthias Kovatsch
bad066abad
Fixed RPL configuration according to core changes.
2013-06-19 15:27:22 +02:00
Matthias Kovatsch
c61dd6135e
Updated Erbium (Er) examples and removed unsupported static routing module.
2013-06-19 15:27:21 +02: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
Adam Dunkels
277a348f60
Changed the name of the IPv6 number of route entries configuration from UIP_CONF_DS6_ROUTE_NBU to UIP_CONF_MAX_ROUTES.
2013-03-18 11:12:44 +01:00
Matthias Kovatsch
82884ab63f
Fixed legacy CoAP versions.
2013-02-13 19:22:21 +01:00
Matthias Kovatsch
a522357d20
Added Erbium coap-12 and coap-13.
2013-02-13 17:46:35 +01:00
Adam Dunkels
ec8c7e9be0
Cleanup of the node-id.h files. The node-id.h file contains
...
declarations of functions for setting and getting a node ID number, a
functionality that exists on many platforms. Since this functionality
was not considered part of the Contiki core, each platform defined its
own node-id.h file. This commit attempts to clean this up by
collecting the node-id.h into a core/sys/node-id.h file that replaces
the old node-id.h files from the platform directories.
2012-11-20 19:59:46 +01:00
Mariano Alvira
e4a383d61d
don't use static routing with econotag platform
2012-11-20 13:22:28 -05:00
Matthias Kovatsch
9096da299e
Added sub-resource example.
2012-06-09 12:20:57 +02:00
Matthias Kovatsch
ed66cfa364
Disabled debugging.
2012-06-09 11:18:51 +02:00
Matthias Kovatsch
6c813f0fb1
Fixed bug in debug print noticed by Linus.
2012-06-09 11:14:25 +02:00
Matthias Kovatsch
4a96e12890
Added Giovanni Pellerano's radio resource.
2012-06-09 10:47:09 +02:00
Matthias Kovatsch
3dea97e247
Updated file references and README.
2012-05-13 17:15:57 +02:00
Matthias Kovatsch
0038acfa87
Cleaned up filenames
2012-05-13 17:13:54 +02:00