aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/sacn.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-08-23 23:40:16 +0200
committercbdev <cb@cbcdn.com>2019-08-23 23:40:16 +0200
commitfe952470ca4bae4cff25a9090e4c1b05a76a7961 (patch)
tree80c71edb95a873676b35ca7590938c6521c4f9a8 /backends/sacn.md
parentee8776b114fc141355675a20e3d7e49ec5e6c4d8 (diff)
downloadmidimonster-fe952470ca4bae4cff25a9090e4c1b05a76a7961.tar.gz
midimonster-fe952470ca4bae4cff25a9090e4c1b05a76a7961.tar.bz2
midimonster-fe952470ca4bae4cff25a9090e4c1b05a76a7961.zip
Update sACN backend documentation (Fixes #22)
Diffstat (limited to 'backends/sacn.md')
-rw-r--r--backends/sacn.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/sacn.md b/backends/sacn.md
index 3d245a4..434beeb 100644
--- a/backends/sacn.md
+++ b/backends/sacn.md
@@ -16,7 +16,7 @@ containing all write-enabled universes.
| Option | Example value | Default value | Description |
|---------------|-----------------------|-----------------------|-----------------------|
-| `universe` | `0` | none | Universe identifier |
+| `universe` | `1` | none | Universe identifier between 1 and 63999 |
| `interface` | `1` | `0` | The bound address to use for data input/output |
| `priority` | `100` | none | The data priority to transmit for this instance. Setting this option enables the instance for output and includes it in the universe discovery report. |
| `destination` | `10.2.2.2` | Universe multicast | Destination address for unicast output. If unset, the multicast destination for the specified universe is used. |
@@ -55,4 +55,4 @@ To use multicast input, all networking hardware in the path must support the IGM
The Linux kernel limits the number of multicast groups an interface may join to 20. An instance configured
for input automatically joins the multicast group for its universe, unless configured in `unicast` mode.
-This limit can be raised by changing the kernel option in `/proc/sys/net/ipv4/igmp_max_memberships`. \ No newline at end of file
+This limit can be raised by changing the kernel option in `/proc/sys/net/ipv4/igmp_max_memberships`.