Files
archived-rtty/README.md
zhaojh329 2cea462bab add README
Signed-off-by: zhaojh329 <jianhuizhao329@gmail.com>
2017-06-08 11:23:31 +08:00

1.6 KiB
Executable File

xTerminal(中文)

XTerminal is a remote web shell tool for multi terminal devices.You can login to your Linux device via the browser at the specified MAC address. XTerminal is based on evmongoose implementation, It consists of two parts, server and client.

How To Install

Install server on Ubuntu

Install dependency

Install xTerminal Server

git clone https://github.com/zhaojh329/xterminal.git
cd xterminal/ubuntu
sudo make install

Install Client on OpenWRT/LEDE

git clone https://github.com/zhaojh329/evmongoose.git
cp -r evmongoose/openwrt openwrt_dir/package/evmongoose

git clone https://github.com/zhaojh329/xterminal.git
cp -r xterminal/openwrt openwrt_dir/package/xterminal

cd openwrt_dir
./scripts/feeds update -a
./scripts/feeds install -a

make menuconfig
Network  --->
    <*> xterminal

make package/xterminal/compile V=s

How To Contribute

Feel free to create issues or pull-requests if you have any problems.

Please read contributing.md before pushing any changes.

Thanks for the following project

If the project is helpful to you, please do not hesitate to star. Thank you!