The sock2stream package
This is an initial implementation of a socket multiplexer/demultiplexer to tunnel Unix domain sockets over pipes/streams.
The primary envisioned use is to tunnel Unix domain sockets over SSH like so:
mkfifo /tmp/sockin ssh user@host socket2stream -l /path/to/remotesocket < /tmp/sockin | socket2stream -r /path/to/localsocket > /tmp/sockin
Properties
| Versions | 0.1, 0.2, 0.3 |
|---|---|
| Dependencies | base (4.*), binary, bytestring, containers, directory, haskell98, network |
| License | OtherLicense |
| Copyright | © 2011-2012 Stephen Paul Weber |
| Author | Stephen Paul Weber <singpolyma@singpolyma.net> |
| Maintainer | Stephen Paul Weber <singpolyma@singpolyma.net> |
| Stability | experimental |
| Category | Network |
| Home page | https://github.com/singpolyma/sock2stream |
| Bug tracker | https://github.com/singpolyma/sock2stream/issues |
| Source repository | git clone git://github.com/singpolyma/sock2stream.git |
| Executables | sock2stream |
| Upload date | Thu Feb 16 00:17:31 UTC 2012 |
| Uploaded by | StephenWeber |
Downloads
- sock2stream-0.3.tar.gz (Cabal source package)
- package description (included in the package)