IKC server with multiple clients....can clients communicate directly after subscribtion

2009-05-12 Thread Josh803316
To Whom may want to Help, I have two IKC clients that publish their states to a IKC server (each one is a separate process). I want to be able to use IKC to make both clients talk with each other once they have published their states. I tried to subscribe from one client to the other client,

Re: IKC server with multiple clients....can clients communicate directly after subscribtion

2009-05-12 Thread Josh803316
Here is what the _start looks like for the ikc clients that connect to the server. I read the docs and client examples posted with the distribution...but still trying to work through it. sub _start { my ( $kernel, $session, $heap, $class, $arg1 ) = @_[ KERNEL, SESSION, HEAP, ARG0, ARG1