netcalc is a light weight cross-platform GUI written in Go for network calculation.
You can download pre-built binaries from Releases.
You can also build, install, and run the binary from source (make sure you have Go installed on your system):
$ go install github.com/KhangBBBB/netcalc@latest
$ netcalc
netcalc is a beta software, so users should use it with caution. We have only tested it on Windows and macOS.
- Add checksum calculation and display the steps to the users
- Add CRC calculation and display the steps to the users
- Add subnetting and display the steps to the users