stagehacks / Cue-View

A dashboard for everything in your show.
55 stars 6 forks source link

Add support for d&b DS100, amps #32

Open jwetzell opened 1 year ago

jwetzell commented 1 year ago

Moving "future devices" to issues so that some discussion can take place if needed (look/feel ideas, libraries, control information, etc.).

sparks-alec commented 1 year ago

d&b devices communicate over OCA/AES70, which is a way to publish key-value information about the device.

There's an AES70 library but it's incompatible with Electron. I think. The library: https://github.com/DeutscheSoft/AES70.js Thread about ES libraries and Electron: https://github.com/electron/electron/issues/21457

AES70 as a whole is pretty daunting but it might be possible to implement a subset of it in a electron-compatible way.

sparks-alec commented 1 year ago

More useful reference: Wireshark's OCP.1 dissector https://gitlab.com/wireshark/wireshark/-/blob/master/epan/dissectors/packet-ocp1.c