Skip to content

cbyam/ipcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# ipcalc

A Rust-based IP address calculator.

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

## Introduction

`ipcalc` is a tool for performing IP address calculations, including subnetting and CIDR calculations.

## Features

- Calculate network address
- Determine broadcast address
- Compute number of hosts
- Subnetting support

## Installation

### Prerequisites

- Rust (latest stable version)
- Cargo

### Steps

1. Clone the repository:
    ```sh
    git clone https://github.com/cbyam/ipcalc.git
    cd ipcalc
    ```

2. Build the project:
    ```sh
    cargo build
    ```

3. Run the project:
    ```sh
    cargo run
    ```

## Usage

Use `ipcalc` to calculate IP addresses and subnets. Example command:

```sh
cargo run -- 192.168.1.1/24

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages