Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 exchanges

How 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
```