sipcalc displays various information from an IP address and an associated subnet mask: broadcast address, network class, Cisco wildcard, hosts/range, network range, etc. It supports both IPv4 and IPv6.
sipcalc displays various information from an IP address and an associated subnet mask: broadcast address, network class, Cisco wildcard, hosts/range, network range, etc. It supports both IPv4 and IPv6.
To install sipcalc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sipcalc
To see what files were installed by sipcalc, run:
port contents sipcalc
To later upgrade sipcalc, run:
sudo port selfupdate && sudo port upgrade sipcalc
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.