Toby Chui 58dc07aa01 Forced ws upgrader to accept cors request 3 năm trước cách đây
..
gotty 8052702e98 Updated permission modes 4 năm trước cách đây
img aa2d1758e1 Fixed critcal bug in virtual path to realpath translator in public hierarchy folder sharing 4 năm trước cách đây
mod 58dc07aa01 Forced ws upgrader to accept cors request 3 năm trước cách đây
src 60f0d8f74b Added basic subservice and removed legacy stuffs 4 năm trước cách đây
web aa2d1758e1 Fixed critcal bug in virtual path to realpath translator in public hierarchy folder sharing 4 năm trước cách đây
.gitignore aa2d1758e1 Fixed critcal bug in virtual path to realpath translator in public hierarchy folder sharing 4 năm trước cách đây
LICENSE aa2d1758e1 Fixed critcal bug in virtual path to realpath translator in public hierarchy folder sharing 4 năm trước cách đây
README.md cf33e8b0df Added test arduino code for HDSv2 4 năm trước cách đây
WsTTY.exe aa2d1758e1 Fixed critcal bug in virtual path to realpath translator in public hierarchy folder sharing 4 năm trước cách đây
WsTTY_linux_amd64 ca01fdd259 Moved WsTTY out of ArozOS Core and tidy the folder structure 4 năm trước cách đây
WsTTY_linux_arm ca01fdd259 Moved WsTTY out of ArozOS Core and tidy the folder structure 4 năm trước cách đây
WsTTY_linux_arm64 ca01fdd259 Moved WsTTY out of ArozOS Core and tidy the folder structure 4 năm trước cách đây
bashstart 8052702e98 Updated permission modes 4 năm trước cách đây
build.sh ca01fdd259 Moved WsTTY out of ArozOS Core and tidy the folder structure 4 năm trước cách đây
common.go 8052702e98 Updated permission modes 4 năm trước cách đây
go.mod ca01fdd259 Moved WsTTY out of ArozOS Core and tidy the folder structure 4 năm trước cách đây
go.sum aa2d1758e1 Fixed critcal bug in virtual path to realpath translator in public hierarchy folder sharing 4 năm trước cách đây
main.go ca01fdd259 Moved WsTTY out of ArozOS Core and tidy the folder structure 4 năm trước cách đây

README.md

WsTTY

WebSocket Terminal Module for arozos system

Access your OS terminal from ArozOS Web Desktop Interface

Installation

Requires

  • Go 1.14 or above
  • 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 ./
    

Gotty

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

Wsshell

WsTTY will execute Wsshell under Windows for compatibility mode. This might works a bit different from Gotty. Please use with your own risk.

Screenshots

WsTTY running under Windows (powered by Wsshell)

WsTTY running under Linux (powered by Gotty)

License

MIT