Calip is a CLI tool to deal with networking stuff such as conversion of ip addresses in binary format. It's a project for practicing my Go skills so there's nothing really fancy, just me learning...
- Convert each byte of an IPv4 into binary
You can build it using go
:
$ go build .
Or you can build it with nix
:
$ nix build .#