| Network development changes with each passing day, so people demand forreal-time information acquisition has a stronger and stronger and rely on.Smartphone as an important communication tool in People’s Daily life is of vitalsignificance, at the same time, through smart phones, people can understand thecontents of the people want to know anytime and anywhere, intelligent mobileterminal software development is increasingly becoming lovers of many merchantsand software development. Therefore, based on Android platform of computerremote desktop control has played a wide range of applications in real life.Android operating system has become one of the most attractive open sourceoperating systems; Open source operating system determines the openness of theAndroid platform. This is due to the openness of the platform to attract variousmaster programming and programming enthusiasts to participate in the Androidplatform application development boom. At the same time, it is also due to theopenness of the Android platform for Android applications emerge in endlessly, andit is these applications emerge in endlessly to make Android operating systemsuccessfully become the leading mobile phone market mainstream operating system,the research of this paper is based on Android platform of the remote desktopcontrol system design and implementation of more realistic significance andapplication value. This system mainly implemented in the mobile phone, whichneeded the client and the server within the same LAN real-time monitoring andreal-time control. Server-side equipment may not be easy to move and carry,real-time monitoring and control more difficult. At this time of the remote desktopcontrol system based on Android platform has solved this problem, has broughtgreat convenience to people’s work.The system uses C/S architecture, using TCP Socket (socket) to achieve client andserver communication. The messages in the model can be divided into twocategories. The first is the client control information sent to the server, the terminaloperation control information. The terminal user who used the android systemmobile can through the client terminal equipment to control the server side.Control information is mainly defined by the client sends to the server a series ofoperations set of instructions, according to the different instructions for differentoperations. Image data is sent from the server to the client desktop send the messagethat the server information displayed on the screen. When the server receives theclient’s control screen refresh request information or system service call to completethe corresponding operation, the operating results (images) in a specific format to send to the user, the image transmission using the RFB (Remote Frame Buffer)protocol.This thesis is completed based on the Android platform remote desktop controlsystem design and implementation, through functional testing and performancetesting to achieve the requirements of developers’ design goals, is now in NeusoftGroup (Dalian) Co., Ltd. Internal up and running, running effect is good. |