aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2018-03-02 03:08:32 +0100
committercbdev <cb@cbcdn.com>2018-03-02 03:08:32 +0100
commitbe5df1c4e639ca6a7cd70a3122039a1de4588e28 (patch)
tree4259066960708f18b6b053fff9138c2c32b98b30 /README.md
parentf307934129e4f5310cbd89ec739d47b0e031951f (diff)
downloadmidimonster-be5df1c4e639ca6a7cd70a3122039a1de4588e28.tar.gz
midimonster-be5df1c4e639ca6a7cd70a3122039a1de4588e28.tar.bz2
midimonster-be5df1c4e639ca6a7cd70a3122039a1de4588e28.zip
Implement keepalive frames
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6bfcad6..1f1979d 100644
--- a/README.md
+++ b/README.md
@@ -138,7 +138,8 @@ A normal channel that is part of a wide channel can not be mapped individually.
#### Known bugs / problems
-Currently, no keep-alive frames are sent and the minimum inter-frame-time is disregarded.
+The minimum inter-frame-time is disregarded, as the packet rate is determined by the rate of incoming
+channel events.
### The `sacn` backend
@@ -186,11 +187,10 @@ A normal channel that is part of a wide channel can not be mapped individually.
#### Known bugs / problems
-No keepalive frames are sent at this time. This will be implemented in the near future.
-
The DMX start code of transmitted and received universes is fixed as `0`.
-The limit on packet transmission rate mandated by section 6.6.1 of the sACN specification is disregarded.
+The (upper) limit on packet transmission rate mandated by section 6.6.1 of the sACN specification is disregarded.
+The rate of packet transmission is influenced by the rate of incoming mapped events on the instance.
Universe synchronization is currently not supported, though this feature may be implemented in the future.