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. Support of cross compilation will also be included later on.
Anders Selhammer (5): 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 snmpd_run_pmc for data collection from ptp4l program. configs/snmpd.conf | 26 +++++ incdefs.sh | 16 ++- ldlibs.sh | 44 ++++++++ makefile | 12 ++- optprg.sh | 44 ++++++++ pdt.h | 7 +- pmc.c | 299 +---------------------------------------------------- pmc_common.c | 294 ++++++++++++++++++++++++++++++++++++++++++++++++++++ pmc_common.h | 9 ++ snmpd.c | 192 ++++++++++++++++++++++++++++++++++ snmpd_mib.h | 30 ++++++ 11 files changed, 671 insertions(+), 302 deletions(-) create mode 100644 configs/snmpd.conf create mode 100755 ldlibs.sh create mode 100755 optprg.sh 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