ppparser 1.0.3
ppparser: ^1.0.3 copied to clipboard
A Performance Port Parser that converts IP-port pairs to a JSON format.
ppparser #
A Performance Port Parser that converts IP-port pairs to a JSON format.
Concept #
Read a text file with a list of IP addresses followed by individual lines of port numbers. Ignoring blank spaces and
comments (indicated by a #), generate a JSON file mapping the IP addresses to the corresponding ports.
Usage #
dart bin/ppparser.dart -i <input-file> -o <output-file>
Use dart bin/ppparser.dart -h for more usage.