https://github.com/eryoneta/controller
A Java based program to control another computer, sending inputs and receiving it's screen image
https://github.com/eryoneta/controller
completed java remote-control small-project
Last synced: over 1 year ago
JSON representation
A Java based program to control another computer, sending inputs and receiving it's screen image
- Host: GitHub
- URL: https://github.com/eryoneta/controller
- Owner: Eryoneta
- Created: 2021-05-26T02:40:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T15:24:37.000Z (about 5 years ago)
- Last Synced: 2025-01-05T17:33:37.604Z (over 1 year ago)
- Topics: completed, java, remote-control, small-project
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Controller
A Java based program to control another computer, sending inputs and receiving it's screen image
## Usage
Each computer, provided they are connected within a local network, can take the role of a **transmitter** or a **receiver**. The **transmitter** gives it's inputs to the **receiver**, and can receive it's screen image.

You can press `Shift-SpaceBar` to see the **receiver**'s screen image.
To pause the program, drag the cursor to the top-right corner of the screen.
You can close the program by right-clicking it's icon on the taskbar, or pressing `Shift-Escape`.
## Instalation
Provided you have *Java Runtime Environment (JRE)* installed, it can be simply loaded and will be ready to use.