oliverschmidt
61f54204d7
Improved map file naming consistency.
2007-05-19 21:46:43 +00:00
oliverschmidt
0e023b328a
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:37:54 +00:00
oliverschmidt
d4528e427f
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:16:08 +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
fros4943
67ae9fbcb7
application radio
...
may be used by java-based motes to implement radio functionality
2007-05-19 17:17:34 +00:00
fros4943
b18d87195d
removed event thread exceptions
2007-05-19 17:05:54 +00:00
fros4943
fb9728b29f
allow mote to go to sleep due to etimers IFF contiki system was ticked
2007-05-19 16:56:55 +00:00
fros4943
8d6cd6a5b5
dummy mtarch
2007-05-19 14:47:17 +00:00
fros4943
ff7c1d8f12
added uIP over uAODV radio driver support for COOJA
...
the radio driver assumes uAODV already has a route to the destination, hence the application is responsible for fetching routes and buffering delayed packet data
2007-05-19 14:27:08 +00:00
fros4943
841cbd1b99
uIP over uAODV simple radio driver
2007-05-19 14:25:43 +00:00
oliverschmidt
1e372f13c6
Added new include directory to VC++ project files.
2007-05-19 13:38:25 +00:00
oliverschmidt
eaff19200b
Added new header file to VC++ project file.
2007-05-19 13:37:16 +00:00
oliverschmidt
51509fa49a
Added dummy value to allow for building.
2007-05-19 13:20:37 +00:00
oliverschmidt
c15984eb24
Avoid function pointer mismatch in set_receive_function().
2007-05-19 13:19:22 +00:00
oliverschmidt
0e9c61ca0c
The PT_* macros contain return statements so a function using them must return a value.
2007-05-19 13:12:00 +00:00
oliverschmidt
ae2073cac9
Factored out setup directory search path for source files into Makefile.include.
...
- All compilers used support the -I option for setting an include search directory.
- The Contiki source tree follows the (common) approach of placing declarations (in headerf iles) in the same directory as definitions (in source files).
As a result it makes sense to use the -I compiler option for just the same set of directories used for the vpath gnumake directive.
Note: I checked several builds but nevertheless one or the other might need some additional adjustsments. Sorry for the inconvenience.
2007-05-19 07:54:53 +00:00
fros4943
41adb8caf3
radio_sstrength returns last received packet instead of current value
...
radio_current_sstrength returns current value
2007-05-18 15:20:20 +00:00
fros4943
d62e75ac3f
debugging output
2007-05-18 15:18:07 +00:00
fros4943
1937e663ad
setting UDGM signal strength depending on distance
2007-05-18 15:17:11 +00:00
fros4943
af0fcc9be5
added menu info on current java version
2007-05-18 14:08:19 +00:00
fros4943
8ad036b9a2
removed comm stack processes from standard autostart processes
2007-05-18 13:52:29 +00:00
fros4943
1648d10e91
removed comm stack specifics from template
2007-05-18 13:51:42 +00:00
fros4943
8ef1b90a10
removed radio sources from makefile
...
(thrown during compilation instead)
2007-05-18 13:51:04 +00:00
fros4943
2e11cfcdeb
removed compiler warning
2007-05-18 13:50:08 +00:00
fros4943
afe66ed534
cooja radio driver (uip + rime)
2007-05-18 13:49:49 +00:00
fros4943
63c7300388
cooja's init-net for uip and rime
2007-05-18 13:49:15 +00:00
fros4943
643ce5adfe
added support for several contiki comm stacks (uip + rime)
2007-05-18 13:45:19 +00:00
fros4943
41255df6b0
removed old radio_on/off functions
2007-05-18 13:13:18 +00:00
oliverschmidt
e5d6dd1db5
Removed sources from makefile which don't exist in the CVS repository.
2007-05-17 19:22:04 +00:00
adamdunkels
dc205a6982
Added error return value
2007-05-17 00:24:29 +00:00
adamdunkels
c4b212898b
Bugfix: should not invoke timer if timer list is empty.
2007-05-17 00:23:58 +00:00
fros4943
5b3923141f
added buffer overflow check
2007-05-15 18:13:32 +00:00
bg-
b0884bf41a
* Move loaded modules to higher addresses.
2007-05-15 16:21:29 +00:00
fros4943
2f29a448dd
radio_sstrength returns the signal strength of last packet received (instead of uninteresting current value)
2007-05-15 14:39:52 +00:00
bg-
02c2d3c9c0
* Scratch buffer is used as a string more often than not, change to
...
char * rather than unsigned char *.
2007-05-15 10:28:03 +00:00
adamdunkels
71573a4968
Added sht11 driver, energy estimation. Removed IP/SLIP support for now
2007-05-15 08:11:59 +00:00
adamdunkels
459d91512a
Added rtimer initialization
2007-05-15 08:11:33 +00:00
adamdunkels
4364a9929a
Removed WITH_UIP
2007-05-15 08:09:45 +00:00
adamdunkels
940da856de
Bugfixes, updates
2007-05-15 08:09:21 +00:00
adamdunkels
a9e8e9f4fe
Replaced uabc with polite, uibc with ipolite, added rudolph2
2007-05-15 08:08:05 +00:00
adamdunkels
ac9ba33bd5
Yet another network bulk flooding protocol
2007-05-15 08:07:46 +00:00
adamdunkels
18825e05b6
Strobes for unicast packets are now acked immediately. Sleep cycle is now configurable. Many bugfixes
2007-05-15 08:07:07 +00:00
adamdunkels
434a6376d7
Added nullmac
2007-05-15 08:06:07 +00:00
adamdunkels
d1c6b2eb0d
Added output functions
2007-05-15 08:05:52 +00:00
adamdunkels
5c79330b41
Made scalar values explicitly unsigned long. Preliminary support for cummulative estimates (larger than 32 bits)
2007-05-15 07:54:03 +00:00
adamdunkels
af997a93e0
Moved a much code as possible away from interrupt handler; main thread code now do not need to disable interrupts. Added energy estimation code. Added radio driver structure.
2007-05-15 07:53:09 +00:00
adamdunkels
177e07992d
A common structure for radio drivers. Used by MAC protocols.
2007-05-15 07:51:57 +00:00
adamdunkels
8437d95d82
Added hard real-time rtimer to standard include file
2007-05-15 07:48:11 +00:00
adamdunkels
7c88f16e47
Added Rime to default network include file
2007-05-15 07:47:54 +00:00
adamdunkels
5efb178dc3
Added MAC directory
2007-05-15 07:47:34 +00:00