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.
xrdp-proprietary/tcutils
speidy 36eda1bcbb
tcutils: fix WTSVirtualChannelWrite return codes check according to API change
7 years ago
..
resources/images added tcutils, a utility for unmounting usb drives remotely 11 years ago
README.txt Remove trailing whitespace 7 years ago
main.cpp added tcutils, a utility for unmounting usb drives remotely 11 years ago
mainwindow.cpp added tcutils, a utility for unmounting usb drives remotely 11 years ago
mainwindow.h added tcutils, a utility for unmounting usb drives remotely 11 years ago
mainwindow.ui added tcutils, a utility for unmounting usb drives remotely 11 years ago
resources.qrc added tcutils, a utility for unmounting usb drives remotely 11 years ago
tcutils.pro.user added tcutils, a utility for unmounting usb drives remotely 11 years ago
utils.cpp tcutils: fix WTSVirtualChannelWrite return codes check according to API change 7 years ago
utils.h added tcutils, a utility for unmounting usb drives remotely 11 years ago

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