pibcomp(1) | Qualcomm Atheros Open Powerline Toolkit | pibcomp(1) |
pibcomp - Qualcomm Atheros Parameter Block Compare Utility
pibcomp [options] file file [>stdout]
Read and compare two Qualcomm Atheros powerline parameter block files and print only those objects that are different. It will detect and handle both old and new powerline parameter file formats. This program is similar to program odc but is designed specifically for Qualcomm Atheros powerline parameter files. Program odc is no longer supported and will be removed from future toolkit releases.
Object driven comparison requires an object definition file that lists the size and name of data data objects (ie; integers, arrays or structures) within the parameter file. Individual data members are presented as smaller, individual data dumps within a larger, overall data dump. See program pibdump for more information of object definition file format.
The following example compares file abc.bin and def.bin and prints objects that are different in hexdump format. Objects are defined in objects.txt and read using -f.
# pibcomp -f objects.txt abc.bin def.bin
chkpib(7), chkpib2(7), getpib(7), modpib(1), pib2xml(1), pibdump(1), setpib(1), xml2pib(1)
Nathaniel Houghton
Charles Maier
November 2013 | open-plc-utils-0.0.3 |