Net-Nmsg version 0.09
=====================

Net::Nmsg is a perl binding to libnmsg, the reference implementation of
the NMSG binary structured message interchange format. The NMSG
documentation describes the format as:

  The NMSG format is an efficient encoding of typed, structured data
  into payloads which are packed into containers which can be
  transmitted over the network or stored to disk. Each payload is
  associated with a specific message schema. Modules implementing a
  certain message schema along with functionality to convert between
  binary and presentation formats can be loaded at runtime by libnmsg.
  nmsgtool provides a command line interface to control the
  transmission, storage, creation, and conversion of NMSG payloads.

This release was tested on NMSG version 0.6.17.
The minimum version of NMSG required is 0.6.14.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

This module requires the presense of libnmsg and libpcap.

Additionally the following perl modules are required:

  Math::Int64
  NetAddr::IP::Util


COPYRIGHT AND LICENCE

Copyright (C) 2010-2011 by Carnegie Mellon University

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, as published by
the Free Software Foundation, under the terms pursuant to Version 2,
June 1991.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.