Go to file
2023-08-29 22:52:42 +08:00
assets move clipboard.css 2022-10-10 05:06:51 +00:00
axum-websockify@fcbf67d704 update websockify 2023-03-17 05:25:43 +00:00
webrdp refactor(webrdp): js bridge refactor 2023-08-29 22:52:42 +08:00
webssh Remove wee_alloc 2022-10-10 05:17:09 +00:00
webvnc update vnc library 2023-03-17 05:15:19 +00:00
.gitignore Refactor, use websockify instead of self-backend server 2022-09-26 03:42:17 +00:00
.gitmodules add submodule rdp-rs 2022-10-22 10:37:33 +00:00
LICENSE Create LICENSE 2022-09-27 09:15:41 +08:00
Makefile.toml update vnc library 2023-03-17 05:15:19 +00:00
README.md update readme 2022-10-31 06:08:50 +00:00
run.sh Refactor, use websockify instead of self-backend server 2022-09-26 03:42:17 +00:00

A Remote Access Gateway

  • Webassembly Terminal Services written with Rust / Wasm

Dependencies

  • rust
  • cargo-make
  • wasm-pack
  • wasm-opt
  • libssl-devel

Build

  • Debug
    • sh run.sh d <target_server>:<port>
  • Relese
    • sh run.sh r <target_server>:<port>

Milestones

  • VNC Clients:

    • Basic functions work
  • SSH Clients:

    • WIP
  • RDP Clients:

    • A very easy client has already done
    • Further feature & bugfix is in progress