ogbrowser/qtermwidget/examples/cpp/RemoteTerm
Vadim vtroshchinskiy 64efc2207f Update qtermwidget to modern version 2023-09-22 08:24:00 +02:00
..
README.md Update qtermwidget to modern version 2023-09-22 08:24:00 +02:00
RemoteTerm.pro Update qtermwidget to modern version 2023-09-22 08:24:00 +02:00
main.cpp Update qtermwidget to modern version 2023-09-22 08:24:00 +02:00
remoteterm.cpp Update qtermwidget to modern version 2023-09-22 08:24:00 +02:00
remoteterm.h Update qtermwidget to modern version 2023-09-22 08:24:00 +02:00
shell-srv.py Update qtermwidget to modern version 2023-09-22 08:24:00 +02:00

README.md

A simple example showing how to use QTermWidget to control and display a remote terminal.

To run this example, you should:

  1. Build client-side program. In my PC, I use 'apt-get' to install the QTermWidget library.
  2. Start the shell-srv.py with specific parameters.This will expose a shell via socket.
  3. Start the client-side program from commandline with specific parameters.

Now you will get your own remote terminal work with QTermWidget.