Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flavono123/lcc

Get the least common CIDR of a list of IPv4 addresses.
https://github.com/flavono123/lcc

Last synced: about 1 month ago
JSON representation

Get the least common CIDR of a list of IPv4 addresses.

Awesome Lists containing this project

README

        

# `lcc`; Least Common CIDR

*Get the least common CIDR of a list of IPv4 addresses.*

![logo](assets/logo.png)

\

## Usage

```sh
$ lcc help

NAME:
lcc - get the least common CIDR from a list of IP addresses

USAGE:
lcc [global options] command [command options] IP1 [IP2 ...]

COMMANDS:
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--help, -h show help

```

## Install

### macOS(Hombrew)

WIP

### Go

```sh
$ git clone https://github.com/flavono123/lcc.git
$ cd lcc
$ go install
```

## Algorithm

## Contributing

WIP