Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.2 KB

readme.md

File metadata and controls

67 lines (43 loc) · 1.2 KB

CIDR Calculator

A web application to convert CIDR notation to an IP address range and vice versa. Supports both IPv4 and IPv6 addresses.

Features

  • Convert CIDR notation to IP address range
  • Convert IP address range to CIDR notation
  • Supports both IPv4 and IPv6

Requirements

  • Python 3.12
  • Flask

Installation

  1. Clone the repository:

    git clone https://github.com/imrkaofficial/cidr-calculator.git
    cd cidr-calculator
  2. Create a virtual environment:

    python3 -m venv venv
  3. Activate the virtual environment:

    source venv/bin/activate
  4. Install the dependencies:

    pip install -r requirements.txt

Running the Application

  1. Run the Flask application:

    python app.py
  2. Open your web browser and navigate to http://127.0.0.1:5000/ (or the port specified in app.py).

Installation

  1. Clone the repository:

    git clone https://github.com/imrkaofficial/cidr-calculator.git
    cd cidr-calculator
    

Usage

  • Convert CIDR to IP Address Range
  • Convert IP Address Range to CIDR

License

This project is licensed under the MIT License.