Generates LaTeX PDF report about difference between current and previously saved RouterOS configurations. The PDF file is opened in PDF viewer.
Connection is made via Python 3 paramiko
module (SSH).
PDF report backups are saved in report_backups
directory.
- Python 3
pip3 install paramiko
- LaTeX with
verbatim
package
Run python3 ./report.py
.
Customize the report text in report.tex
.