abk-technology
SNMP API |
The abk-technology SNMP
API enables the developer to create SNMP applications
without having any knowledge about implementation details of the SNMP
protocol architecture.
This makes a fast and uncomplicated production of own application with SNMP support
for the programmer possible. The SNMP API provides a collection of functions
used to create a MIB-II compatible SNMP agent as well as the integration
of own MIBs by adding objects into the private enterprise branch.
The creation of own "Managed Objects" takes place dynamically, whereby the quantity
of the addable objects is only limited by the available memory of the system.
The framework was written in C and is available as library files. Thus it can be easily integrated in own projects. Among other things those libraries can be used with Borland C++ 5 and the microcontrollers SC12/SC13 IPC@CHIP manufactured by a company named BECK. In our microcontroller section you can find a microcontroller board equipped with the SC13. Further ther is a Microsoft Windows® version available, which can be used under Visual C++ to develop and debug the user application. On request it is possible to port an application to other processor architectures or operating systems. For the complete documentation of the API follow the link. |