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++
- Host: GitHub
- URL: https://github.com/nilusche/c-_subnetting-solver-dnis
- Owner: Nilusche
- Created: 2021-08-15T12:33:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T15:57:55.000Z (over 3 years ago)
- Last Synced: 2025-01-09T17:03:09.373Z (9 months ago)
- Topics: cpp, ipv4, ipv6, networking, subnetting, vlsm
- Language: C++
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
---------------------------------------------------------------------------------------

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

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