A simple CLI tool used for generating subnetting problems. Intended for students to practice.
Just compile from source (until a makefile is made or something)
[!CAUTION] Builds currently fail on Windows systems.
You can just run the program from the terminal, which writes to standard output. You can use the shell to save the output to a file.
./ipsp | pandoc -f textile -o practice.pdf
This runs the program, and saves its output to a pdf.
Alternatively, you can use the following code to save the output of the program and open it in notepad on Windows.
\main.exe > practice.txt && notepad.exe practice.txt
As of 4.10.2024: