You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alf Gaida
61cadf1659
|
7 years ago | |
---|---|---|
.. | ||
README.md | 7 years ago | |
RemoteTerm.pro | 7 years ago | |
main.cpp | 7 years ago | |
remoteterm.cpp | 7 years ago | |
remoteterm.h | 7 years ago | |
shell-srv.py | 7 years ago |
README.md
A simple example showing how to use QTermWidget to control and display a remote terminal.
To run this example, you should:
- Build client-side program. In my PC, I use 'apt-get' to install the QTermWidget library.
- Start the shell-srv.py with specific paramenters.This will expose a shell via socket.
- Start the client-side program from commandline with specific paramenters.
Now you will get your own remote terminal work with QTermWidget.