blink1-tool
blink1-tool copied to clipboard
Command-line tools and C library for blink(1) USB RGB LED
It would be good to know what clients are accessing blink1-tiny-server.
Standard instructions for installing `blink1-tool` do not work on raspberry pi 3B / 3B+, but it does on a zero w. Both with standard updated Raspberry Pi OS with current...
In the earlier pull request I didn't notice, that the times I used in the example pattern were divided by two when read back with `--readpattern.` Turns out, there was...
As a customer has pointed out, it's not entirely simple to figure out what this program does.
I thought that the 2.1.0 release can't find mk1 devices: ``` $ blink1-tool-v2.1.0 --list no blink(1) devices found ``` The 2.0.5 release shows it fine: ``` $ blink1-tool-v2.0.5 --list blink(1)...
Both `blink1-tool` and `blink1-mini-tool` have a `hiddata.c`. This is an alternate, simpler and, for Linux, a libusb-0.1-based way of talking to USB HID devices. The normal preferred way is to...
Adding pkg-config support to the project would make it simpler for other applications to take advantage of the blink1 library.
I'm noting a number of inconsistencies when writing patterns to an (admittedly ancient) blink1: 0. Patterns, e.g. a color, time, index triplet - `#ffffff,9.00, 0`, are taken in order presented,...
The default URL is http://localhost:8934/. This causes the generated URL to have double slashes, which causes issues (at least on windows): > c:\blink>blink1control-tool --off -v set dev: to rgb:0x00,0x00,0x00 over...
How feasible would it be to store the last servertickle command to flash? That way if the computer crashes/power cycles and the blink1-tool script doesn't run automatically (maybe stuck at...