On Apr 14, 2008, at 02:41, Eric Wilhelm wrote:
# from Scott Gifford
# on Sunday 13 April 2008 19:14:

You can simplify both of these by providing a network client that
speaks a simple TCP-based protocol and relays messages to/from the IRC
server/multicast network/Jabber server.

Well, that's what I'm doing now -- sans the IRC relay.  The repository
now has a wx subscriber, which demonstrates what I'm getting at with
all of this:

 http://scratchcomputing.com/svn/misc/pubsubserver

[Stomp]
[BEEP]
[Spread]
[PubSub]

You could get a lot of mileage out of POE here. All these pieces interoperate due to the common POE substrate.

http://search.cpan.org/dist/POE-Component-Server-IRC/
http://search.cpan.org/dist/POE-Component-MessageQueue/ (Stomp based)
http://search.cpan.org/dist/POE-Component-Client-Stomp/
http://search.cpan.org/dist/POE-Filter-Stomp/ (Stomp wire protocol)
http://search.cpan.org/dist/POE-Component-Spread/
http://search.cpan.org/dist/POE-Loop-Wx/
http://search.cpan.org/dist/POE-Component-Jabber/ (and XMPP)

--
Rocco Caputo - [EMAIL PROTECTED]



Reply via email to