CalcIp is a software it's capable to study an IPv4 along with its subnet mask(CIDR) and it's can make subnetting or supernetting by a new subnet mask. CalcIp has born to automate the IPv4 plan on router. I've used The software engineering to develop this project.
- Network Address: CalcIp provides converted network address to decimal, binary.
- Broadcast Address: CalcIp provides converted broadcast address to decimal, binary.
- Subnet Mask: CalcIp provides converted subnet mask to decimal, binary, CIDR.
- Wild Card: CalcIp provides converted wild card to decimal, binary.
- IPv4: CalcIp gives converted input address to decimal, binary.
- Max Hosts: CalcIp provides the number of maximum hosts.
- ClassFul: If the incoming subnet mask is class, CalcIp provides the address class.
# Clone repository
git clone https://github.com/jim-bug/calcip.git
cd calcip# SUPERNETTING
bash calcip.sh -S IP/SB NEW_SB# subnetting
bash calcip.sh -s IP/SB NEW_SB# Only IPv4 studing
bash calcip.sh IP/SB# Help
bash calcip.sh -hIn the SUPERNETTING case NEW_SB have to be less than SB. The subnetting case NEW_SB have to be greater than NEW_SB.
You can contact me using -> [email protected]