https://github.com/daskol/socks-proxy
Simple SOCKS4 proxy in modern C++
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.8%) to scientific vocabulary
Keywords
Repository
Simple SOCKS4 proxy in modern C++
Basic Info
Statistics
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
SOCKS4 Proxy Server
simple socks4-proxy in modern c++
Overview
SOCKS proxy is simple proxy server which implements well-known SOCKS4 protocol. It accept and multiplexes input and output streams in one thread. It supports half-closed TCP connections. Also default timeout on connection is one second.
``` Client Proxy Server | | | | 1. Connect -> | | | | | | 1. Hello --> | | | | | | | 1. Connect -> | | <-- 1. Hello | | | | | | | | | 2. Data -> | | | | 2. Data -> | | | | | | | | 2. Fin -> | | | | 2. Fin -> | | | | | | <- 2. Data | | <- 2. Data | | | | | | | <- 2. Fin | | <- 2. Fin | |
```
Assembly
This implementation depends on Boost.System, Boost.Asio, Google Log and Google
Tests. Make dependencoes are cmake, make and git. Google Test is included
into project dependencies as git submodule. So, to get sources one should clone
repo recursively.
bash
git clone --recursive https://github.com/daskol/socks-proxy.git
And then one could start building as follows.
bash
mkdir -p build/release
cd build/release
cmake ../.. -DCMAKE_BUILD_TYPE=Release
make -j2
In order to install target binary to system path one should run following.
bash
make install
Owner
- Name: Daniel Bershatsky
- Login: daskol
- Kind: user
- Location: Russia, Moscow
- Company: @skoltech-ai
- Website: https://daskol.xyz
- Repositories: 11
- Profile: https://github.com/daskol
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Daniel Bershatsky | d****y@s****u | 17 |
| Daniel Bershatsky | d****l | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: over 4 years
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- mosquito (1)