2021-11-15 12:38:46 +00:00
|
|
|
# A Remote Access Gateway
|
2022-09-26 03:45:33 +00:00
|
|
|
* Webassembly Terminal Services written with Rust / Wasm
|
2021-11-15 12:38:46 +00:00
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
* rust
|
|
|
|
* cargo-make
|
|
|
|
* wasm-pack
|
|
|
|
|
|
|
|
## Build
|
|
|
|
|
|
|
|
* Debug
|
2022-09-26 03:45:33 +00:00
|
|
|
- `sh run.sh d <target_server>:<port>`
|
2021-11-15 12:38:46 +00:00
|
|
|
* Relese
|
2022-09-26 03:45:33 +00:00
|
|
|
- `sh run.sh r <target_server>:<port>`
|
2021-11-15 12:38:46 +00:00
|
|
|
|
|
|
|
## Milestones
|
|
|
|
|
|
|
|
* VNC Clients:
|
|
|
|
- Raw encoding support (Done)
|
|
|
|
- Other encoding support (WIP)
|
|
|
|
|
|
|
|
* SSH Clients:
|
|
|
|
- WIP
|
|
|
|
|
|
|
|
* RDP Clients:
|
|
|
|
- WIP
|