We're going to use an AIM bot as an interface for a distributed server. In other words, let's say you have a XMLRPC server with the method "diskspace" which simply spits out the results of a 'df' command. Using our handy AIM bot, you'll be able type "diskspace hostname" in your AIM window, and you'll get the df results of that host immediately sent to your AIM window.
This is mostly just a whiz-bang thing to impress the PHB's. It's also PRIOR ART, for any smart ass companies who think they're going to patent this technique.
Meanwhile, Aryeh's code could use some serious polish. I'm finding a fair amount of dead and redundant code. I'm especially curious why he didn't make AIM.pm a subclass of Connection.pm, instead of redefining all the methods and delegating them all to a Connection object. Seems a lot of extra work to me but, hey, it works.
encouragement! (Score:2)
Let me know if you need help.
--
xoa
Re:encouragement! (Score:2)
There is some code at wiredbots [wiredbots.com] that includes some comments that have helped.