Skip to content

Remote Desktop Control application in Java (like TeamViewer)

Notifications You must be signed in to change notification settings

mir1198yusuf/remote_desktop_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Desktop Control in Java

Being a beginner in Java, I have referred this article : RemoteDesktopControlJava. I learned a lot during the development

Brief description of project:

  • This application works similar to TeamViewer but only for a LAN
  • Server PC can control many Client PCs

Functionalities of project:

  • Server PC can view desktop of client PCs
  • Server PC can control client PCs with server's mouse and keyboard

Tools and technologies used:

  • Java - Programming language
  • Java Swing - Java GUI library
  • Java Robot - Java class for functions related to mouse and keyboards events
  • Socket programming - Java has built-in classes for this
  • Sublime Text Editor - for writing code
  • Git - for version control

How to use?

  • Connect two/more laptops/PCs in same network
  • Start server program on one PC/laptop. Use port as 50500
  • Start client program on other PCs/laptop. Enter LAN IP of server PC (obtained by ipconfig/ifconfig on server PC for Windows/Linux) and port as 50500
  • Once connected properly, you can view and control client PC from server PC

Releases

No releases published

Packages

No packages published

Languages