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 the upper right text box Or use the load button which will open a dialog box

After loading the log file, you will have it pasted in the upper right text box Just press the

 

 

 

To finish reading, please visit source site