A simple parser for netconf server of client logs
NetConfParser is a tool that helps you analyze the rpcs coming and going from a netconf client to a server NetConfParser can be built for Windows with pyinstaller pyinstaller –windowed –icon=fs.ico -F netconfparser.py –add-data “fs_ico_encoded;.” It will give an exe as output in dist folder Please zip it if you want to distribute it For Linux, you can use python netconfparser.py directly Usage of NetConfParser is pretty straightforward You can either paste the entire content of the log file in […]
Read more