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.
- Host: GitHub
- URL: https://github.com/naemazam/subnet-calculator
- Owner: naemazam
- License: mit
- Created: 2021-06-10T18:19:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T10:19:44.000Z (about 4 years ago)
- Last Synced: 2025-01-29T11:36:05.300Z (9 months ago)
- Topics: cidr-notation, cidr-subnet, java, naemazam, subnet-calculator, subnetting
- Language: Java
- Homepage:
- Size: 21.8 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[]()
## 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.
2. click press calculate

3. click reset to clear all values.

## 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/)