From: "K. R." Date: 2007-11-16T08:00:12+09:00 Subject: Re: xmlrpc problems > I wasn't able to run this code� > >> server = XMLRPC::Client.new(destAdd,"/RPC2",20000) > > The variable in this line isn't defined, but I switched it to my > server address. Of course, because your network can be designed in an other ip structure. >> server.call("sniffing.connect", 25000, "192.168.10.10") > > I don't see this method in the server. The script errors out at this > point. This method call the handler "sniffing.connect" at the server. The handler is registered just below of s = XMLRPC::Server.new(20000, "192.168.10.2"), so I didn't see the problem. In method start of class sniffer, I actually use a while loop until the sender stop the sendingstream. -- Posted via http://www.ruby-forum.com/.