wasm-rdp/README.md

31 lines
537 B
Markdown
Raw Normal View History

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:
2022-10-12 09:04:23 +00:00
- Raw encoding support
- Tight encoding support (Default)
- ZRLE encoding support
2021-11-15 12:38:46 +00:00
- Other encoding support (WIP)
* SSH Clients:
- WIP
* RDP Clients:
2022-10-26 05:12:29 +00:00
- A very easy client has already done
- Further feature & bugfix is in progress