Simple remote desktop implementation (viewing only, not controlled)

Source: Internet
Author: User

With the original intention of technical research, you can get a remote desktop.ProgramThere are no technical difficulties in this. Even if there is such a well-developed network, it will be quickly solved.

To achieve Remote Desktop, you must first have a network connection. There is nothing to say. I chose TCP: a client receives data playback, and a server saves screen images and sends them out, this is the idea of the program.

Specific implementation: on the server side, the screen is stored in the memory. After zlib is compressed (the compression ratio is considerable), the packet header contains the size of the compressed data, the size of the screen, and the color depth, the specific compressed data is followed and then sent out. After receiving the data, the client parses the packet header, prepares the memory DC based on the color depth and screen size, and then draws it out.

 

Download it here!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.