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

shadowsocks/libQtShadowsocks

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 3, 2018 22:52
January 20, 2018 16:46
September 2, 2018 23:34
November 27, 2014 16:02
November 2, 2019 19:57
September 2, 2018 23:34

libQtShadowsocks

This project is no longer being maintained

Build Status

Introduction

libQtShadowsocks is a lightweight shadowsocks library.

Written in C++ using Qt 5 framework and Botan library, it aims to provide a developer-friendly shadowsocks library for Qt applications such as shadowsocks-qt5.

The sub-project shadowsocks-libqss utilises this library. You may wish to check the code to see how to integrate libQtShadowsocks into your project. shadowsocks-libqss can also be used as a standalone program in both local-side and server-side.

Check installation wiki page to see how to install this library and/or shadowsocks-libqss.

License

Copyright (C) 2014-2017 Symeon Huang

This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library. If not, see http://www.gnu.org/licenses/.