share anywhere
1.0.0
OSX와 Linux 간의 클립 보드 데이터 공유
vue3 + element-plus + tauri를 사용하십시오
rust 1.68 + npm v18.15 , Tauri 전제 조건을 참조하십시오
git clone [email protected]:stan-chen/share-anywhere.git
cd share-anywhere
# # nvm use
# install nodejs dep
npm install --no-save
# install tauri cli
cargo install tauri-cli --version ^1
npm run tauri:buildUDP 멀티 캐스트를 사용하여 클립 보드 요약을 게시하고 (AES-GCM 키 암호화를 구성 할 수 있음) 수신기는 클립 보드를 로컬 클립 보드 데이터와 비교하여 클립 보드를 업데이트할지 여부를 결정합니다.
HTTP (S) API를 사용하여 클립 보드를 업데이트하십시오 (클라이언트 및 서버 인증서 인증을 구성 할 수 있음).