Added function for removing a listener on a receiver. See `sACNreceiver.remove_listener(<callback>)`, 34 and 35 for more information.
1.6.4
Functionality related to sending of sACN data is now mostly covered by tests. Removed undocumented parameters for `sACNsender.start()`.
1.6.3
Test coverage for functionality related to receiving sACN data is now mostly covered by tests. Fixed a bug, where an exception was thrown on the first `DataPacket` when the stream-termination option was set.
(Additional thanks to mthespian ! See 31 for more information)
1.6.2
Test coverage of sub-module `messages` is now 100%.
* Fixed a bug where a too long source name did not throw an exception. * Fixed a bug where invalid DMX data could be set on the `DataPacket`.
(Thanks to mthespian! See 30 for more information)
1.6.1
Fixed a bug, where the DMX start code was not set on received packets (Thanks to mthespian ! See 29 for more information).
1.6.0
Thanks to mthespian, data packets now support the DMX start code present in DMX data. Previously, this code was limited to being `0x00`.