-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API feature request #20
Comments
You mean like an open socket spewing the data live? |
Yes that would be nice :) |
Is this feature request about streaming data (lets say include a producer serving one capture per second) or snapshots on demand (to get what the sensor is capturing)? I've been thinking about adding a simple and lightweight kafka producer recently. |
Well I would like to do some automated measurements. I work in the led lighting industry. We want to measure led strip colors. So I would run an automated script cycling through different colors, capture the measurement and save them in a file to compare the different led strip outputs. So either a continues stream of the option to trigger a measurement would both be fine. |
I have to do a lot of color measurements on different RGBW led strips. It would be awesome to automate this process. It would be great if I could trigger a measurement externally with maybe a TCP of HTTP(S) command and get the measurements back as JSON (or some other format like comma delimited CSV like). Would you please consider this?
The text was updated successfully, but these errors were encountered: