Skip to content

A subnetting generator that processes IP addresses and subnet masks.

License

Notifications You must be signed in to change notification settings

Jojo252511/subnetting-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Subnetting Generator

This project is a subnetting generator that enables users to enter an IP address and a subnet mask to calculate subnets.The generator supports both the input in IP format and in CIDR format (e.g. /24).

Files

  • src/index.html: Contains the basic HTML structure of the application.
  • src/styles.css: Defines the CSS styles for the layout and design of the user interface.
  • src/script.js: Implements the JavaScript logic to process the entries and implement the subneting calculations.
  • package.json: Configuration file for NPM, which lists dependencies and scripts.

Use

  1. Clone the repository or download the files.
  2. Open the index.html file in a web browser.
  3. Enter the desired IP address and subnet mask.
  4. Click the calculation button to display the subnets.

Look at that too:Subnetting-API

License

This project is licensed under the MIT-Lizenz.


© 2025 Jojo252511

About

A subnetting generator that processes IP addresses and subnet masks.

Resources

License

Stars

Watchers

Forks