2 * Copyright 2011-2016 Tanjeff-Nicolai Moos <tanjeff@cccmz.de>
4 * This file is part of the agentXcpp library.
6 * AgentXcpp is free software: you can redistribute it and/or modify
7 * it under the terms of the AgentXcpp library license, version 1, which
8 * consists of the GNU General Public License and some additional
11 * AgentXcpp is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * See the AgentXcpp library license in the LICENSE file of this package
22 \mainpage AgentXcpp internals documentation
24 The AgentXcpp library is intended to implement SNMP MIB implementation. This is
25 achieved by implementing the AgentX protocol as defined in RFC 2741. The main
26 goals of the library are:
28 - Compliance to RFC 2741
29 - Provide a clean, easy to use API
30 - Provide full documentation of the API
31 - Ensure stable operation
35 - \subpage getting_started
36 - \subpage documentation
37 - \subpage buildsystem