Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multicast assertion #1

Open
DarioTurchi opened this issue Jan 24, 2018 · 1 comment
Open

multicast assertion #1

DarioTurchi opened this issue Jan 24, 2018 · 1 comment

Comments

@DarioTurchi
Copy link

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

@mje-nz
Copy link
Owner

mje-nz commented Jan 24, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants