Net3 protocol specification?

Hi folks,

I'm trying to write a piece of software which sends sACN, but crucially, with per-sACN-address priority - in the same way that the Net3 protocol seems to allow an sACN source (i.e. Paradigm systems) to take control / priority over specific addresses within a universe. (Is this only offered by the Net3 protocol?)

From what I can tell, the E1.31 sACN protocol as it is seems to provide this support, by being able to specify the Property Value Count, First Property Address, and length of the DMP layer.

Although, I fear I could be misreading the E1.31 standard.

Essentially, I'm writing code in Python 3, and am basing it off of this project: https://github.com/Hundemeier/sacn

Would anyone happen to have a breakdown of the Net3 protocol, in a similar format to this:

https://tsp.esta.org/tsp/documents/docs/E1-31-2016.pdf (this document is actually superseded by the 2018 revision)

The application of this code is to control parts of a light's pan/tilt through another system, but still allowing the LD to control colour, zoom etc.

Any thoughts are appreciated!

Parents Reply Children
No Data
Related