Go to file
2022-10-26 04:57:55 +00:00
assets move clipboard.css 2022-10-10 05:06:51 +00:00
axum-websockify@516a59b315 Rdp nla completed 2022-10-20 07:34:38 +00:00
webrdp Add API to read credentials 2022-10-26 04:57:55 +00:00
webssh Remove wee_alloc 2022-10-10 05:17:09 +00:00
webvnc fix x11 mouse get wrong representation 2022-10-24 08:49:02 +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
Cargo.lock rdp-rs worked poc 2022-10-23 10:05:56 +08:00
LICENSE Create LICENSE 2022-09-27 09:15:41 +08:00
Makefile.toml Rdp nla completed 2022-10-20 07:34:38 +00:00
README.md Add tight encoding support for web vnc 2022-10-12 09:04:23 +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

Build

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

Milestones

  • VNC Clients:

    • Raw encoding support
    • Tight encoding support (Default)
    • ZRLE encoding support
    • Other encoding support (WIP)
  • SSH Clients:

    • WIP
  • RDP Clients:

    • WIP