An open API service indexing awesome lists of open source software.

https://github.com/naemazam/subnet-calculator

A subnet, or subnetwork, is a network inside a network. Subnets make networks more efficient. Through subnetting, network traffic can travel a shorter distance without passing through unnecessary routers to reach its destination.
https://github.com/naemazam/subnet-calculator

cidr-notation cidr-subnet java naemazam subnet-calculator subnetting

Last synced: 7 months ago
JSON representation

A subnet, or subnetwork, is a network inside a network. Subnets make networks more efficient. Through subnetting, network traffic can travel a shorter distance without passing through unnecessary routers to reach its destination.

Awesome Lists containing this project

README

          

# Subnet calculator

A subnetwork or subnet is a logical subdivision of an IP network. The practice of dividing a network into two or more networks is called subnetting. Computers that belong to the same subnet are addressed with an identical most-significant bit-group in their IP

[![MasterHead](img/subnet3.PNG)]()

## Installation For Windows OS

Use this software on Windows OS [Download](https://github.com/naemazam/SubNet-Calculator/raw/main/Subnet%20Calculator/subnet%20calculator.exe) and Execute RAR file.

## Installing for Linux

At first install Wine for running .exe file on linux

```bash
sudo apt-get install wine32 -y && sudo apt-get install libwine -y

```
Download file from [GitHub](https://github.com/naemazam/SubNet-Calculator.git) or Open terminal and follow

```bash
git clone https://github.com/naemazam/SubNet-Calculator.git

```

```bash
cd SubNet-Calculator/

wine subnet calculator.exe

```

## Usage

1. Provide [IP address](https://naemazam.github.io/post%20page/subnetpostpage.html) (ip4) and [CIDR](https://naemazam.github.io/post%20page/classfullvscidr.html) Value on the box.
![alt text](img/subnet2.PNG)

2. click press calculate

![alt text](img/subnet3.PNG)

3. click reset to clear all values.

![alt text](img/subnet1.PNG)

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)