Tod Kurt

Results 368 comments of Tod Kurt

Hi @wpietri, Which blink(1) library are you using? If you're using the Python3 one that you can install with 'pip', then you can do it by hand with something like:...

Unless we had a regression, the URL parser only triggers a pattern event when URL's lastModified header changes. If you're writing JSON text files served by a standard HTTP server,...

Looking into this now. Apologies for the delay, slipped off my radar.

Hi! Sorry I've not been able to work on this at all. (it requires reverse-engineering some C++ code that I didn't write) However, if you have a Python program that's...

There's currently a bug in the SetToColor ('n') command in that it uses the last-used value of `ledn` instead of heeding the value in the SetToColor command. As a work-around,...

Hi, We’ve recently released an updated version of Blink1Control, v1.98. Hopefully it will address the issues you’ve been experiencing. You can download the new version here: http://blink1.thingm.com/blink1control/ Or on this...

Most of our server and embedded customers use blink1-tool command-line program or Python or C to control blink(1) devices directly. This is mostly because their infrastructures require minimum dependency changes....

@MrMovl, apologies for hiding `blink1-tiny-server` (originally called `blink1-simple-server`). I've updated the READMEs a bit to be more helpful. You can read about `blink1-tiny-server` here: https://github.com/todbot/blink1/tree/master/commandline/server To build it: ``` cd...

Yeah blink1-tiny-server is really basic at the moment. Only supports those 4 URIs mentioned above.

We don't control the version of the blink1 library in pip, it's maintained by @salimfadhley. However, I think that blink1 library requires Python 3