Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spacebro/siudi7-bro


https://github.com/spacebro/siudi7-bro

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# siudi7-bro

## configuration

Each `event` item contains the event name to listen to and the corresponding scene and page indexes.

Example:

```json
{
"udp": {
"host": "192.168.1.60",
"port": 41234
},
"events": [
{
"name": "first",
"scene": "01",
"page": "00"
}, {
"name": "second",
"scene": "02",
"page": "00"
}, {
"name": "third",
"scene": "03",
"page": "00"
}
]
}
```