oliverschmidt
f8bf3e1428
Fixed buffer overflow.
2007-08-10 10:33:28 +00:00
oliverschmidt
7f7f11d30f
Set default target to minimal-net.
2007-05-26 22:42:02 +00:00
adamdunkels
2c446cb921
Added SHT11 readings, a lot of other stuff
2007-05-22 21:05:09 +00:00
adamdunkels
7eea8062e0
Try sending every packet 10 times at most
2007-05-22 21:04:34 +00:00
adamdunkels
eefed6abbe
Removed bad include cfs/cfs-ram.h
2007-05-22 21:04:19 +00:00
adamdunkels
0db074ae29
Renamed uabc to polite
2007-05-22 21:04:00 +00:00
oliverschmidt
9f97290665
Changed Contiki File System (cfs) from a service to a plain library.
...
This change means that one needs to select _ONE_ cfs implementation at Contiki library link time. But this doesn't appear to be an issue as all platforms have their "favorite" implementation anyway.
2007-05-19 21:05:48 +00:00
adamdunkels
940da856de
Bugfixes, updates
2007-05-15 08:09:21 +00:00
oliverschmidt
a07a39d3c2
Allow to easily build the webserver example with cfs support by running make with the parameter HTTPD-CFS=1.
2007-04-23 23:30:14 +00:00
oliverschmidt
91710dd48f
Minor adjustment to coding style.
2007-04-04 17:41:28 +00:00
oliverschmidt
f1d9702b68
Added an example application to show the usage of the Contiki Multi-threading library.
2007-04-03 20:13:27 +00:00
adamdunkels
1e950af492
Test program that blinks LEDs using the rtimer real-time timers
2007-04-03 19:02:27 +00:00
adamdunkels
d7a2317e33
Header already reduced
2007-04-02 20:02:23 +00:00
adamdunkels
836552a742
API fixes
2007-04-02 20:02:13 +00:00
adamdunkels
35957aa600
Removed unused button code
2007-04-02 18:06:35 +00:00
adamdunkels
d7982e41c9
Added percentage output in netsim
2007-04-02 17:51:54 +00:00
adamdunkels
2f50533d30
Added LED output that shows when a file has been completely downloaded
2007-04-02 10:04:37 +00:00
adamdunkels
e924c41a3b
Added more printouts
2007-03-31 18:43:45 +00:00
adamdunkels
ce53fdd7f4
Now prints out sensor data
2007-03-31 18:41:13 +00:00
adamdunkels
b2227d6a8c
Added default netsim target
2007-03-29 23:50:51 +00:00
adamdunkels
af60193256
Treeroute for Sky
2007-03-27 10:39:30 +00:00
adamdunkels
0d7af38ae5
Make sure psock is included in core
2007-03-25 21:53:08 +00:00
adamdunkels
48f467a685
Bug fixes: no clock tick when interrupts turned off, need to artifically trigger after ELF loading
2007-03-25 21:45:32 +00:00
adamdunkels
2114e7f847
Rudolph now in core Rime
2007-03-25 12:15:09 +00:00
adamdunkels
579fcb5190
Include path
2007-03-25 12:14:21 +00:00
adamdunkels
4e5a47aec4
Make LEDs blink when data is received
2007-03-25 12:13:27 +00:00
adamdunkels
0c0d823dbf
Typo
2007-03-25 12:13:04 +00:00
adamdunkels
c3457e82a4
Added exithandlers so that the examples can be run as loadable (and unloadble) modules
2007-03-25 12:10:29 +00:00
nifi
a12359cb5d
Makefile with default TARGET sky for the sky examples
2007-03-23 15:03:00 +00:00
adamdunkels
b56cc3d077
Test file for CFS driver
2007-03-23 12:17:28 +00:00
adamdunkels
a2c3501728
Testing the button
2007-03-23 00:06:12 +00:00
adamdunkels
757a226e39
Blinking LEDs
2007-03-23 00:05:52 +00:00
adamdunkels
68506272dc
Program for loading an ELF file over TCP and Rudolph0:ing it out into the air
2007-03-23 00:03:25 +00:00
adamdunkels
00bd901d25
Message size should include ending zero byte
2007-03-22 23:58:37 +00:00
adamdunkels
dd276a9c8a
Removed the use of CFS. Instead, provide callbacks for the using application to fill in data.
2007-03-22 23:54:40 +00:00
adamdunkels
b731014bc0
Updated for the new APIs
2007-03-22 19:03:56 +00:00
adamdunkels
790d4ba24d
Added rudolph tests
2007-03-21 23:24:24 +00:00
adamdunkels
5c6c6e3358
Added configurable interval
2007-03-21 23:23:02 +00:00
adamdunkels
404c2cc0a3
Moved all Rime examples into examples/rime directory
2007-03-20 12:21:17 +00:00
adamdunkels
43326b5ae6
API change for Rime: *_setup() renamed to *_open()
2007-03-19 19:24:36 +00:00
adamdunkels
7b924672bd
Simple Rime test code
2007-03-15 22:11:11 +00:00
adamdunkels
fa66c652cd
Example showing how to use the mesh routing code in Rime
2007-03-15 22:06:19 +00:00
adamdunkels
8b9ba9931b
Example showing how to use the tree routing code in Rime
2007-03-15 22:03:58 +00:00
oliverschmidt
7168278a89
Adding 'APPS+=program-handler' in apps/Makefile.telnetd might be considered more consistent but I opted for this more obvious approach. BTW yet another example that from my perspective simply can't have worked...
2007-03-03 13:32:10 +00:00
adamdunkels
5a7034fe5d
A really simple Contiki program, intended to show how the build system works and how to write simple Contiki programs
2006-10-02 21:46:46 +00:00
bg-
9009d8dc06
More uip_ipaddr_t fixes.
2006-08-10 19:22:23 +00:00
adamdunkels
ade5db05f5
Removed unneeded target
2006-06-17 22:53:09 +00:00
adamdunkels
c9e808d638
Import of the contiki-2.x development code from the SICS internal CVS server
2006-06-17 22:41:10 +00:00