vanessa_socket_pipe

User space TCP/IP pipe

Install

All systems
curl cmd.cat/vanessa_socket_pipe.sh
Debian Debian
apt-get install libvanessa-socket-pipe
Ubuntu
apt-get install libvanessa-socket-pipe
image/svg+xml Kali Linux
apt-get install libvanessa-socket-pipe
Fedora
dnf install vanessa_socket-pipe
Windows (WSL2)
sudo apt-get update sudo apt-get install libvanessa-socket-pipe
Raspbian
apt-get install libvanessa-socket-pipe

libvanessa-socket-pipe

User space TCP/IP pipe

A TCP/IP pipe is a user space programme that listens for TCP/IP connections on port on the local host and when a client connects makes a connection to a TCP port, possibly on another host. Once both connections are established data sent on one connection is relayed to the other, hence forming a bi-directional pipe. Uses include enabling connections to specific ports on hosts behind a packet filter. This code is intended primarily as an example of how many of the features of libvanessa_socket work.

vanessa_socket-pipe

libvanessa_adt