oliverschmidt
91710dd48f
Minor adjustment to coding style.
2007-04-04 17:41:28 +00:00
bg-
8f822c42b1
* Device driver for the SHT1x on the Tmote sky.
2007-04-04 12:48:50 +00:00
bg-
9c8f01be41
* Major overhaul in order to support route sequence numbers.
...
* Changes to use network byte order.
* Add RREQ forwading cache.
* Fix some const:ness and casts.
* RERR shall only delete old routes.
* Filter RREQ:s also using cc2420_check_remote().
* LRU management of routes.
2007-04-04 12:12:21 +00:00
bg-
95ea7bdff1
* Different ifconfig command under fbsd.
2007-04-04 11:54:45 +00:00
bg-
8aa34f1ea4
* remove author.
2007-04-04 11:53:07 +00:00
bg-
8994d8e0b5
* Make uaodv_rt_add return meaningful value.
...
* uaodv_rt_lru() moves route to head of list.
* Hop count is only 8 bits.
2007-04-04 11:52:29 +00:00
bg-
1d7932c6b3
* Make uaodv_rt_add return meaningful value.
...
* uaodv_rt_lru() moves route to head of list.
* Configurable number of routes.
2007-04-04 11:50:54 +00:00
bg-
8c0fa5bc8a
* Abbreviate originator as orig rather than src to avoid confusion.
...
* #if 0 unused defines.
2007-04-04 11:48:49 +00:00
bg-
212f455b71
* Literal constants.
2007-04-04 11:46:47 +00:00
bg-
478953dcf4
* Randomised backoff when broadcasting.
...
* Only warn about rxfifo overflows when sending.
* More intricate tests to verify if transmission really started.
2007-04-04 11:46:10 +00:00
bg-
9205ceda12
* rm uip_log.
...
* more forced inclusions.
2007-04-04 11:41:38 +00:00
bg-
48c5cae451
* More routing and forwarding cache entries.
2007-04-04 11:39:49 +00:00
bg-
0d4799a415
* rm uip_log.
2007-04-04 11:38:35 +00:00
bg-
e5fa567869
* htonl and friends.
2007-04-04 11:37:20 +00:00
nifi
0abdde6197
corrected comment
2007-04-04 09:19:18 +00:00
fros4943
6910c4d311
starting the tr1001 rime process at init
2007-04-04 09:12:14 +00:00
fros4943
3d1c427c60
only storing external tools settings differing from the defaults
2007-04-04 08:04:48 +00:00
fros4943
8403776cf1
compilation window ui improvement (by nfi)
2007-04-04 07:47:02 +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
eb77a2b2df
Added rtimer.c
2007-04-03 19:08:06 +00:00
adamdunkels
7ce8d3920a
Added radio_on() and radio_off() functions
2007-04-03 19:05:44 +00:00
adamdunkels
08d825c450
Added rtimer-arch.c
2007-04-03 19:05:13 +00:00
adamdunkels
04a5405540
Added initialization of rtimers
2007-04-03 19:04:50 +00:00
adamdunkels
b108ca702a
Fixed description
2007-04-03 19:04:27 +00:00
adamdunkels
00645113e5
MSP430 real-time rtimer support using timerb1
2007-04-03 19:03:09 +00:00
adamdunkels
1e950af492
Test program that blinks LEDs using the rtimer real-time timers
2007-04-03 19:02:27 +00:00
oliverschmidt
1d63347cfc
Added mt_stop() calling mtarch_stop() to allow for thread resource cleanup.
2007-04-03 18:47:21 +00:00
oliverschmidt
d41c0671d9
Ooops, that was one level of indirection to much.
2007-04-03 18:37:15 +00:00
fros4943
c8190f55e6
added quick fix for passing alternative external tools configuration files at startup.
2007-04-03 16:21:12 +00:00
fros4943
2a216122b3
throwing exceptions when trying to access the library initially
2007-04-03 16:18:04 +00:00
oliverschmidt
e2165bc38b
Brought back mt.c which I had removed with revision 1.12 now that we have a cpu/native implementation of mtarch.c.
2007-04-03 00:46:18 +00:00
oliverschmidt
aa4434ca55
CPU agnostic implementation of the platform specific part of the multi-threading library. Uses fibers on Windows and the ucontext functions on other platforms.
2007-04-03 00:40:51 +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
c948c512f0
Makefile for tools
2007-04-02 20:01:24 +00:00
adamdunkels
cda806dc84
Bugfix: rudolph1 sometimes failed because the first packet was received from a neighbor
2007-04-02 19:12:37 +00:00
adamdunkels
d42b91fd20
Documentation updates
2007-04-02 18:07:10 +00:00
adamdunkels
35957aa600
Removed unused button code
2007-04-02 18:06:35 +00:00
adamdunkels
c24044e80c
Made text appear lower to the right, made window larger to accommodate all nodes
2007-04-02 17:58:43 +00:00
adamdunkels
2d42bd9e2a
Now keeps track of highest chunk number heard and sends NACKs until it sees it
2007-04-02 17:53:27 +00:00
adamdunkels
d7982e41c9
Added percentage output in netsim
2007-04-02 17:51:54 +00:00
fros4943
7581aa5916
appending to textarea from awt thread
2007-04-02 17:44:43 +00:00
fros4943
e44657d05d
added menu option for removing all motes from simulation
2007-04-02 16:50:07 +00:00
fros4943
d28069411d
layout fix
2007-04-02 16:44:44 +00:00
joxe
8add3d4660
corrected comments
2007-04-02 16:32:20 +00:00
fros4943
66e6ce1656
minor changes
2007-04-02 16:31:28 +00:00
fros4943
4be0e0ea8b
removed reference to non-working mantis mote
2007-04-02 16:17:40 +00:00
fros4943
d68a7bb017
minor layout fix
2007-04-02 16:02:32 +00:00
nifi
5e69641bc1
changed to add messages using AWT thread
2007-04-02 15:45:44 +00:00
fros4943
2545a712bb
licenses for libraries used by cooja
2007-04-02 14:55:11 +00:00