If I recall properly, you can use the existing consoleclient from any server to connect to other servers. I have my server, running a fairly old codeset, open to the outside world. So, anyone with the consoleclient code on their machine can start the code and then
/connect [email protected] orient-lodge.com 9876 to connect into my server. IIRC, I've run the consoleclient from other machines this way successfully, without any modifications. In addition, I've connected using the QWaveClient from several different machines this way. Devon, if you want to test your java code against my server, go ahead. It may help you isolate whether the problem is on your client side or your server side. Aldon > -----Original Message----- > From: [email protected] > [mailto:[email protected]]on Behalf Of Devon > Sent: Monday, March 29, 2010 1:51 PM > To: Wave Protocol > Subject: Accessing Wave Server from a Remote Java Environment > > > Hello, > > I'm trying to create a Java program that can act like the console > client to access my wave server from a remote computer. My current > code, mostly taken from the ConsoleClient.java source, doesn't seem to > be connecting, and I'm not sure why. > > Is it possible to use this same code to connect to a remove server, or > is there any way to do it at all? > > It currently gets hung up when creating a new wave, it times out. > connect() doesn't throw any exceptions, but I can't tell if it's > actually connected or not. > > Any help would be greatly appreciated. > > -- > You received this message because you are subscribed to the > Google Groups "Wave Protocol" 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/wave-protocol?hl=en. > -- You received this message because you are subscribed to the Google Groups "Wave Protocol" 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/wave-protocol?hl=en.
