ip-alchemist-cli is a command-line tool that provides a variety of useful features for subnetting IPv4 addresses.
- .NET 7.0 SDK or later
- 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
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
Network Information
eg. 192.168.1.0/24
Fixed-length Subnet Mask
eg. 192.168.1.0/24, 4 subnets
Variable-length Subnet Mask
eg. 192.168.1.0/24, 2 subnets [100 hosts, 45 hosts]
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for details.