Remote clipboard, send text to remote mac machine from another machine. Using UDP protocol written in Golang.
Compile
- compile the three go files.
Usage
-
In remote server, start proxy nohup ./proxy &
-
In local mac, start receiver, nohup ./udp_server &
-
In remote server, send text to local mac, using echo "test" | geter