Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi guys,

I'm developing a remote desktop Server/Client based on VNC in C#.
Now i'm using NVNC library for server side app that support ZRLE Encoding, and for client side i used Vncsharp Component.
and it work right but slow, it is not as fast as Teamviewer or RealVnc.

So,How Can I improve My code to make it fast?

Anybody have new experience about this?
Posted
Updated 22-May-15 21:46pm
v3
Comments
Mehdi Gholam 23-May-15 2:50am    
To be fast you need to do low level graphic output.
Rasoul Takalloo 23-May-15 2:59am    
hi mehdi
how? by changing resolution of server or decries depth? it send 32bit in 24 depth images.
Mehdi Gholam 23-May-15 4:45am    
Contact the author(s) of that project.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900