Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oroce/godot-sensortag

sensortag producer for godot
https://github.com/oroce/godot-sensortag

Last synced: about 2 months ago
JSON representation

sensortag producer for godot

Awesome Lists containing this project

README

        

Sensortag producer for [http://github.com/nodejitsu/godot](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);