8000 GitHub - Uzaaft/cursedboard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Uzaaft/cursedboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cursedboard

This is supercursed.

Goal:

Sync the clipboard actions on the mac side with the content getting copied in the linux side, and the other way.

Underlying assumptions:

  1. We will always use port 34254
  2. TCP
  3. Zero encryption
  4. We will prefix the length of the incoming message with a 8-byte unsigned integer.

Architecture

  1. Every platform needs a server, and a client:
  • Server: Handles incoming clipboard updates
  • Client: handles updates of the local clibboard instance

Questions: Do I need one socket per direction? Can I use the same socket for both writing and reading?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0