Hi Paul,

On Tue, Mar 9, 2010 at 6:04 AM, Paul Pocock
<[email protected]> wrote:

> Could someone tell me the correct syntax in telling a resident client to
> talk to an eqServer on localhost port 7999 using -eq-listen?

It's the other way around. The server should talk to the client, e.g.:

.../eqPly -- --eq-client --eq-listen localhost:1234

add to the corresponding node in the eqc:

connection { hostname "localhost" port 1234 }

and launch the server and application. The server will open a
connection to the client upon Config::init().

> I send that
> argument list to the client using initData? i.e. client = new
> Application( initData );

Not if you use pre-launched clients. If you let the eqServer launch
the clients, the server will communicate the parameters to the render
clients correctly -- and then the render client actually contact the
server.


HTH,

Stefan.

_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to