Contiki 2.5
Contiki 2.5 Documentation

About

In addition to the IBRnode sensor node hardware development, a software library for installed sensing and storage stuff was written. A short description and overview is given in chapter 'Software Peripherie Bibliothek' of the project thesis. The software library is divided into several layers, beginning with the low level hardware drivers. Theses drivers set up the communication devices like adc, i2c and spi. The interface layer holds the device specific information about register values and communication protocol. For each sensor and memory device, an interface uses the needed hardware drivers from the lower software layer. Note that this library is just a simple collection of modules to perform working with the the new developed IBRnode.

Usage

The software library is full compatible with contiki os and can be directly used in a process by adding the specific header files.

License

Copyright (c) 2009, Ulf Kulau kulau.nosp@m.@ibr.nosp@m..cs.t.nosp@m.u-bs.nosp@m..de
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.