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
adamdunkels
d1b97feb88
Added a telnet server with Twitter commands
2009-05-11 17:36:13 +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
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