command-line tools for building TCP client-server applications
tcpserver waits for incoming connections and, for each connection, runs a program of your choice. Your program receives environment variables showing the local and remote host names, IP addresses, and port numbers. tcpclient makes a TCP connection and runs a program of your choice. It sets up the same environment variables as tcpserver.
tcpserver waits for incoming connections and, for each connection, runs a program of your choice. Your program receives environment variables showing the local and remote host names, IP addresses, and port numbers. tcpclient makes a TCP connection and runs a program of your choice. It sets up the same environment variables as tcpserver.
To install ucspi-tcp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ucspi-tcp
To see what files were installed by ucspi-tcp, run:
port contents ucspi-tcp
To later upgrade ucspi-tcp, run:
sudo port selfupdate && sudo port upgrade ucspi-tcp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.