1 config BR2_PACKAGE_AGENTPP
3 select BR2_PACKAGE_SNMPPP
4 depends on BR2_INSTALL_LIBSTDCPP
5 depends on BR2_TOOLCHAIN_HAS_THREADS # snmp++
6 depends on !BR2_STATIC_LIBS # snmp++
8 AGENT++ is a set of C++ classes which provides a complete protocol
9 engine and dispatch table for the development of SNMP agents.
10 AGENT++ is a multilingual API which supports SNMPv1, SNMPv2c, and
11 SNMPv3. It provides various C++ classes implementing prototypes for
12 scalar and table SNMP managed objects that can be customized by
13 derivation. Additional classes support the development of proxy
14 agents as well as sending notifications.
16 SNMPv3 support is enabled if SNMP++ enables it.
18 http://www.agentpp.com/agentpp3_5/agentpp3_5.html
20 comment "agent++ needs a toolchain w/ threads, C++, dynamic library"
21 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \