Code Monkey home page Code Monkey logo

ansible-role-tinyos's Introduction

TinyOS Role for Ansible

Build Status

This Ansible role installs TinyOS, nesC and all requirements to compile and install a firmware on sensor nodes. Right now only the MSP430 microcontroller toolchain (e.g. used on the TelosB sensor module) is included as I'm currently using only that one. Open an issue if you need any others.

Requirements

I have tested this role on Ubuntu 16.04 LTS only. Please open an issue and tell me if it's working on other systems as well.

Role Variables

Using the following variables to adust the target directory for the TinyOS / nesC source code:

src_target: '/usr/local/src'
tinyos_src_dir: '{{ src_target }}/tinyos'
nesc_src_dir: '{{ src_target }}/nesc'

Example Playbook

An example how to apply this role and change the install directory at the same time:

- hosts: servers
  become: true

  roles:
     - { role: wedi.tinyos, src_target: ~/My/Working/Directory }

License

This role is released under the terms of the MIT license.

Author Information

Hi, I'm Dirk from Essen, Germany. Software developer, student of business and computer science. I wrote this role to learn provisioning and configuration management with Ansible. I hope you find it useful. Feel free to open an issue or pull request if you are having any suggestions.

ansible-role-tinyos's People

Contributors

wedi avatar

Watchers

 avatar  avatar

ansible-role-tinyos's Issues

shared folder is missing: ~/dev/wsn/rti/

vagrant up --provider virtualbox
Bringing machine 'wsn-box' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:

  • The host path of the shared folder is missing: ~/dev/wsn/rti/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.