Skip to content

A Java Application that does simple screen sharing over network connection.

Notifications You must be signed in to change notification settings

UltimatePea/ScreenSharer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple screen sharing application written in java.

##How to Run

  • Clone the repository
$ git clone https://github.com/UltimatePea/ScreenSharer
  • Go to the bin folder
$ cd ScreenSharer/bin/
  • Run the Application
$ java ScreenShare
  • For the server, type server followed by a port, (any integer between 1024 and 65534 should work)
localhost>>> server 10000
  • For the client, type client followed by server address and server port
localhost>>> client 127.0.0.1 10000

About

A Java Application that does simple screen sharing over network connection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages