Re: Guess what I got? :-)

2002-03-24 Thread see7a

Hi Andrew
If you are looking for a cross platform VNC
We are already working on a JNC: a pure Java VNC client and server
We will post a link to download alpha version as soon as possible

 JNC 
Development team
 Ain Shams University
 Cairo, Egypt



At 07:19 PM 3/22/2002 +1100, you wrote:
>Visual Studio .NET C++ Standard Edition in a retail box. :-)
>
>This means I can finally distribute binaries (and the permissible
>redistributables) for the stuff I've been playing with.
>
>I'm currently learning about managed C++ applications. Excellent stuff.
>It should be possible to port VNC Viewer to be a pure .NET C++ managed
>app, and this would run unchanged on Mono under Linux or .NET on IA64. I
>wonder if the Remotable methods would work - that would eliminate
>complete wads of bad authentication stuff.
>
>Andrew
>-
>To unsubscribe, mail [EMAIL PROTECTED] with the line:
>'unsubscribe vnc-list' in the message BODY
>See also: http://www.uk.research.att.com/vnc/intouch.html
>-



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
-
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
-



RE: VNC server in Java

2002-03-24 Thread see7a

Hi kiran and Scott

First of all we are already developing a VNC server in pure Java (JNC)

Java is good IF you seek cross platform support
also, we use Java because we intend to implement a three tier, Web enabled
VNC system based on Java Server side technologies (JSP & Servlets)

Basically, most VNC related functions are supported in java 1.3 in class 
java.awt.Robot
But Java lacks some core OS features like hooking and screen resolution 
handling
We are now trying to find workarounds for these problems

Bottom line , use Java only if you need to. If you don't need to support 
various platforms
or to use Java server side stuff then Java would not be the best choice for 
you.


 JNC Development team
 Ain Shams University
 Cairo, Egypt



At 02:34 PM 3/21/2002 -0700, you wrote:
>There was one on the web site, but I'm not sure how well it performs.
>The problem with it is that you'll need to access the display stuff
>though JNI unless you are only looking to export AWT or SWING.  If you
>are looking at JNI, it could be slow.
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]] On Behalf Of kiran
>chandramohan
>Sent: Thursday, March 21, 2002 2:09 PM
>To: [EMAIL PROTECTED]
>Subject: VNC server in Java
>
>hi friends
>
>   I am going to do a project in VNC.
>I like to know
>
>   * Will it be advisable to build the VNC server in Java
>   * Has anyone build the VNC server in Java.
>
>Kinly let me know, if anyone has any ideas about these.
>
>regards
>Kiran
>-
>To unsubscribe, mail [EMAIL PROTECTED] with the line:
>'unsubscribe vnc-list' in the message BODY
>See also: http://www.uk.research.att.com/vnc/intouch.html
>-
>-
>To unsubscribe, mail [EMAIL PROTECTED] with the line:
>'unsubscribe vnc-list' in the message BODY
>See also: http://www.uk.research.att.com/vnc/intouch.html
>-



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
-
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Re: Setting Raw Pixel Drawing Option

2002-04-03 Thread see7a

Hi

Anybody knows what is the difference in implementation between Raw and Fast 
pixel drawing ??

I tried to look at Java source from AT&T but I could not find anything 
except in
optionsFrame.java and of course it only points to where user changes the option

thanx in advance


At 11:01 AM 3/25/2002 -0700, you wrote:
>On Sun, Mar 24, 2002 at 09:14:36PM -0600, Chip Wood wrote:
> > When using the java viewer, VNC defaults to "reliable" and "fast"
> > works fine for me. Is there a way to switch the default to "fast" to
> > prevent having to change every time I log on ?
>
>Set the "Raw pixel drawing" applet parameter to "Fast" in the web page
>that contains the Java viewer.  Or just use TightVNC which has this as
>the default along with many other improvements.
>
>--
>Mike Ossmann, Tarantella/UNIX Engineer/Instructor
>Alternative Technology, Inc.  http://www.alttech.com/
>-
>To unsubscribe, mail [EMAIL PROTECTED] with the line:
>'unsubscribe vnc-list' in the message BODY
>See also: http://www.uk.research.att.com/vnc/intouch.html
>-



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
-
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Re: Setting Raw Pixel Drawing Option

2002-04-03 Thread see7a

Hi

Anybody knows what is the difference in implementation between Raw and Fast 
pixel drawing ??

I tried to look at Java source from AT&T but I could not find anything 
except in
optionsFrame.java and of course it only points to where user changes the option

thanx in advance

JNC development Team
Ain Shams University,
Cairo, Egypt.



At 11:01 AM 3/25/2002 -0700, you wrote:
>On Sun, Mar 24, 2002 at 09:14:36PM -0600, Chip Wood wrote:
> > When using the java viewer, VNC defaults to "reliable" and "fast"
> > works fine for me. Is there a way to switch the default to "fast" to
> > prevent having to change every time I log on ?
>
>Set the "Raw pixel drawing" applet parameter to "Fast" in the web page
>that contains the Java viewer.  Or just use TightVNC which has this as
>the default along with many other improvements.
>
>--
>Mike Ossmann, Tarantella/UNIX Engineer/Instructor
>Alternative Technology, Inc.  http://www.alttech.com/
>-
>To unsubscribe, mail [EMAIL PROTECTED] with the line:
>'unsubscribe vnc-list' in the message BODY
>See also: http://www.uk.research.att.com/vnc/intouch.html
>-
-
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Re: Setting Raw Pixel Drawing Option

2002-04-03 Thread see7a

Hi

Anybody knows what is the difference in implementation between Raw and Fast 
pixel drawing ??

I tried to look at Java source from AT&T but I could not find anything 
except in
optionsFrame.java and of course it only points to where user changes the option

thanx in advance
 JNC development Team
 Ain Shams University,
 Cairo, Egypt.



At 11:01 AM 3/25/2002 -0700, you wrote:
>On Sun, Mar 24, 2002 at 09:14:36PM -0600, Chip Wood wrote:
> > When using the java viewer, VNC defaults to "reliable" and "fast"
> > works fine for me. Is there a way to switch the default to "fast" to
> > prevent having to change every time I log on ?
>
>Set the "Raw pixel drawing" applet parameter to "Fast" in the web page
>that contains the Java viewer.  Or just use TightVNC which has this as
>the default along with many other improvements.
>
>--
>Mike Ossmann, Tarantella/UNIX Engineer/Instructor
>Alternative Technology, Inc.  http://www.alttech.com/
>-
>To unsubscribe, mail [EMAIL PROTECTED] with the line:
>'unsubscribe vnc-list' in the message BODY
>See also: http://www.uk.research.att.com/vnc/intouch.html
>-



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
-
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
-