Subnet Calculator is a simple calculator of IPv4 and IPv6 subnetworks based on libSubnetCalculator
This project is licensed under the terms of the GPLv2 or any later version. See the LICENSE file for the full text of the license.
Only dependency of Subnet Calculator is Qt 6 (libSubnetCalculator is bundled as a git submodule).
mkdir build
cd build
cmake ..
make -j$(nproc)
Currently we do not ship any binaries.