All Projects → UltimatePea → ScreenSharer

UltimatePea / ScreenSharer

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ScreenSharer

screensy
Simple peer-to-peer screen sharing
Stars: ✭ 238 (+1222.22%)
Mutual labels:  screensharing
RemoteAssistance-JAVA
RemoteControl like TeamViewer(JAVA)
Stars: ✭ 28 (+55.56%)
Mutual labels:  screensharing
accelerator-core-js
Accelerator Core provides a simple way to integrate real-time audio/video into your web application using the OpenTok Platform
Stars: ✭ 24 (+33.33%)
Mutual labels:  screensharing
mirotalk
🚀 WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms.
Stars: ✭ 1,593 (+8750%)
Mutual labels:  screensharing
ScreenSharing-FileTransfer-in-LAN
a screen-sharing&FileTransfer software in LAN
Stars: ✭ 89 (+394.44%)
Mutual labels:  screensharing
opentok-rtc
OpenTok demo application
Stars: ✭ 97 (+438.89%)
Mutual labels:  screensharing
vscode-extension
Link your code and commits to a video recording and explain your code with video.
Stars: ✭ 67 (+272.22%)
Mutual labels:  screensharing
accelerator-core-ios
Syntax sugar of OpenTok iOS SDK with Audio/Video communication including screen sharing
Stars: ✭ 30 (+66.67%)
Mutual labels:  screensharing
qubes-video-companion
Securely stream webcams and share screens across virtual machines *THIS PROJECT IS CURRENTLY STILL IN DEVELOPMENT (Mostly finishing switch to MJPEG for big performance boost; see FAQ)*
Stars: ✭ 38 (+111.11%)
Mutual labels:  screensharing
DeskViewer
A Java Project for screen sharing based on TCP protocol. Like TeamViewer
Stars: ✭ 23 (+27.78%)
Mutual labels:  screensharing

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].