Example payload
{
"format": "Uint8Array",
"exampleBytes": [
137,
80,
78,
71
]
}Hardware Demos
Proves remote fixture control by sending binary Art-Net or DMX frames through Data Network.
The platform can carry raw lighting-control payloads from a web or script publisher into a hardware or bridge receiver, which is one of the strongest demonstrations of remote control and binary transport in real installation workflows.
demo.lighting.artnetCanonical Art-Net lighting channel for remote fixture control demos.demo.lighting.dmxCanonical DMX frame channel for binary lighting-control demos.{
"format": "Uint8Array",
"exampleBytes": [
137,
80,
78,
71
]
}apps/gateway/src/scripts/binary-publish-smoke.tsUse this browser publisher with the Node Art-Net bridge to drive a real fixture or lighting node from the demo platform.
Binary Lighting Demo
Publish a binary DMX frame from the browser to demo.lighting.dmx, then let the Node bridge forward it to an Art-Net fixture or node.
Use the controls below to publish a DMX frame.
{
"channel": "demo.lighting.dmx",
"contentType": "binary/dmx",
"startChannel": 1,
"previewChannels": [
255,
255,
120,
40,
0,
0,
0,
0
],
"universeBytes": 512
}