|
||
---|---|---|
.. | ||
README.md | ||
RemoteTerm.pro | ||
main.cpp | ||
remoteterm.cpp | ||
remoteterm.h | ||
shell-srv.py |
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 parameters.This will expose a shell via socket.
- Start the client-side program from commandline with specific parameters.
Now you will get your own remote terminal work with QTermWidget.