Skip to content
librehat edited this page Dec 9, 2014 · 7 revisions

The namespace of libQtShadowsocks is shortened as QSS, which stands for QtShadowSocks respectively.

You can subclass Controller to write your own controller classes. While the recommended way to utilise this library is to use Controller directly. Controller can be used either as local or server controller.

The project sslocal-libqss in the directory client is used as a demonstration to show you how to use Controller class.

Do bear in mind that all dependencies of libQtShadowsocks will be passed to your project as well. That is, including QtCore, QtNetwork, QtConcurrent and Botan.

Clone this wiki locally