Currently µracoli contains low level driver routines for operating the radio transceivers, e.g. configuring transceiver parameters like RF channel and TX output power, doing CSMA/CA and sending and receiving frames. These functions are available in the library libradio_[board].a.
In order to create simple demo applications, µracoli provides also a set of helper functions for host interface communication, timer control and general purpose IO control, which are available in the library libio_[board].a.
Because there are many different variants of hardware platforms, µracoli provides a platform abstraction concept, which allows the easy definition and integration of new hardware into the project.
This Manual conains the following sections:
All software and documentation provided here, is released under the terms of the Modified BSD license.
Acknowledgements for various contributions are stated here.