Popularity
8.2
Stable
Activity
0.0
Stable
20
5
22
Monthly Downloads: 214
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Network
Latest version: v0.6.0
socks alternatives and similar packages
Based on the "Networking" category.
Alternatively, view socks alternatives based on common mentions on social networks and blogs.
-
snap-core
Core type definitions (Snap monad, HTTP types, etc) and utilities for web handlers. -
call-haskell-from-anything
Call Haskell functions from any programming language via serialization and dynamic libraries -
PortFusion
Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...). -
network-transport-zeromq
ZeroMQ transport for distributed-process (aka Cloud Haskell) -
HaskellNet
Haskell library which provides client support for POP3, SMTP, and IMAP protocols. -
ngx-export
A comprehensive web framework aimed at building custom Haskell handlers for the Nginx Web Server -
http-types
Generic HTTP types for Haskell (for both client and server code) -
graphula
A simple interface for generating persistent data and linking its dependencies -
secure-sockets
A library for making secure connections between servers. -
linklater
A Haskell library for the Slack API (including real-time messaging!)
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of socks or a related project?
README
Socks
Haskell library implementation of the SOCKS 5 protocol.
TODO
- more socks authentification methods: only no authentification is supported for now.
- support of socks' bind for server to client connection (like FTP).
- add socks4a and socks4 support.
Usage
See Example.hs for really simple and straighforward example. The main api is only 2 calls:
- socksConnectAddr which connect to a SockAddr (SockAddrInet or SockAddrInet6). The name resolution is left on client side.
- socksConnectName which connect to a fully qualified domain name "www.example.com". The proxy server will do the name resolution.