Re: [Twisted-Python] Monitoring Application

2013-08-24 Thread Werner Thie
On 8/24/13 5:41 AM, entrash hotmail wrote: Hello, just started using Twisted and don't know how to manage communications in a monitoring application I'm building for Windows environment. I'm building an application where various client machines will be receiving real-time updates on the status

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

2013-08-24 Thread Lucas Taylor
On Aug 23, 2013, at 1:53 PM, Phil Mayers wrote: > 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,

[Twisted-Python] Monitoring Application

2013-08-24 Thread entrash hotmail
Hello, just started using Twisted and don't know how to manage communications in a monitoring application I'm building for Windows environment. I'm building an application where various client machines will be receiving real-time updates on the status of multiple servers (CPU/RAM usage, tasks

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

2013-08-24 Thread Orestis Markou
I gave a 4-hour training on Twisted a couple of years ago, and tried to capture the essence of it in a written tutorial (as opposed to slides). I haven't touched those notes for ages now, but you can see the result here: https://github.com/orestis/twisted-tutorial Hopefully it will find some u