Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oroce/godot-sensortag
- Owner: oroce
- Created: 2014-06-01T16:13:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-06T13:36:07.000Z (over 10 years ago)
- Last Synced: 2024-10-11T18:23:36.356Z (3 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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);