Re: [Twisted-Python] Twisted as a House for Sale

2013-08-23 Thread Senthil Kumaran
Hi Matt, On Fri, Aug 23, 2013 at 3:31 PM, Matt Haggard wrote: > Thanks for positive response, everyone! > > There are now two legitimate articles (yeah, they're small) > iffy.github.io/twistedftw This is great. It will be appealing to new audience, who value UI design highly. I hope you have

Re: [Twisted-Python] Twisted as a House for Sale

2013-08-23 Thread Matt Haggard
Thanks for positive response, everyone! There are now two legitimate articles (yeah, they're small) iffy.github.io/twistedftw I'm planning next to write a hello world for making a webserver using klein. It will mostly be plagiarized from the klein README and then drive them to klein's github pag

Re: [Twisted-Python] Serial transport protocol logging on Raspberry Pi

2013-08-23 Thread Phil Mayers
On 08/23/2013 06:39 PM, Lucas Taylor wrote: I suppose the obvious answer may be that the Pi is underpowered for this task, but I am hoping to better understand why. I may be able to defer logging to a queue or find other workarounds, but I'd like to figure out why basic usage of logging could b

[Twisted-Python] Serial transport protocol logging on Raspberry Pi

2013-08-23 Thread Lucas Taylor
I have written a simple serial-to-serial logging proxy in order to discover and document the protocol used by two hardware devices. The goal is to incrementally replace one of the devices with a Twisted application, but right now I'm just trying to gather data. A RaspberryPi seemed ideal for th