dfivesystems / dummyRDM

A Python application to emulate a set of RDM devices with Art-Net and E1.33 responders
MIT License
2 stars 1 forks source link

Very cool project #2

Open peternewman opened 3 years ago

peternewman commented 3 years ago

Hi @dfivesystems ,

This is cool, I'll have to have a play.

Are you aware of the "competition" :smile: , the OLA dummy ones: https://www.openlighting.org/rdm-tools/dummy-responders/

There's also an LLRP target using the same base code (which should mostly work): https://github.com/OpenLightingProject/ola/pull/1612

It would also be great if you could gather the model info (just via Art-Net currently) for your dummy responders and publish that: http://docs.openlighting.org/ola/man/man1/rdm_model_collector.py.1.html

There's also a tab in the web version of the OLA RDM tests (which it may also be worth running against your code): https://www.openlighting.org/rdm-tools/rdm-responder-tests/

dfivesystems commented 3 years ago

Thanks Peter - afraid this went a little stale after a while, it's something to get back to in the future for sure though! I've used the OLA responders as well - it's always good to have multiple methods of test.

I'm sure you've also seen the ETC implementation(s) at https://github.com/ETCLabs/RDMnet ?

peternewman commented 3 years ago

Thanks Peter - afraid this went a little stale after a while, it's something to get back to in the future for sure though!

Cool

I've used the OLA responders as well - it's always good to have multiple methods of test.

Glad to hear it, and agreed.

I'm sure you've also seen the ETC implementation(s) at https://github.com/ETCLabs/RDMnet ?

I have indeed, that's what I was testing both halves of my LLRP implementation against initially.