You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
That assertion is there because I only use multicast mode and haven't implemented unicast mode. I'll put it on my list, but I can't promise I'll get to it soon.
Hello, running the code I get the following error:
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
The text was updated successfully, but these errors were encountered: