Re: Seti-like program

2005-06-01 Thread Irmen de Jong
Magnus Lycka wrote: > Both CORBA implementations and simpler things like PYRO could help, but > these systems are more aimed at enabling communication between programs > running in a distributed fashion, and I don't think they target tasks > such as job queues, starting and stopping jobs, or load

Re: Seti-like program

2005-06-01 Thread Magnus Lycka
GMane Python wrote: > I'd like to consider making a program which is 'seti-like' where I could run > a command-line Python script to just 'do something', and then be able to > launch a viewer program (maybe linux x11 or Windows, possibly over a network > socket) using wxPython to be able to inter-a

Re: Seti-like program

2005-05-31 Thread GMane Python
I want to have a program download pictures from a netCam (Axis 2100). So, I want to start & stop, and also see progress (how many photos, are there errors, did I begin encoding to DivX, etc) for multiple cameras. -Dave <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Other examples-

Re: Seti-like program

2005-05-31 Thread [EMAIL PROTECTED]
Other examples- PCAnyWhere, a Trojan Horse .. :) Anyway, this is quite simple. All you realy need is a server with a GUI that listens all the time for incoming connections, and a client that will connect to the server and work in the background. Here are some thoughts... - Figure out what ac

Seti-like program

2005-05-31 Thread GMane Python
Hello I'd like to consider making a program which is 'seti-like' where I could run a command-line Python script to just 'do something', and then be able to launch a viewer program (maybe linux x11 or Windows, possibly over a network socket) using wxPython to be able to inter-act with it. (Start jo