Skip to content
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

Where are the files? #11

Open
eslindsey opened this issue Nov 7, 2018 · 3 comments
Open

Where are the files? #11

eslindsey opened this issue Nov 7, 2018 · 3 comments

Comments

@eslindsey
Copy link

I'm trying to update https://www.openlighting.org/ola/ to add indicators for which devices are USB, Network, and Serial, but I don't see the source code anywhere.

@peternewman
Copy link
Member

Hi @eslindsey

The content is stored in a CMS; this repo is just the styling and some static pages. See for example here:

.macos {
background-image: url('/wp-content/uploads/2013/12/mac.png');
background-repeat: no-repeat;
background-position: 95% center;
}
.debian {
background-image: url('/wp-content/uploads/2013/12/debian.png');
background-repeat: no-repeat;
background-position: 95% center;
}
.arch {
background-image: url('/wp-content/uploads/2013/12/arch.png');
background-repeat: no-repeat;
background-position: 95% center;
}
.ubuntu {
background-image: url('/wp-content/uploads/2013/12/ubuntu.png');
background-repeat: no-repeat;
background-position: 95% center;
}
.gentoo {
background-image: url('/wp-content/uploads/2013/12/gentoo.png');
background-repeat: no-repeat;
background-position: 95% center;
}
.openbsd {
background-image: url('/wp-content/uploads/2014/03/openbsd.png');
background-repeat: no-repeat;
background-position: 95% center;
}
.freebsd {
background-image: url('/wp-content/uploads/2014/03/freebsd.png');
background-repeat: no-repeat;
background-position: 95% center;
}
.netbsd {
background-image: url('/wp-content/uploads/2014/03/netbsd.png');
background-repeat: no-repeat;
background-position: 95% center;
}

However if you'd like to find some icons and/or write some CSS in a pull request, it shouldn't take us long to style the rows to show which connectivity they use. N.B. some, such as Stageprofi, support multiple connectivity methods (USB and network).

@eslindsey
Copy link
Author

@peternewman I had intended to do the legwork and fix the page myself, but it's just as easy for me to contribute the information here for someone else to upload. I'll leave the choice of icon/styling up to whoever designs the website.

Here is the info I've come up with:

Device Linux Mac OS FreeBSD Windows USB Serial Network
Anyma uDMX TX TX ? ?
Arduino RGB Mixer TX / RDM TX / RDM   Not yet N/A N/A N/A
DMXControl Projects e.V. Nodle U1 TX / RX ? ? ?
DMXking ultraDMX Micro TX / RX TX / RX   Not yet
DMXking ultraDMX Pro TX / RX TX / RX   Not yet
DMXking Ultra RDM Pro TX / RX / RDM TX / RX / RDM TX / RX / RDM Not yet
DMXking USB DMX512-A TX / RX TX / RX TX / RX Not yet ? ? ?
Enttec DMX USB Pro TX / RX / RDM TX / RX / RDM TX / RX / RDM Not yet
Enttec DMX USB Pro MK II TX / RX / RDM TX / RX / RDM TX / RX / RDM Not yet
Enttec Open DMX USB TX TX   TX
Enttec USB Assembled Widget TX TX   TX
Enttec RDM USB Pro TX / RX / RDM TX / RX / RDM   Not yet ? ? ?
Eurolite USB DMX512 PRO TX TX ? ? ? ? ?
Goddard Design DMXter4 / MiniDMXter RDM RDM   Not yet ? ? ?
JESE DMX-TRI TX TX TX Not yet
JESE RDM-TRI TX / RDM TX / RDM TX / RDM Not yet
KarateLight TX     Not yet
KMtronic DMX Adapter TX     Not yet
Milford Instruments 1-463 TX     Not yet ? ? ?
Milford Instruments 1-553 TX     Not yet ? ? ?
Number1 (powered by OLE) TX / RDM TX / RDM   Not yet
Renard Serial Protocol (Renard SS24, SS8, etc) TX     Not yet N/A N/A N/A
Robe Universal Interface TX / RX / RDM TX / RX / RDM   Not yet
Robe RUNIT WTX TX / RX / RDM TX / RX / RDM   Not yet
Scanlime Fadecandy TX TX   TX N/A N/A N/A
StageProfi TX TX   Not yet
uDMX_asp TX TX   Not yet
Sunlite USBDMX2 TX TX ? ? ? ? ?
USB-DMX512 TX TX ? Not yet
Velleman K8062 TX TX ? ?
VX8062 TX TX ? ? ? ? ?

Please note the Milford Instruments link leads to a "domain for sale" landing page.

The reason I wanted this additional information was because I am looking for a single package network to DMX unit. Is there really only one such device on this entire list? And none that support serial?

@peternewman
Copy link
Member

Given it's a rather dumb CMS, I should have just asked you to submit some HTML!

I'm not sure we really go as far as having website design.

Sadly Milford Instruments has been shut down.

The 1-463 Milford unit is serial, as are the Renard Serial Protocol bits (well I think they can be either). If you want network to DMX, people generally buy a node that supports one of the DMX over Ethernet protocols listed further up the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants