https://github.com/clausklein/agent_pp
Fork of Agent++ SNMP Framework
https://github.com/clausklein/agent_pp
cmake cpp snmp
Last synced: about 1 year ago
JSON representation
Fork of Agent++ SNMP Framework
- Host: GitHub
- URL: https://github.com/clausklein/agent_pp
- Owner: ClausKlein
- License: apache-2.0
- Created: 2021-05-10T15:38:11.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-27T04:31:56.000Z (over 2 years ago)
- Last Synced: 2025-02-12T11:13:40.015Z (over 1 year ago)
- Topics: cmake, cpp, snmp
- Language: C++
- Homepage: https://agentpp.com/api/cpp/snmp_pp.html
- Size: 1.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE-2_0.txt
Awesome Lists containing this project
README
AGENT++ V4.5.1 README
=====================
Within this repo the source code and examples for AGENT++ 4.x for Linux,
Windows 7/10, Mac OSX, Cygwin, and many other operating systems
(including some embedded).
For more details on the API, please refer to the API specification.
This library requires SNMP++v3.4.7 or later!
SNMP++ up to v2.8 was designed by Peter Mellquist (Hewlett Packard Co.) and was
available from http://rosegarden.external.hp.com/snmp++. This link no longer
works because HP discontinued SNMP++!
You can download the patched version v2.8a still from
https://www.agentpp.com/snmp++v2.8a.tar.gz.
====================================================================
USAGE:
cmake -S . -B ../build -G Ninja
--
This is a fork with working cmake build system from Claus Klein.
It is based on the broken original version from Frank Fock https://agentpp.com