xrdp/tcutils
Alexandre Quesnel 52707ac686 Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
..
resources/images added tcutils, a utility for unmounting usb drives remotely 2013-08-25 18:02:04 -07:00
README.txt Remove trailing whitespace 2017-02-08 13:30:56 +09:00
main.cpp added tcutils, a utility for unmounting usb drives remotely 2013-08-25 18:02:04 -07:00
mainwindow.cpp added tcutils, a utility for unmounting usb drives remotely 2013-08-25 18:02:04 -07:00
mainwindow.h Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
mainwindow.ui added tcutils, a utility for unmounting usb drives remotely 2013-08-25 18:02:04 -07:00
resources.qrc added tcutils, a utility for unmounting usb drives remotely 2013-08-25 18:02:04 -07:00
tcutils.pro.user added tcutils, a utility for unmounting usb drives remotely 2013-08-25 18:02:04 -07:00
utils.cpp tcutils: fix WTSVirtualChannelWrite return codes check according to API change 2017-09-13 11:18:41 +09:00
utils.h Fixing formatting with astyle 2021-05-08 16:58:11 +00:00

README.txt

A QT based utility program for thin clients using xrdp and NeutrinoRDP

This program sends commands to NeutrinoRDP to do something
useful on the client end (such as unmounting a USB drive,
or powering down the client)

Required packages to build tcutils:
-----------------------------------
libqt4-gui
qt4-dev-tools

to build tcutils:
-----------------
qmake
make

To run tcutils:
---------------
include xrdpapi/.libs in your LD_LIBRARY_PATH

Example:
--------
export LD_LIBRARY_PATH=../xrdpapi/.libs
run tcutils inside the xfreerdp session

this is how we run xfreerdp:
----------------------------
./xfreerdp --sec rdp --plugin tcutils 192.168.2.149