videohub 1.0.1

Blackmagic Videohub Control Protocol Codec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# videohub
Implementation of the Blackmagic Videohub Ethernet Protocol.

Not only should this handle what is documented in [Developer Information for Videohub][1], but also real life partially-incorrect uses and undocumented fields.

This implements the parsing and serialization to modelled messages along with an optional tokio-utils Codec,
but the logic of how to interpret these messages is up to the user.

# See Also
- [Videohub Developer Information][1]
- [videohubctrl][2]
- [Introduction to the Router Control Protocol][3]

[1]: https://documents.blackmagicdesign.com/DeveloperManuals/VideohubDeveloperInformation.pdf
[2]: https://github.com/gfto/videohubctrl
[3]: https://www.youtube.com/watch?v=K3Jx0jbtick