• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..05-Nov-2021-

README.mdH A D05-Nov-2021448 86

RemoteTerm.proH A D05-Nov-20211 KiB3525

main.cppH A D05-Nov-2021511 2017

remoteterm.cppH A D05-Nov-2021933 3323

remoteterm.hH A D05-Nov-2021319 2015

shell-srv.pyH A D05-Nov-2021846 3828

README.md

1A simple example showing how to use QTermWidget to control and display a remote terminal.
2
3To run this example, you should:
41. Build client-side program. In my PC, I use 'apt-get' to install the QTermWidget library.
52. Start the shell-srv.py with specific paramenters.This will expose a shell via socket.
63. Start the client-side program from commandline with specific paramenters.
7
8Now you will get your own remote terminal work with QTermWidget.