AgentXcpp  Version:0.3
Internals Documentation
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Pages
internals.mainpage
Go to the documentation of this file.
1 /*
2  * Copyright 2011-2016 Tanjeff-Nicolai Moos <tanjeff@cccmz.de>
3  *
4  * This file is part of the agentXcpp library.
5  *
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
9  * permissions.
10  *
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.
15  *
16  * See the AgentXcpp library license in the LICENSE file of this package
17  * for more details.
18  */
19 
20 /*!
21 
22 \mainpage AgentXcpp internals documentation
23 
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:
27 
28  - Compliance to RFC 2741
29  - Provide a clean, easy to use API
30  - Provide full documentation of the API
31  - Ensure stable operation
32 
33 Table of contents
34 - \subpage license
35 - \subpage getting_started
36 - \subpage documentation
37 - \subpage buildsystem
38 - \subpage pdus
39 - \subpage exceptions
40 - \subpage variables
41 
42 */