Kismet/Client version 0.03
==========================

Kismet::Client is a simple module to connect to a Kismet-server.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

   o POSIX
   o IO::Select
   o IO::Socket
   o Socket
   o Fcntl
   o Carp

(All found in the standard perl suit)

BUGS

If you find any bugs, please use the RT interface on CPAN (http://rt.cpan.org)

If  you know how to fix it, submit a patch :)

COPYRIGHT AND LICENCE

 Copyright 2003 Kay Sindre Baerulfsen

 This library is free software; you can redistribute it and/or modify
 it under the GNU General Public License (Version 2, June 1991)

 Share and Enjoy!
 
