Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am final year student of software engineering..
i am working on my final year project that is to Remote desktop access via android (teamviewer competitor).
I have no idea how to start.
plz guide me....


What I have tried:

i haven't tried anything yet. i am looking for some guidance.
please suggest something except these
http://www.codeproject.com/Articles/19485/A-Voice-Chat-Application-in-C
https://www.codeproject.com/Questions/480686/CreatingplusaplusRemoteplusdesktopplusapplicationp
https://www.codeproject.com/Articles/371955/Motion-JPEG-Streaming-Server
https://www.codeproject.com/Articles/44357/Global-Text-Chat-Room-Application-using-C-NET-Remo
Posted
Updated 31-Jan-19 21:42pm
Comments
Richard MacCutchan 1-Feb-19 4:27am    
If you really do not know where to start on this project, then I would suggest it is not the best choice. Choose instead something that you understand and have a reasonable knowledge about. To be honest, remote desktop applications are quite complex in the backend control systems.
Member 14136767 5-Feb-19 2:25am    
Sir this project is assigned by my teacher..
so i have to do this...
plz tell me how to establish connection between android and desktop for remote desktop access
Richard MacCutchan 5-Feb-19 3:48am    
I find that hard to believe. Such a project is far beyond the skills of someone in school (and you can tell that to your teacher). First off, you need a client on the desktop system that can capture all the windows that are visible on screen, in real time, and send the information to the Android client. You then need an app on the Android that can display the information received from the remote system and show it on the Android screen. It also needs to capture gestures, convert them into mouse messages, and send them to the desktop. The desktop client then needs to capture these messages, convert them into real windows WM messages and send them to the correct Window application. Professional organisations like TeamViewer, VNC etc. have spent many man years developing such software. The chances of you managing it in your final year are extremely unlikely.
Member 14136767 5-Feb-19 3:56am    
Thank you sir..
But i will develop desktop application and android app and the initial function will be only to get desktop screen on my phone and controlling it from my phone..
Do guide me how is this possible?
Richard MacCutchan 5-Feb-19 4:02am    
I just explained how it is possible. Now it is up to you to apply your knowledge and start designing your application.

1 solution

You could try an open source project like VNC, and adapt that to your needs: Download VNC® Open - RealVNC®[^]
 
Share this answer
 

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