MAPI
MAPI, or Monitoring API, is a multi-user programming interface designed to simplify the development of network monitoring software and allows users to express their monitoring needs in a device-independent way. The main abstraction provided by MAPI is the network flow. Although flows have been used before in network monitoring systems, MAPI gives flows a first-class status. Applications that uses MAPI can specify what flows or flow statistics they are interested in by applying functions to flows. A MAPI function can be a BPF filter, string search, packet counter or more advanced like a NetFlow? generator. These function will automatically run in hardware if there is support for it on the hardware being used.
MAPI currently supports the following hardware:
- Normal NICs through libpcap
- DAG cards
Join the MAPI mailinglist to be kept up to date about new releases and for support. Bugs should also be reported to this mailing list.
Releases
- MAPI 2.0, released 19 September 2006, this version is old and it is recommended to use the development version
Development version
- svn co https://svn.testnett.uninett.no/mapi/trunk
