Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Repository for my subnetting calculator

NotificationsYou must be signed in to change notification settings

ClayArch/subnetter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fast, accurate IPv4 subnet calculator built with Python and Streamlit.

Live App:https://subnetter.streamlit.app

Features

  • Calculate subnet information from IP address + CIDR/dotted mask
  • View network address, broadcast address, host range, and usable hosts
  • Support for special cases (/31 point-to-point links, /32 single hosts)
  • Download results as CSV
  • Reference guide with common subnet masks and info
  • Clean, responsive UI

Getting Started

Prerequisites

  • Python 3.8+
  • pip

Installation

  1. Clone the repository:
git clone https://github.com/ClayArch/subnetter-app.gitcd subnetter-app
  1. Create a virtual environment:
python -m venv .venv.venv\Scripts\activate# Windowssource .venv/bin/activate# Mac/Linux
  1. Install dependencies:
pip install -r requirements.txt

Running Locally

streamlit run subnetter/ui/app.py

The app will open athttp://localhost:8501

Usage

  1. Enter an IP address (with or without CIDR notation)
  2. If needed, enter a subnet mask
  3. Click "Calculate"
  4. View results across three categories: Network Info, Host Range, and Additional Info
  5. Download results as CSV if needed

Example

  • 192.168.0.10/24

    or

  • 192.168.0.10 255.255.255.0

License

MIT License

Contributing

Feel free to open issues or submit pull requests for improvements.

About

Repository for my subnetting calculator

Topics

Resources

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp