faucet
manipulate BSD TCP/IP stream sockets
Install
- All systems
-
curl cmd.cat/faucet.sh
- Debian
-
apt-get install netpipes
- Ubuntu
-
apt-get install netpipes
- Arch Linux
-
pacman -S nodejs-faucet
- Kali Linux
-
apt-get install netpipes
- Fedora
-
dnf install nodejs-faucet
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install netpipes
- Raspbian
-
apt-get install netpipes
- Dockerfile
- dockerfile.run/faucet
netpipes
manipulate BSD TCP/IP stream sockets
The netpipes package makes TCP/IP streams usable in shell scripts. It can also simplify client/server code by allowing the programmer to skip all the tedious programming bits related to sockets and concentrate on writing a filter, or other service.