Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Developer Guide

Symeon Huang edited this page Jan 12, 2016 · 7 revisions

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

The easiest and also the most recommended way to utilise this library is to use Controller to configure/start/stop shadowsocks services. Controller can be used either in local or server mode.

The sub-project shadowsocks-libqss is used as a demonstration to show you how to use libQtShadowsocks.

Do bear in mind that all dependencies of libQtShadowsocks will be passed into your project, which includes QtCore, QtNetwork, and Botan.

Clone this wiki locally