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
Adam Dunkels
45265249fc
Changed the name of the rimeaddr module to linkaddr
2014-01-29 20:12:24 +01:00
Adam Dunkels
8eace27f9b
Moved net/rime.h to net/rime/rime.h
2014-01-26 23:20:45 +01:00
Adam Dunkels
4cfe6c4a5e
Moved the sht11 driver to its own module
2014-01-26 23:20:30 +01:00
Mariano Alvira
e24a50c1b2
Remove everything that depended on the now gone twitter APP.
2013-05-18 18:22:37 -04:00
Adam Dunkels
944537fccf
Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree
2012-10-26 15:54:49 +02: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
Adam Dunkels
e4aec8340b
Added SMALL=1 to make code fit on Tmote Sky
2011-09-06 15:36:25 +02:00
Niclas Finne
61fa812351
Added missing separators in Javascript. Fixed sensors web page to use the right Javascript function to reload sensor data.
2011-04-12 08:15:29 +02:00
Niclas Finne
6facc252a2
Updated to latest collect-neighbor API
2011-04-12 07:54:05 +02:00
Niclas Finne
4181e4774e
Updated to configure MAC using NETSTACK
2011-04-12 07:52:14 +02:00
nifi
1b2f36cdd9
Updated to latest announcement API and fixed typo
2010-04-09 13:19:05 +00:00
adamdunkels
e60afb0888
Updated to latest collect-neighbor API
2010-04-04 12:30:39 +00:00
adamdunkels
7d243a8586
Added the telnet code to the list of targets to make them compile when running a bare 'make'
2010-02-03 20:06:40 +00:00
adamdunkels
ef29f610f6
Reduced the available commands to make code fit
2010-02-03 20:05:19 +00:00
adamdunkels
b9e28ce35b
Compressed the Javascript code to improve loading time; placed the uncompressed code in a separate file
2010-02-03 16:46:52 +00:00
adamdunkels
280a8b9327
MAC channel check rate configuration paramter renamed
2010-02-03 16:45:45 +00:00
adamdunkels
1fdfc6fe60
The IPv4 examples work much better with the cxmac power-saving radio protocol; added Makefile flag to get the non-cfs HTTP server
2010-02-03 01:19:25 +00:00
nifi
0d559a286d
fixed typo + announcement API to avoid compiler warning
2010-01-19 11:23:13 +00:00
nifi
3a5dd23ace
Updated to match the new sensors API
2010-01-18 11:13:40 +00:00
fros4943
501416fca0
disabled rime commands to decrease rom usage
2009-06-26 09:51:18 +00:00
adamdunkels
7bd7cd64b3
Rewrote the webserver so that sensor data is loaded using Ajax-style XmlHttpRequest and that a spinner icon is shown when the data is loaded
2009-05-11 17:38:29 +00:00
adamdunkels
d1b97feb88
Added a telnet server with Twitter commands
2009-05-11 17:36:13 +00:00
adamdunkels
5e772838eb
Remove debug printouts. Increase neighbor advertisement timers.
2008-11-06 08:24:20 +00:00
adamdunkels
10f3964be1
Added an AJAX-style web server app that continously updates a web page with data from the Tmote Sky on-board sensors
2008-07-07 23:42:32 +00:00
adamdunkels
61bd8009f1
Reverted mistake commit
2008-06-02 08:42:34 +00:00
adamdunkels
199a14150b
Removed redundant targets
2008-05-29 20:30:44 +00:00
adamdunkels
cbca96c545
Example code for multi-hop Tmote Sky telnet server and web server
2008-05-29 20:17:48 +00:00
oliverschmidt
4dcbc3273e
Now that we started adding files to the CVS which are normally generated with a 'save...' make goal we can remove the DEFAULT_TARGET mechanism altogether and just add Makefile.target files.
2008-05-26 10:09:12 +00:00
oliverschmidt
b2810f02e1
Many project Makefiles build just one Contiki binary. Up to now the name of this binary was only available to the 'all' goal as prerequisite. So it was possible to create a non-project-specific rule to i.e. load that binary into the target device.
...
Therefore I introduced the make variable CONTIKI_PROJECT. Now a typical project Makefile starts with:
CONTIKI_PROJECT = hello-world
all: $(CONTIKI_PROJECT)
2008-05-26 07:37:24 +00:00
adamdunkels
17f13e38e8
TCP/IP-networking examples for the Tmote Sky platform
2008-02-24 21:33:57 +00:00