godot-sensortag

0.2.0 • Public • Published

Sensortag producer for http://github.com/nodejitsu/godot.

Example

var godot = require('godot');
var sensortag = require('godot-sensortag');
godot.producer.register('sensortag', sensortag);
godot.createClient({
  type: 'tcp',,
  producers: [
    godot.producer()
      .sensortag({
        sensors: [
          'irTemperature'
        ]
      })
  ]
}).connect(1337);

/godot-sensortag/

    Package Sidebar

    Install

    npm i godot-sensortag

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • oroce