Home › Forums › Syphon › Syphon Development – Developer › Client for OpenFrameworks › Reply To: Client for OpenFrameworks
November 30, 2010 at 2:35 pm
#5050
Participant
Thanks for looking into this.
I was able to receive frames from the Simple Server app using the following:
mClient.setApplicationName("Simple Server");
mClient.setServerName("");
Although I would’ve expected “Simple Server” to be the server name. What’s the difference between the application name and the server name?
I still can’t receive frames from the openFrameworks server to the openFrameworks client. I tried setting the application name to “Screen Output” or “Texture Output” but neither seem to work. Tom, were you able to get an oF -> oF link to work?