Content here is by:
Michael Still
mikal@stillhq.com

All my Open Source projects
Extracted view of CVS
Home
Site map

See recent comments. RSS feed of all comments. Raw dump of all comments for research purposes.

ImageMagick book
MythTV book








Mon, 08 May 2006



Twisted conch

    It seems to me that every time I go to write some networking code in Python, the twisted guys have got there before me. Today's adventures are involving twisted conch, which seems very cool. The documentation is a bit patchy though.

    Tags for this post: python(S) twisted(S)

posted at: 09:55 | path: /python/twisted | permanent link to this entry


Tue, 18 Apr 2006



Twisted Python and Jabber SSL

    Ok, so I thought it would be cool to be able to send Google Talk messages to my MythTV box. Can't be too hard to write a twisted python jabber client can it? Well, after an hour of surfing, I give up. I have the simple jabber client example, but it totally doesn't work with the Google servers, I suspect because it doesn't do SSL. I can see one of the twisted.words maintainers filing bugs against the xish stuff too, which I suspect means it's going to be a while.

    A little bit disappointing me thinks.

    Tags for this post: python(S) twisted(S)

posted at: 22:07 | path: /python/twisted | permanent link to this entry