netcalc is a slimmed down clone of sipcalc, using the output format of ipcalc. It is written in C and only depends on a POSIX compliant C library. Both IPv4 and IPv6 are supported.
netcalc is a slimmed down clone of sipcalc, using the output format of ipcalc. It is written in C and only depends on a POSIX compliant C library. Both IPv4 and IPv6 are supported.
To install netcalc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install netcalc
To see what files were installed by netcalc, run:
port contents netcalc
To later upgrade netcalc, run:
sudo port selfupdate && sudo port upgrade netcalc
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.