flavono123 / lcc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lcc; Least Common CIDR

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

logo

<gif-example>

Usage

$ 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

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

Algorithm

Contributing

WIP

About

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

License:Creative Commons Zero v1.0 Universal


Languages

Language:Go 100.0%