Go to file
2024-04-22 12:39:20 +08:00
assets feat(css): overflow scrolling 2023-08-30 13:43:51 +08:00
axum-websockify@fcbf67d704 update websockify 2023-03-17 05:25:43 +00:00
webrdp chore: remove redundant code and root project structure 2024-04-22 00:05:12 +08:00
.gitignore Refactor, use websockify instead of self-backend server 2022-09-26 03:42:17 +00:00
.gitlab-ci.yml init: victor branch 2024-04-07 16:42:08 +08:00
.gitmodules chore: restructured and pointerwheels 2024-04-20 17:28:38 +08:00
Dockerfile chore: remove redundant code and root project structure 2024-04-22 00:05:12 +08:00
LICENSE Create LICENSE 2022-09-27 09:15:41 +08:00
Makefile.toml chore: remove redundant code and root project structure 2024-04-22 00:05:12 +08:00
README.md update readme 2022-10-31 06:08:50 +00:00
run.sh chore: add run customization 2024-04-22 12:39:20 +08: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