netcalc icon indicating copy to clipboard operation
netcalc copied to clipboard

Advanced network calculator and address planning helper

Results 4 netcalc issues
Sort by recently updated
recently updated
newest added

We've had user requests to be able to read networks from various formats. Popular IPAM tools, CSV, SQL, and so on. Not quite sure how we'd do on the interface...

enhancement

The ``add-file`` command reads network addresses from files. Right now, it only supports clean lists of addresses, e.g.: ``` 10.0.0.0/24 192.0.2.0/27 10.5.7.128/25 ``` It would be nice, however, to be...

Create a new command to provide WHOIS data on a network or IP. Might as well provide RDAP data, while we're at it.

enhancement

It should be possible for the user to not use whitespace around the operators in the `expr` command. Right now, this is a syntax error: ``` $ ./netcalc.py expr 192.0.2.0/24...

enhancement
usability