If I understand correctly, you want the client to talk only to the ape server and not everybody else connected to APE?
In that case, defining a unique channel for each client could be an idea, but you still can use this global channel you're talking about, depending what command you are using. If you have a custom server-side command, you can sed the reply only to the client sending the command and not the entire channel. But please tell us more about what you wan to do exactly, it may help us help you! - Louis Envoyé de mon iPhone Le 2012-04-05 à 10:02, Micael Ribeiros <[email protected]> a écrit : > Thank you for your fast response, I could use any kind of help. If you > didnt quite understand what Im asking Im going to try to resume it: > > I dont want to have to create a 'global' channel on ape or have > clients connected to it, I just want to use a simple server-client > pipe. What Ive done so far is getting a user to connect the server, > send a command to the user but after that Im stuck, I cant get the > private 'client-server' pipe anywhere on the client (to send commands > to the server) and I cant get the user to join a channel (I get a 001 > bad params error). > > If you could give me some pointers on where to head to It would be > much appreciated. > > Regards > > On Apr 5, 3:52 pm, Pablo Tejada <[email protected]> wrote: >> I have an example and some code i would like to share with you but is >> sitting on my desktop at home. Is something i coded when i started >> using APE a while ago. It might even serve useful to your porpose. >> >> Sent from my iPhone >> >> On Apr 5, 2012, at 9:42 AM, Micael Ribeiros <[email protected]> wrote: >> >> >> >> >> >> >> >>> Hello, >> >>> I'm building a multichannel chat system so I need to save the private >>> "client-server" pipe that communicates between the user and server >>> (only) on a variable, on each of the pipe's of the channel the user is >>> in on other variables. I've managed to do everything but I was using a >>> 'global' channel to communicate between the client and server, I have >>> recoded it but now I dont seem to get a hold of the private 'client- >>> server' pipe if I dont use the 'channel' option on the client load >>> function. >> >>> On which function do I retrieve/create the "client-server" pipe, on >>> server I'm guessing it gets automatically stored on user.pipe but what >>> about the client, on which function can I retrieve it? >> >>> Do I need to set the pipe on the server (so it transfers it to the >>> client?), it does not set automatically? I tried sending a raw command >>> to the client on the onConnect, the client receives it, but the 'pipe' >>> variable on the client is empty. When does it 'initiate' or where do I >>> get/set it? >> >>> Can I do this manually or do I really have to set that channel on the >>> load options? Or am I wrong and the messages sent on the 'global' >>> channel pipe and kept between the server and the client and not shared >>> with other users? >> >>> Thank you in advance for any response, >>> Regards >> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "APE Project" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/ape-project?hl=en >>> --- >>> APE Project (Ajax Push Engine) >>> Official website :http://www.ape-project.org/ >>> Git Hub :http://github.com/APE-Project/ > > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ > Git Hub : http://github.com/APE-Project/ -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
