- This cookbook installs and setups TinyOS development tools.
Chef 10.0+.
- package -
apt - package -
git
Tested on
- Debian jessie alpha 1 release
| Key | Type | Description | Default |
|---|---|---|---|
| ['chef-tinyos']['main-dir'] | String | path to TinyOS main directory | /usr/src/tinyos-main |
| ['chef-tinyos']['kermit-line'] | String | path to serial port for MOTE monitoring | /dev/ttyUSB1 |
Just include chef-tinyos in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[chef-tinyos]"
]
}- Copyright (c) 2014, Shigemi ISHIDA
- This software is released under the BSD 3-clause license: See
LICENSE.