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

No way of checking if ofxArtnetSender/Receiver is actually connected #25

Open
bgstaal opened this issue Jul 22, 2019 · 6 comments
Open

Comments

@bgstaal
Copy link

bgstaal commented Jul 22, 2019

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.

@piotrus04
Copy link

Yes this is exactly the interest of Polling the receiver, but it seems that it is not implemented in this git

@hiroyuki
Copy link
Owner

I think you guys are talking about artpoll message.
It’s not implemented in this version. I don’t think it’s not that complicated though.

@adidahiya
Copy link

+1, I'm also interested in a method to check if the connection has been opened successfully

@piotrus04
Copy link

I found this from a friend of mine,
https://github.com/mattbeghin/Art-Ext-Poll
and
https://github.com/OpenLightingProject/artnet-examples/blob/master/src/artnet-test-master.c

but i don't have sufficient knowledge in C to make a good (coded well) implementation alone.

Somebody would be interested to implement it ?

@hiroyuki
Copy link
Owner

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.
The basic infomation is here.

@piotrus04
Copy link

Ok , i'll try. I can do it, it will just be quite dirty. If somebody can later clean the code... :)
I'll try to implement it in october.
thks

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

4 participants