This series add the basis for SNMP support in linuxptp. The support of published MIBs will be added later on.
Anders Selhammer (3): snmp4lptp: Add snmp sub agent for linuxptp snmp4lptp: Added communication to ptp4l via the UDS port. snmp4lptp: Added function for data collection from ptp4l program. .gitignore | 1 + configs/snmpd.conf | 26 ++++++++ makefile | 14 ++++ snmp4lptp.c | 192 +++++++++++++++++++++++++++++++++++++++++++++++++++++ snmp4lptp_mib.h | 30 +++++++++ snmpflg.sh | 42 ++++++++++++ 6 files changed, 305 insertions(+) create mode 100644 configs/snmpd.conf create mode 100644 snmp4lptp.c create mode 100644 snmp4lptp_mib.h create mode 100755 snmpflg.sh -- 1.8.3.1 ------------------------------------------------------------------------------ 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