generic_xbow
Crossbow Mica2, MicaZ, Iris and TelosB, TinyOS and Contiki operating systems compatible driver. More...
Crossbow Mica2, MicaZ, Iris and TelosB, TinyOS and Contiki operating systems compatible driver.
The Generic XBow driver controls the Crossbow Mica2, MicaZ, TelosB among other mote sensor node. The MTS310 and MTS510 boards are supported. TinyOS 1.x and 2.x operating systems compatible. Also compatible with WSN simulator Cooja.
- Compile-time dependencies
- lserial
- socat
- Provides
- Requires
- none
- Configuration requests
- Configuration file options
- port (string)
- Default: "/dev/ttyUSB0"
- Serial port to which the platform is attached. If you are using a USB/232 or USB/422 converter, this will be "/dev/ttyUSBx".
- platform (string)
- Default: "telosb"
- Platform attached. Options include telosb, mica2, micaz, mica2dot, iris, etc...
- os (string)
- Default: "tos2x"
- Operating System used by the platform attached. Options include tos1x (TinyOS 1.x) tos2x (TinyOS 2.x) and contiki.
- Example
driver ( name "generic_xbow" provides ["coopobject:0" ] port "/dev/ttyS0" platform "telosb" os "tos2x" )