Skip to content

A command-line tool that provides a variety of useful features for subnetting IPv4 addresses.

License

Notifications You must be signed in to change notification settings

mk-milly02/ip-alchemist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ip-alchemist-cli

ip-alchemist-cli is a command-line tool that provides a variety of useful features for subnetting IPv4 addresses.

Project logo

Getting Started

Prerequisites

  • .NET 7.0 SDK or later

Installation

  • Clone or download the repository to your local machine.
  • Open a terminal or command prompt and navigate to the project directory (./src/ip-alchemist-cli)

To build and run, execute the following commands:

dotnet build
dotnet run

Usage

To use the app, simply run it from the command line and follow the prompts. You can choose from the available features by selecting a from the menu.

Menu

image

Network Information

eg. 192.168.1.0/24

image

Fixed-length Subnet Mask

eg. 192.168.1.0/24, 4 subnets

image image image

Variable-length Subnet Mask

eg. 192.168.1.0/24, 2 subnets [100 hosts, 45 hosts]

image image

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A command-line tool that provides a variety of useful features for subnetting IPv4 addresses.

Topics

Resources

License

Stars

Watchers

Forks