[Twisted-Python] AutobahnPython 0.6.3 - WebSocket compression and more

2013-10-05 Thread Tobias Oberstein
Hi, AutobahnPython 0.6.3 was just released to PyPi https://pypi.python.org/pypi/autobahn with lots of new features, including _WebSocket compression_, an upcoming extension to the WebSocket protocol. We have seen compression ratios of 2-15x with JSON payload over WebSocket, which is great, in

Re: [Twisted-Python] twisted linux netfilter_log protocol

2013-10-05 Thread David Stainton
Right. I gave my class one of these: implements(interfaces.IPushProducer, interfaces.IReadDescriptor) Which means that I can easily write a class that implements IConsumer to do something with the packets. https://github.com/david415/hushVPN/blob/master/nflog_reader.py This is basically a packet

Re: [Twisted-Python] txThings - simple library for CoAP protocol

2013-10-05 Thread Tobias Oberstein
> I would like to announce the first release of txThings. It is a simple library > for Constrained Application Protocol (CoAP). CoAP is a relatively new protocol > designed for "Internet of Things" and M2M communications. Cool! > Internet of Things is currently very interesting field of developm

[Twisted-Python] txsocksx 1.13.0.0 released (SOCKS clients for Twisted)

2013-10-05 Thread Aaron Gallagher
Hi! txsocksx 1.13.0.0 has been released--the first stable 1.x release. This version has full implementations of client endpoints which wrap client endpoints and perform SOCKS 4, 4a, or 5 proxy negotiation. Additionally, txsocksx comes with support code to

Re: [Twisted-Python] AutobahnPython 0.6.3 - WebSocket compression and more

2013-10-05 Thread Glyph
On Oct 5, 2013, at 7:24 AM, Tobias Oberstein wrote: > AutobahnPython 0.6.3 was just released to PyPi > https://pypi.python.org/pypi/autobahn with lots of new features, including > _WebSocket compression_, an upcoming extension to the WebSocket protocol. Congratulations, Tobias! And thanks

Re: [Twisted-Python] txsocksx 1.13.0.0 released (SOCKS clients for Twisted)

2013-10-05 Thread Glyph
On Oct 5, 2013, at 6:18 PM, Aaron Gallagher <_...@habnab.it> wrote: > Hi! > > txsocksx 1.13.0.0 has been > released--the first stable 1.x release. Cool! > This version has full implementations of client endpoints which wrap > client endpoints and perform

Re: [Twisted-Python] txsocksx 1.13.0.0 released (SOCKS clients for Twisted)

2013-10-05 Thread Aaron Gallagher
Glyph writes: > I'm super happy to see such widespread use of the endpoint API :-). It > looks like there's no endpoint string parser plugin, though; any > chance you'll be looking into adding that in a future release? Yes! This is definitely on my todo list, but it will be much more useful once

Re: [Twisted-Python] txThings - simple library for CoAP protocol

2013-10-05 Thread Glyph
On Oct 5, 2013, at 3:12 PM, Tobias Oberstein wrote: > If above sounds OT for this list, in one way probably, but when looking from > the angle: competitive advantage of Python/Twisted and opportunities for > expanding the community and actively promoting Twisted, I'd say it's on > topic. While

Re: [Twisted-Python] twisted linux netfilter_log protocol

2013-10-05 Thread Glyph
On Oct 5, 2013, at 10:50 AM, David Stainton wrote: > > Right. I gave my class one of these: implements(interfaces.IPushProducer, > interfaces.IReadDescriptor) > Which means that I can easily write a class that implements IConsumer > to do something with the packets. > > https://github.com/dav

Re: [Twisted-Python] twisted linux netfilter_log protocol

2013-10-05 Thread David Stainton
I'm glad I found the doc about producers/consumers... I should actually finish a transport so I can see this thing churn data. Thanks for pointing out that decorator. On Sat, Oct 5, 2013 at 8:46 PM, Glyph wrote: > > On Oct 5, 2013, at 10:50 AM, David Stainton > wrote: > > > Right. I gave my c

Re: [Twisted-Python] twisted linux netfilter_log protocol

2013-10-05 Thread David Stainton
Oh and it looks like I should be using these for my proxy classes: http://twistedmatrix.com/documents/current/api/twisted.protocols.pcp.BasicProducerConsumerProxy.html http://twistedmatrix.com/documents/current/api/twisted.protocols.pcp.ProducerConsumerProxy.html On Sat, Oct 5, 2013 at 9:22 PM,

[Twisted-Python] Weekly Bug Summary

2013-10-05 Thread trac
Bug summary __ Summary for 2013-09-29 through 2013-10-06 Opened Closed Total Change Enhancements: 2 4 -2 Defects: 3 1695 +2 Tasks: 0 2 8