1.1.4 • Published 3 years ago

osiota-app-artnet v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

osiota application artnet

Osiota is a software platform capable of running distributed IoT applications written in JavaScript to enable any kind of IoT tasks. See osiota.

Configuration: artnet

This application allows controlling lights over the Art-Net protocol.

Properties

NameTypeDescriptionRequired
hoststringDefault: "255.255.255.255"no
portnumberDefault: 6454no
refresh_ratenumberin msDefault: 4000no
universe(ArtNet universe)numberDefault: 0no
iface(Interface)stringInterface to bind the Art-Net socket tono
map(DMX channels)object[]no

Additional Properties: not allowed Example

{
    "host": "192.0.2.42",
    "port": 6454,
    "refresh_rate": 4000,
    "universe": 0,
    "iface": "eth0",
    "map": [
        {
            "channel": 1,
            "node": "/my-artnet-channel",
            "default_value": 63
        }
    ]
}

map[]: DMX channels

Items: DMX channel

Item Properties

NameTypeDescriptionRequired
channelnumberMinimum: 1Maximum: 512yes
node(Node Name)stringno
default_valuenumberMinimum: 0Maximum: 255no

Item Additional Properties: not allowed Example

[
    {
        "channel": 1,
        "node": "/my-artnet-channel",
        "default_value": 63
    }
]

How to setup

Add a configuration object for this application, see osiota configuration:

{
    "name": "artnet",
    "config": CONFIG
}

License

Osiota and this application are released under the MIT license.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

1.1.4

3 years ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago