Michael Graff

Results 73 comments of Michael Graff

Is this project dead, considering that this pull request is over a year old, and the author has not even chimed in?

It might be nice if there was a way to do this through the command, like `--erase --empty-flash` or something.

I have a similar tool on https://gist.github.com/skandragon/92b1ad57e360d3948138

I ended up plugging into the receive side for the controller, so I can tap into my 58xx RF receiver. So far, that's more interesting. :)

Comcast has what is in effect a takeover device that sits between the alarm panel and the user-touchable keypad. This takeover device appears to be a keypad itself to the...

+1 In my app, I need to do the following: 1. Periodically probe physical device endpoints for manual changes, and send MQTT messages. 2. Periodically scan for new devices, and...

My current project just uses threads, which since the C ruby version has a global lock, is more of a way to allow cleaner code. If I put this under...

I use RxScala at work -- Observables are handy.

While this sounds wonderful in some ways, what about the 100 other protocols? Isn't this feature creep?

Perhaps as an option, but if all I want is MQTT, I should just get MQTT. Handling JSON from within Ruby is stupid simple, and I'd keep your code base...