Add of the first step of supporting SNMP communication to linuxptp. This patchset only adds the basics for SNMP. The support of published MIBs will be added later on.
Anders Selhammer (6): pmc: Refactoring of in arguments in pmc_create pmc: Move new common funtionality into pmc_common pdt: Added check if already defined snmpd: Add snmp sub agent snmpd: Added communication to ptp4l via the UDS port. snmpd: Add data collection from ptp4l program for some mib get requests configs/snmpd.conf | 26 +++++ incdefs.sh | 13 ++- ldlibs.sh | 33 ++++++ makefile | 12 +- optprg.sh | 33 ++++++ pdt.h | 7 +- phc2sys.c | 4 +- pmc.c | 305 +-------------------------------------------------- pmc_common.c | 315 +++++++++++++++++++++++++++++++++++++++++++++++++++-- pmc_common.h | 10 +- ptpbase_mib.c | 231 +++++++++++++++++++++++++++++++++++++++ snmpd.c | 187 +++++++++++++++++++++++++++++++ snmpd_mib.h | 32 ++++++ 13 files changed, 888 insertions(+), 320 deletions(-) create mode 100644 configs/snmpd.conf create mode 100755 ldlibs.sh create mode 100755 optprg.sh create mode 100644 ptpbase_mib.c create mode 100644 snmpd.c create mode 100644 snmpd_mib.h -- 1.8.3.1 --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel