On Monday 26 October 2009, Tom Leys wrote:
> Gridspy provides you with an interactive view of resource usage in your
> building. It gives you hard data on your consumption patterns and helps
> you to make informed decisions.
How can other people get their own Gridspy? Do you plan to release it as
Hi Maarten
The Gridspy is a commercial product. At the moment we are manufacturing
small runs of prototypes for development and testing, soon they will be
available from our site on-line.
We are making it "hacker friendly" and it has spare serial ports, digital
and analogue inputs so electronics
On Mon, Oct 5, 2009 at 1:49 PM, Kevin Horn wrote:
> On Mon, Oct 5, 2009 at 1:32 PM, Glyph Lefkowitz
> wrote:
>
>> On Mon, Oct 5, 2009 at 12:34 PM, Kevin Horn wrote:
>>
>>> I'd like to see this ticket get moving again.
>>
>>
>> Excellent!
>>
>>
>>> I've gone over what's been done so far (and put
On Oct 26, 2009, at 5:11 PM, Kevin Horn wrote:
> FYI, this ticket back up for review...
Thanks!
Sorry about the review backlog; the core committers have all been
pretty busy lately. I'll try to get to this soon.
___
Twisted-Python mailing list
Twi
First of all. Thanx for the help!!! The internet is just fantastic!!
I like the wrapper approach.
I had not thought of that approach myself. Sounds very reasonable. -So I
started wrapping Resolver, but got stuck pretty fast. I get a problem saying
that
'NoneType' object has no attribute 'addCall
Hi,
I have a client server model in twisted, where the server spawns a thread (
basically a test script in python that runs for about 20 mins)
I want to track the progress of the thread, and send the progress to the
client back
So, I write something like this in my server:
parent_conn, child_con
On Mon, Oct 26, 2009 at 11:44 PM, naman jain wrote:
> Hi,
>
> I have a client server model in twisted, where the server spawns a thread (
> basically a test script in python that runs for about 20 mins)
> I want to track the progress of the thread, and send the progress to the
> client back
>
> So