-
Notifications
You must be signed in to change notification settings - Fork 31
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
No way of checking if ofxArtnetSender/Receiver is actually connected #25
Comments
Yes this is exactly the interest of Polling the receiver, but it seems that it is not implemented in this git |
I think you guys are talking about artpoll message. |
+1, I'm also interested in a method to check if the connection has been opened successfully |
I found this from a friend of mine, but i don't have sufficient knowledge in C to make a good (coded well) implementation alone. Somebody would be interested to implement it ? |
if you can wait some time, I will try it later. maybe in next month. in case you can not wait, i think you can write your own code using ofxNetwork. |
Ok , i'll try. I can do it, it will just be quite dirty. If somebody can later clean the code... :) |
As of now there is no way of checking if Sender/Receiver is actually connected to the udp endpoint. This makes it impossible to check if one is actually connected before sending data.
The text was updated successfully, but these errors were encountered: