Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 835 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 835 Bytes

Intro

Suk is a remote desktop control kit based on WebRTC and Tauri.

Suk consist of two parts of desktop client and remote server.

The Client is installed locally, and responsible for connection establishment, local event collecting and transmission, remote event receiving and performing.

The Sever built with rust actix, can be installed remotely, and act as a bridge when the client establishing the connection. The default address is in the format of <IP-Address>:7856 where the port is 7856 for the client to access.

ScreenShots

suk

desktop

Known Issues

  • Due to some limitation of current development(2023-01), WebRTC is not supported on webkit2gtk based on which Tauri is built, Suk cannot works in Linux.