![]() |
%!s(int64=4) %!d(string=hai) anos | |
---|---|---|
.. | ||
gotty | %!s(int64=4) %!d(string=hai) anos | |
img | %!s(int64=4) %!d(string=hai) anos | |
mod | %!s(int64=4) %!d(string=hai) anos | |
src | %!s(int64=4) %!d(string=hai) anos | |
web | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
LICENSE | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
WsTTY.exe | %!s(int64=4) %!d(string=hai) anos | |
WsTTY_linux_amd64 | %!s(int64=4) %!d(string=hai) anos | |
WsTTY_linux_arm | %!s(int64=4) %!d(string=hai) anos | |
WsTTY_linux_arm64 | %!s(int64=4) %!d(string=hai) anos | |
bashstart | %!s(int64=4) %!d(string=hai) anos | |
build.sh | %!s(int64=4) %!d(string=hai) anos | |
common.go | %!s(int64=4) %!d(string=hai) anos | |
go.mod | %!s(int64=4) %!d(string=hai) anos | |
go.sum | %!s(int64=4) %!d(string=hai) anos | |
main.go | %!s(int64=4) %!d(string=hai) anos |
WebSocket Terminal Module for arozos system
Access your OS terminal from ArozOS Web Desktop Interface
Requires
Windows 7 or above / Debian 10 (Buster) or above
#Assume the arozos is installed under ~/arozos
cd ~/arozos/subservice
git clone https://github.com/aroz-online/WsTTY
cd ./WsTTY
./build.sh
#Setup permission, optional but recommended
sudo chmod 755 -R ./
This project includes binary compiled from Gotty from https://github.com/yudai/gotty
The license of the compiled binary is included in ./gotty/LICENSE. Those binary are necessary for WsTTY to operate normally under Linux environment
WsTTY will execute Wsshell under Windows for compatibility mode. This might works a bit different from Gotty. Please use with your own risk.
WsTTY running under Windows (powered by Wsshell)
WsTTY running under Linux (powered by Gotty)
MIT