Skip to content

Instantly share code, notes, and snippets.

View SoftwareDreamer's full-sized avatar

H. K. SoftwareDreamer

  • Leipzig, germany
View GitHub Profile
@SoftwareDreamer
SoftwareDreamer / server.js
Created October 17, 2014 10:36
devopenspace2014 connected devices nodejs example
// code by Martin Schmid
// see https://github.com/eelcocramer/node-bluetooth-serial-port#pre-requests-on-linux
// for OS specific requirements for Linux/Windows/OS X to access Bluetooth
var btSerial = new (require('bluetooth-serial-port')).BluetoothSerialPort();
btSerial.on('found', function(address, name) {
if (address === '00:13:EF:D6:53:6C') {
btSerial.findSerialPortChannel(address, function(channel) {
@SoftwareDreamer
SoftwareDreamer / _.md
Created August 28, 2013 22:39
Tributary inlet