Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbcook/led-controller
https://github.com/davidbcook/led-controller
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidbcook/led-controller
- Owner: davidbcook
- License: mit
- Created: 2015-01-09T22:05:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T17:43:39.000Z (almost 10 years ago)
- Last Synced: 2023-04-10T14:20:51.303Z (over 1 year ago)
- Language: Java
- Size: 222 KB
- Stars: 9
- Watchers: 38
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# led-controller
Program for controlling LED strips using the PixelPusher. It provides a framework for connecting with Atlassian Bamboo to display build status and for connecting to Keen.io to display event data.
See it in action here: https://www.youtube.com/watch?v=N1RMju-E5qU
Products Used:
http://www.heroicrobotics.com/products/pixelpusher
http://www.heroicrobotics.com/products/strip
https://www.atlassian.com/software/bamboo
https://keen.io/
https://segment.com/You'll probably want to use the java-json package which can be found here http://www.java2s.com/Code/Jar/j/Downloadjavajsonjar.htm
The classes in src/common/ src/devices/ src/discovery/ and src/registry/ were written by the PixelPusher team. They can be found here: https://github.com/robot-head/PixelPusher-java
The classes in src/led_control_classes were writtin by David Cook at Jut. If you would like to modify the code to work in your environment, you probably only need to touch these classes.