Issue 25 in syphon-implementations: Processing client only matches app name, not server name

8 views
Skip to first unread message

syphon-impl...@googlecode.com

unread,
Dec 4, 2012, 8:39:34 AM12/4/12
to syphon-de...@googlegroups.com
Status: New
Owner: andres.c...@gmail.com
Labels: Type-Defect Priority-Medium Milestone-LaterBeta

New issue 25 by bang...@gmail.com: Processing client only matches app
name, not server name
http://code.google.com/p/syphon-implementations/issues/detail?id=25

SyphonClient takes a serverName argument, but this actually matches app
name. It should take serverName and appName arguments.

http://v002.info/forums/topic/processing-problem-syphonservers-with-appname/

syphon-impl...@googlecode.com

unread,
Dec 5, 2012, 12:29:24 PM12/5/12
to syphon-de...@googlegroups.com
Updates:
Status: Accepted

Comment #1 on issue 25 by andres.c...@gmail.com: Processing client only
Working on it.

if only one string is provided to the constructor of the client class,
should it be interpreted as an app name or as a server name?

syphon-impl...@googlecode.com

unread,
Dec 5, 2012, 5:39:11 PM12/5/12
to syphon-de...@googlegroups.com

Comment #2 on issue 25 by bang...@gmail.com: Processing client only
r189 looks good except SyphonClient shouldn't throw an exception if no
names are provided - the underlying SyphonNameboundClient will match any
available client if neither are provided. Indeed the example project could
use it so it will match any client - perhaps with a commented-out line with
a match for a specific client.

syphon-impl...@googlecode.com

unread,
Dec 5, 2012, 5:43:44 PM12/5/12
to syphon-de...@googlegroups.com

Comment #3 on issue 25 by bang...@gmail.com: Processing client only
Ah I now see your commented-out lines in r190 - that is great but also
permit SyphonClient(this, "") and SyphonClient(this, "", "").

syphon-impl...@googlecode.com

unread,
Apr 3, 2013, 5:01:06 AM4/3/13
to syphon-de...@googlegroups.com

Comment #4 on issue 25 by ccla...@gmail.com: Processing client only matches
Has anyone looked at this code in awhile? I tried specifying both
application and server names as in r190 but it says that the constructor is
undefined. Ideally, I am trying to receive data from a Max Patch with 3
different servers.
client = new SyphonClient(this, "Max", "Grab1");
client = new SyphonClient(this, "Max", "Grab2");
client = new SyphonClient(this, "Max", "Grab3");

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

syphon-impl...@googlecode.com

unread,
Apr 3, 2013, 9:10:20 AM4/3/13
to syphon-de...@googlegroups.com

Comment #5 on issue 25 by andres.c...@gmail.com: Processing client only
Hello, I haven't had time to work on it lately, but in the last round of
changes the constructor of SyphonClient allows you to specify different
servers within the same app. Take a look at the comments in the
ReceiveFrames example:

"A Syphon server can be specified by the name of the application that it
contains it, its name, or both:

1) Only application name.
client = new SyphonClient(this, "SendFrames");

2) Both application and server names
client = new SyphonClient(this, "SendFrames", "Processing Syphon");

3) Only server name
client = new SyphonClient(this, "", "Processing Syphon");

An application can have several servers:
clientRaw = new SyphonClient(this, "Quartz Composer", "Raw Image");
clientScene = new SyphonClient(this, "Quartz Composer", "Scene");
"

These different constructors should be available in the last release
(Public Beta 2 r7)

syphon-impl...@googlecode.com

unread,
Aug 30, 2013, 3:29:29 PM8/30/13
to syphon-de...@googlegroups.com
Updates:
Status: WontFix

Comment #6 on issue 25 by andres.c...@gmail.com: Processing client only
Moved to GitHub: https://github.com/Syphon/Processing/issues/2
Reply all
Reply to author
Forward
0 new messages