Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadowsocks/libqtshadowsocks
A lightweight and ultra-fast shadowsocks library written in C++14 with Qt framework
https://github.com/shadowsocks/libqtshadowsocks
c-plus-plus library network proxy qt5 shadowsocks
Last synced: 4 months ago
JSON representation
A lightweight and ultra-fast shadowsocks library written in C++14 with Qt framework
- Host: GitHub
- URL: https://github.com/shadowsocks/libqtshadowsocks
- Owner: shadowsocks
- License: lgpl-3.0
- Archived: true
- Created: 2014-11-11T22:29:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T19:57:34.000Z (about 5 years ago)
- Last Synced: 2024-04-10T05:30:02.785Z (9 months ago)
- Topics: c-plus-plus, library, network, proxy, qt5, shadowsocks
- Language: C++
- Homepage:
- Size: 4.71 MB
- Stars: 1,491
- Watchers: 115
- Forks: 646
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **1324**星 - fast shadowsocks library written in C++14 with Qt framework (<a id="d03d494700077f6a65092985c06bf8e8"></a>工具 / <a id="cb16466a31a167bb61f39e2a4a85f449"></a>Shadowsocks)
README
libQtShadowsocks
================**This project is no longer being maintained**
[![Build Status](https://travis-ci.org/shadowsocks/libQtShadowsocks.svg?branch=master)](https://travis-ci.org/shadowsocks/libQtShadowsocks)
Introduction
------------`libQtShadowsocks` is a lightweight [shadowsocks][ss] library.
Written in C++ using Qt 5 framework and Botan library, it aims to provide a developer-friendly [shadowsocks][ss] library for Qt applications such as [shadowsocks-qt5](https://github.com/shadowsocks/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](https://github.com/shadowsocks/libQtShadowsocks/wiki/Installation) to see how to install this library and/or `shadowsocks-libqss`.
[ss]: http://shadowsocks.org
License
-------![](http://www.gnu.org/graphics/lgplv3-147x51.png)
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 .