A futile attempt to reverse-engineer the Huidu W60 LED controller protocol
- C++ 96%
- Makefile 4%
| src | UserCommand.cpp: pass buffers directly | |
| tests | add more tests | |
| .gitignore | .gitignore: update | |
| Makefile | Makefile: improve | |
| README.md | README.md: remove asio dependency | |
| screen.json | initial commit | |
w60
A futile attempt to reverse-engineer the Huidu W60 LED controller protocol
Building:
- Install necessary packages:
$ sudo apt install libjsoncpp-dev -y
- Then build the
w60binary:
$ make
Testing:
- Turn on your LED array, connect to it and run the binary:
$ ./w60 screen.json "HELLO WORLD!"
Keep your fingers crossed that it will work, but it will probably not...