I hereby claim:
- I am bigkevmcd on github.
- I am bigkevmcd (https://keybase.io/bigkevmcd) on keybase.
- I have a public key whose fingerprint is DF9C 12E6 BBC7 CEF3 C350 71BE 43AB 9841 800F 9786
To claim this, I am signing this object:
| from flask import Flask | |
| from logging.handlers import SysLogHandler | |
| # $ python hello.py | |
| # * Restarting with stat | |
| # * Debugger is active! | |
| # -------------------------------------------------------------------------------- | |
| # INFO in hello [hello.py:9]: | |
| # Getting / in the Hello flask app | |
| # -------------------------------------------------------------------------------- |
I hereby claim:
To claim this, I am signing this object:
| var rfxcom = require('./lib'); | |
| var rfxtrx = new rfxcom.RfxCom("/dev/tty.usbserial-05VLOAQQ", {debug: true}); | |
| rfxtrx.on("receive", function(data) { | |
| console.log(data); | |
| }); | |
| rfxtrx.on("elec2", function(evt) { |