Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clausklein/agent_pp
Fork of Agent++ SNMP Framework
https://github.com/clausklein/agent_pp
cmake cpp snmp
Last synced: 20 days 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 (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-27T04:31:56.000Z (about 1 year ago)
- Last Synced: 2024-10-31T21:24:46.168Z (2 months ago)
- Topics: cmake, cpp, snmp
- Language: C++
- Homepage: https://agentpp.com/api/cpp/snmp_pp.html
- Size: 1.38 MB
- Stars: 0
- 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