https://github.com/jguer/ist-clippy
Computer Networks and the Internet 17-18. Clippy is a fault resistant distributed clipboard. A public library is available in library/clipboard.h for usage in apps
https://github.com/jguer/ist-clippy
clipboard distributed-storage
Last synced: 7 months ago
JSON representation
Computer Networks and the Internet 17-18. Clippy is a fault resistant distributed clipboard. A public library is available in library/clipboard.h for usage in apps
- Host: GitHub
- URL: https://github.com/jguer/ist-clippy
- Owner: Jguer
- License: gpl-3.0
- Created: 2018-04-04T19:13:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T18:15:55.000Z (over 7 years ago)
- Last Synced: 2025-01-24T18:12:19.024Z (9 months ago)
- Topics: clipboard, distributed-storage
- Language: C
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clippy
Clippy is a fault resistant distributed clipboard.
A public library is available in `library/clipboard.h` for usage in apps.
## Building
```
make
```
## Usage
#### Server
```
Example Usage: ./xclippy
Example Usage: ./xclippy -c [ip] [port] -d [clipboard dir]
```
#### Test Apps
```
Example: ./xminifuzzer
```
## Documentation
```
doxygen Doxyfile
xdg-open docs/html/index.html
```
or
```
make docs
```
## External libraries used
[log.c](https://github.com/rxi/log.c/)
[lists](https://github.com/udp/list)