Home Projects Articles About Contact

Subnet Suite

A feature-rich .NET web application for network calculations.

Live Demo View on GitHub

SubnetSuite is a feature-rich, .NET-based web application that provides tools for subnetting, VLSM design, supernetting, binary math, IPv6 calculations, and visual network planning.


🛠️ Features

🌐 Subnet Calculator

📐 VLSM Calculator

🎯 Supernet Calculator

🖥 VLSM Visualizer

📊 Binary Calculator

🔁 Binary/Decimal/Hex Converter

🧮 IPv6 Calculator

📈 Uptime Monitoring (Internal)


🚀 Deployment & CI/CD

The app is deployed on a Windows Server 2022 using:

Workflow Summary:
  1. Push to main
  2. GitHub runner pulls latest commit
  3. Publishes app to C:\Published\SubnetSuite
  4. App is restarted and served on localhost:5000

⚙️ Tech Stack