Re: remote desktop control using Django

2010-02-17 Thread Mike Ramirez
On Wednesday 17 February 2010 03:28:35 bruno desthuilliers wrote: > On Feb 17, 10:08 am, Mike Ramirez wrote: > > On Wednesday 17 February 2010 00:56:55 bruno desthuilliers wrote: > > > On Feb 16, 7:35 pm, Mike Ramirez wrote: > > > > On Tuesday 16 February 2010 10:24:46 Baurzhan Ismagulov wrote: >

Re: remote desktop control using Django

2010-02-17 Thread bruno desthuilliers
On Feb 17, 10:08 am, Mike Ramirez wrote: > On Wednesday 17 February 2010 00:56:55 bruno desthuilliers wrote: > > > On Feb 16, 7:35 pm, Mike Ramirez wrote: > > > On Tuesday 16 February 2010 10:24:46 Baurzhan Ismagulov wrote: > > > > This is very impractical to implement with pure browser + HTTP. >

Re: remote desktop control using Django

2010-02-17 Thread Mike Ramirez
On Wednesday 17 February 2010 00:56:55 bruno desthuilliers wrote: > On Feb 16, 7:35 pm, Mike Ramirez wrote: > > On Tuesday 16 February 2010 10:24:46 Baurzhan Ismagulov wrote: > > > This is very impractical to implement with pure browser + HTTP. > > > > Take a look at eyeos. http://eyeos.org/ PHP+

Re: remote desktop control using Django

2010-02-17 Thread bruno desthuilliers
On Feb 16, 7:35 pm, Mike Ramirez wrote: > On Tuesday 16 February 2010 10:24:46 Baurzhan Ismagulov wrote: > > > This is very impractical to implement with pure browser + HTTP. > > Take a look at eyeos.  http://eyeos.org/ PHP+Javascript... Definitly not the same thing. eyeos doesn't access the user

Re: remote desktop control using Django

2010-02-16 Thread Baurzhan Ismagulov
On Tue, Feb 16, 2010 at 10:35:46AM -0800, Mike Ramirez wrote: > > This is very impractical to implement with pure browser + HTTP. > > Take a look at eyeos. http://eyeos.org/ PHP+Javascript... Wow, very impressive! Someone seems to have done the tedious work, and it performed well on my old not

Re: remote desktop control using Django

2010-02-16 Thread Mike Ramirez
On Tuesday 16 February 2010 10:24:46 Baurzhan Ismagulov wrote: > This is very impractical to implement with pure browser + HTTP. Take a look at eyeos. http://eyeos.org/ PHP+Javascript... Dunno if it's design is impractical but you can play with it here: http://eyeos.info/ If you find proble

Re: remote desktop control using Django

2010-02-16 Thread Baurzhan Ismagulov
On Tue, Feb 16, 2010 at 02:18:24AM -0800, Keyan wrote: > The software i'd like to write is a kind of " remote desktop control", > it has:one server and many clients > > server task is to control client's sytem & could able to handle > keyboard and mouse events of the client system. So you have

Re: remote desktop control using Django

2010-02-16 Thread bruno desthuilliers
On Feb 16, 12:05 pm, Keyan wrote: > Iam new to web application so i dont have clear view of HTTP protocol. Strange enough, I kinda guessed this already... FWIW, it seems you don't have a clear view of what "controlling the client's system" imply neither. I'll give you a couple clues: - you can'

Re: remote desktop control using Django

2010-02-16 Thread Jonas Obrist
If you're new to web apps I strongly suggest you'll have a go at something easier than what you plan. Generally you could do what you intend with django, since the crazy stuff is going to be in the frontend (flash?). -- You received this message because you are subscribed to the Google Groups

Re: remote desktop control using Django

2010-02-16 Thread Keyan
Iam new to web application so i dont have clear view of HTTP protocol. If that remote descktop control is possible using django means please let me know how to proceed with.. thank u On Feb 16, 3:41 pm, bruno desthuilliers wrote: > On Feb 16, 11:18 am, Keya

Re: remote desktop control using Django

2010-02-16 Thread bruno desthuilliers
On Feb 16, 11:18 am, Keyan wrote: > The software i'd like to write is a kind of " remote desktop control", > it has:one server and many clients > > server  task is to control client's sytem &  could able to handle > keyboard and mouse events of the client system. > > Please let me know is it possi

remote desktop control using Django

2010-02-16 Thread Keyan
The software i'd like to write is a kind of " remote desktop control", it has:one server and many clients server task is to control client's sytem & could able to handle keyboard and mouse events of the client system. Please let me know is it possible to do using Django! Thank you -- You r