Hello, running the code I get the following error:
File "/usr/local/lib/python3.5/dist-packages/natnet-0.1.0-py3.5.egg/natnet/comms.py", line 399, in _simple_connect
assert server_info.connection_info.multicast
AssertionError
Is that assertion necessary ? Motive allows to broadcast data in either multicast or unicast mode.
For example, multicast messages are not allowed within my company and thus filtered by the router. I would thus need to use unicast communication.
Thank you