Node:Misc modules, Next:, Previous:Tree modules, Up:Top



Misc modules

Stack functions

The module stack.h implements a stack of integers.

Snmpz Module

This module encapsulate functionnalities linked to Snmp requests. A session is started thanks to snmpz_open and is finished with snmpz_close. The request can be classified by the type of the request result :

A getnext sequence must be initialized using snmpz_walkX.

Module Organization

The package psnmp is organized with layered APIs. The lowest ones deal with the database and the network Snmp requests. On top of these, two modules, one in charge of the topology calculation and another of the graphic interface.