ola
ola copied to clipboard
The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry
When I try to run `rdm_test_server.py`, I get this: > Traceback (most recent call last): File "/usr/local/bin/rdm_test_server.py", line 38, in from ola.ClientWrapper import ClientWrapper, SelectServer File "/usr/local/lib/python2.7/site-packages/ola/ClientWrapper.py", line 28, in...
Coverage still not working: ``` [0K$ if [ "$TASK" = "coverage" ]; then coveralls --gcov /usr/bin/gcov-10 -b . -E '.*Test\.cpp$' -E '.*\.pb\.cc$' -E '.*\.pb\.cpp$' -E '.*\.pb\.h$' -E '.*\.yy\.cpp$' -E '.*\.tab\.cpp$'...
To mirror ola_set_dmx/ola_streaming_client to either get the current data once, or get a feed of fresh data.
Using Debian Stretch on Rpi 3B+ Build ola from git as following: ``` git clone https://github.com/OpenLightingProject/ola.git cd ola autoreconf -i ./configure make -j 4 all sudo make install sudo ldconfig...
when using the openDMX plugin with a openDMX compatible adaptor that works with QLC+ no dmx output gets sent if i use the FTDIDMX plugin the usb device does not...
On startup UART sender has empty DMX frame. This causes UART sequence BREAK-MAB-STARTCODE repeated without mandatory 24-byte payload. During normal use, it seems to be full 512-byte frame, set to...
> if i try the simple fade example this does not work: > stefan:~/ola/python/examples[master]$ python3 ./ola_simple_fade.py > Traceback (most recent call last): > File "./ola_simple_fade.py", line 69, in > wrapper.AddEvent(SHUTDOWN_INTERVAL,...
Error: Param 1 out of range, must be one of loud, quiet, 0, 255 Traceback (most recent call last): File "/usr/local/bin/rdm_test_server.py", line 274, in _RunTests tests, device = runner.RunTests(test_filter, False,...
Trying to send sACN with python API. after a while i the CPU usage slowly increases and i get this error at 30%. [test1.zip](https://github.com/OpenLightingProject/ola/files/3884022/test1.zip) WARNING:root:Failed to send full datagram Exception...
Could we add a "make lint" target that would run cpplint.py with the right parameters? It could also run pep8/flake8 for Python, and others for other languages.