Skip to content

jim-bug/calcip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalcIp

Licenza Versione

Index

Introduction

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.

Features

  • 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.

Installation

Steps

# 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 -h

Note:

In the SUPERNETTING case NEW_SB have to be less than SB. The subnetting case NEW_SB have to be greater than NEW_SB.

License

GPL-3.0

Contact

You can contact me using -> ignazioandsperandeo@gmail.com

About

Software that extracts something from ipv4.

Resources

License

Stars

Watchers

Forks

Packages

No packages published