NetworkCalculator is an aplication designed for IPv4 subnet calculations. It provides essential parameters based on IP address and mask (CIDR or IPv4).
The application accepts an IP address and mask (e.g. 192.168.128.18/24 or 192.168.128.18 255.255.255.0) and calculates the following parameters:
- Network Address
- Brodcast Address
- First Host
- Last Host
- Max Hosts(total number of usabe addresses in the subnet)
- Language: Python
- Framework: Kivy
git clone https://github.com/Matio004/NetworkCalculator.git