Linux part for the Synergy Project
Send notifications from phone to Linux desktop with ease.
mkdir -p build && cd build
cmake ..
make
synergy/synergy-linux #to run
- 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
Utkarsh Maheshwari
GPL version 3