Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rennerdo30/netclipper
share clipboard across your local network
https://github.com/rennerdo30/netclipper
Last synced: about 11 hours ago
JSON representation
share clipboard across your local network
- Host: GitHub
- URL: https://github.com/rennerdo30/netclipper
- Owner: rennerdo30
- License: mit
- Created: 2021-12-16T11:57:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T18:00:23.000Z (almost 3 years ago)
- Last Synced: 2023-09-21T02:15:01.147Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# netclipper
netclipper is a application written in java, to share your clipboard across your local network.
This project is more or less for a specific use-case.
The code is pretty rough at many edges, especially the file transfer!Feel free to add your PR's if you want to fix something. (I would think writing your own application in this case would be the better idea ;) )
Features
---
* Automatically search for netclipper server in local network if client is launched
* Share clipboard (text) across all client devices
* Share clipboard (file) across all client devices
* AES/RSA encryption for all data exchangesHow to run
---The server can be run via the following command:
```bash
java -jar server
```The client can be run via the following command:
```bash
java -jar
```