Skip to content

Remote clipboard, send text to remote mac machine from another machine.

Notifications You must be signed in to change notification settings

zhanglistar/remote_clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

remote_clipboard

Remote clipboard, send text to remote mac machine from another machine. Using UDP protocol written in Golang.

Compile

  1. compile the three go files.

Usage

  1. In remote server, start proxy nohup ./proxy &

  2. In local mac, start receiver, nohup ./udp_server &

  3. In remote server, send text to local mac, using echo "test" | geter

About

Remote clipboard, send text to remote mac machine from another machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages