Skip to content

ShareKBM is open source alternative software inspired by applications like synergy and other such applications like ShareMouse which enables you to share your keyboard and mouse across multiple systems

License

Notifications You must be signed in to change notification settings

rajatkb/ShareKBM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShareKBM

ShareKBM is open source alternative software inspired by applications like synergy and other such applications like ShareMouse which enables you to share your keyboard and mouse across multiple systems

Build

> go mod tidy

> go get -v

> go build

Run

> go run app.go -h
usage: sharekbm [-h|--help] -p|--port <integer> -a|--agent (s|c) -t|--target
                "<value>" -b|--buffer <integer> [-n|--name "<value>"]       

                Controls operation parameter for sharekbm app

Arguments:

  -h  --help    Print help information
  -p  --port    Port for application
  -a  --agent   Launch as clieant(c) or server(s)
  -t  --target  Host address for Client(only used in Client)
  -b  --buffer  bufferSize
  -n  --name    an optional client name. Default: client-15516

> go run app.go -p 3000 -a c -t 127.0.0.1 -n desk1

About

ShareKBM is open source alternative software inspired by applications like synergy and other such applications like ShareMouse which enables you to share your keyboard and mouse across multiple systems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages