Difference between revisions of "DMX Storage"
(+ HTML Interface) |
(Browsers) |
||
| Line 58: | Line 58: | ||
The interface can be enabled in the [VFS] menu. | The interface can be enabled in the [VFS] menu. | ||
| + | Tested browsers: | ||
| + | {| border='1' | ||
| + | |- | ||
| + | | Browser | ||
| + | | Version | ||
| + | | Works | ||
| + | |- | ||
| + | | Firefox | ||
| + | | 10.0.2 | ||
| + | | yes (see note) | ||
| + | |- | ||
| + | | Chromium | ||
| + | | 17.0.963.56 | ||
| + | | yes | ||
| + | |- | ||
| + | | Konqueror | ||
| + | | 4.8.00 | ||
| + | | no | ||
| + | |- | ||
| + | | Android Browser | ||
| + | | Android 4.? | ||
| + | | no | ||
| + | |- | ||
| + | |} | ||
When using Firefox, make sure to enable "Support <input type=range> for Firefox". | When using Firefox, make sure to enable "Support <input type=range> for Firefox". | ||
[[File:Ethersex-dmxUI.png|right|500px|thumb|The HTML interface in Chromium 17]] | [[File:Ethersex-dmxUI.png|right|500px|thumb|The HTML interface in Chromium 17]] | ||
[[Category:e6la]] | [[Category:e6la]] | ||
Revision as of 17:29, 5 March 2012
| DMX Storage | |
|---|---|
| Status | Stable
|
| menuconfig | Applications->DMX Storage |
| Pinning | no |
| Ecmd | yes |
| Depends on | ECMD (optional) |
| Requires | - |
| Code | https://github.com/ethersex/ethersex/tree/master/services/dmx-storage |
Dmx Storage provides a database-like storage layer for DMX information. It forms the core of the Ethersex Lighting Architecture.
Modules (input)
The following modules change/alter the DMX data
- Artnet
- DMX (not yet implemented)
- DMX FXSlot
Modules (output)
The following modules display/use the dmx data
ECMD commands
| Command syntax | Short description |
| dmx channels | Get channels per universe |
| dmx get | Return channel value |
| dmx set | Set channel values |
| dmx universe | Get a whole universe |
| dmx universes | Get universes |
HTML Interface
DMX Storage Channels can also be altered via the HTTP-Server. The interface currently works in most of the Webkit-based browsers (e.g. Google Chrome) and Mozilla Firefox (Version 4+). The interface can be enabled in the [VFS] menu.
Tested browsers:
| Browser | Version | Works |
| Firefox | 10.0.2 | yes (see note) |
| Chromium | 17.0.963.56 | yes |
| Konqueror | 4.8.00 | no |
| Android Browser | Android 4.? | no |
When using Firefox, make sure to enable "Support <input type=range> for Firefox".