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

https://github.com/nilusche/c-_subnetting-solver-dnis

Simple Subnettingquestions-Solver implemented in C++
https://github.com/nilusche/c-_subnetting-solver-dnis

cpp ipv4 ipv6 networking subnetting vlsm

Last synced: 7 months ago
JSON representation

Simple Subnettingquestions-Solver implemented in C++

Awesome Lists containing this project

README

          

# Subnetting-Solver in C++

This is a Subnettingquestions-Solver implemented in C++.

Currently it can support:

- Converting IP version 4 addresses to IPV6 addresses
- Identifying the addressrange of an IPV6 or IPV4 address to a given subnetmask
- Determination of the Subnet of given IPV4 address
- VLSM Subnetting Questions:

- Generate VLSM subnetting szenarios (variable hosts and addresses or custom ones)
- Solve VLSM Subnetting Szenerios (custom ones and generated ones)

Feel free to play around with the code. Drop me a line if you find it useful.

Thanks to https://github.com/friedmud for the Table-template!
![alt text](https://github.com/Nilusche/Subnetting-Solver/blob/master/VLSM.png?raw=true)

---------------------------------------------------------------------------------------

![alt text](https://github.com/Nilusche/Subnetting-Solver/blob/master/VLSM2.png?raw=true)

---------------------------------------------------------------------------------------

![alt text](https://github.com/Nilusche/Subnetting-Solver/blob/master/Sub.png?raw=true)

---------------------------------------------------------------------------------------