Arch Linux users can get the softwafre from the AUR:
- Example with yay
yay -S ipcalculator
- Using CMAKE
mkdir build && cd build
cmake ..
make
sudo make install
- Using Makefile
make
sudo make install
sudo make uninstall
ndk-build NDK_APPLICATION_MK=`pwd`/Application.mk
ipcalculator 192.168.1.1/24
IP address: 192.168.1.1
Subnet mask: 255.255.255.0
Wildcard subnet mask: 0.0.0.255
Network address: 192.168.1.0
Broadcast address: 192.168.1.255
First host address: 192.168.1.1
Last host address: 192.168.1.254