[Twisted-Python] Announcement: txHybridCluster client released

2011-09-12 Thread Luke Marsden
Hi all, >From a blustery grey Monday morning in Bristol, England, comes the announcement of the immediate availability of a Twisted client for interacting with the Hybrid Cluster API. https://github.com/hybridlogic/txHybridCluster http://www.hybrid-cluster.com/ http://www.hybrid-cluster.com/api/

[Twisted-Python] Twisted Perspective Broker: get client ip

2011-09-12 Thread Andrea Di Mario
Hi, i'm writing a perspective broker server. Now, i should get the client IP, that perspective broker writes well in the log. I've tried to get it from MyRealm with: mind.broker.transport.getPeer(), without success. I've tried self.transport.getPeer() to, with this result: exceptions.AttributeError

[Twisted-Python] Autobahn WebSockets - Twisted based WS implementation

2011-09-12 Thread Tobias Oberstein
Announcing Autobahn WebSockets Autobahn WebSockets provides an implementation of the WebSockets protocol which can be used to build WebSockets clients and servers. * supports protocol draft version 10-14 * usable for clients and servers * easy to use basic API * advanced API for frame

Re: [Twisted-Python] Autobahn WebSockets - Twisted based WS implementation

2011-09-12 Thread Glyph Lefkowitz
On Sep 12, 2011, at 9:15 AM, Tobias Oberstein wrote: > Announcing Autobahn WebSockets > > Autobahn WebSockets provides an implementation of the WebSockets protocol > which can be used to build WebSockets clients and servers. > > * supports protocol draft version 10-14 > * usable for clients

Re: [Twisted-Python] Autobahn WebSockets - Twisted based WS implementation

2011-09-12 Thread Tobias Oberstein
> Hi Tobias - great to hear it, thanks for the announcement! > > I'm curious - is this in any way related to previous work done on Twisted > websockets implementations, such as > ? No, it's not. From a cursory look at the code (didn't knew it existed): Outd

Re: [Twisted-Python] Autobahn WebSockets - Twisted based WS implementation

2011-09-12 Thread Reza Lotun
Hi, On Mon, Sep 12, 2011 at 4:38 PM, Tobias Oberstein < tobias.oberst...@tavendo.de> wrote: > > No, it's not. From a cursory look at the code (didn't knew it existed): > That repo on Github is based on a Twisted branch that was nearly ready for inclusion into Twisted. This was back in the day whe

Re: [Twisted-Python] Autobahn WebSockets - Twisted based WS implementation

2011-09-12 Thread Tobias Oberstein
Hello Reza, the WS protocol has indeed changed alot from hixie-76. There are binary frames, new framing scheme, interspersed control frames, masking, etc etc. Currently, it's in the last review phase involving IESG/IAB members, and the WG chairs want to cross the finish line in November on WS 1