https://github.com/coditva/synergy-linux
Linux part for the Synergy Project
https://github.com/coditva/synergy-linux
desktop-notifications linux network-programming plugin-based-framework synergy-linux
Last synced: 3 months ago
JSON representation
Linux part for the Synergy Project
- Host: GitHub
- URL: https://github.com/coditva/synergy-linux
- Owner: coditva
- License: gpl-3.0
- Created: 2017-11-03T13:28:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T15:33:36.000Z (over 8 years ago)
- Last Synced: 2024-12-28T22:24:59.506Z (about 1 year ago)
- Topics: desktop-notifications, linux, network-programming, plugin-based-framework, synergy-linux
- Language: C
- Size: 93.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Synergy-linux
Linux part for the [Synergy Project](https://github.com/UtkarshMe/Synergy)
Send notifications from phone to Linux desktop with ease.
### Compiling
```bash
mkdir -p build && cd build
cmake ..
make
synergy/synergy-linux #to run
```
### Plugins
- Put plugins in `plugins` folder and use the CMakeLists.txt file to compile
as Shared Objects.
- Each plugin must contain a `plugin_PLUGINNAME_init` function which attaches
a handler for an event.
- See sample plugins for examples
### Author
Utkarsh Maheshwari
### License
GPL version 3