                    BndStat. Version 1.52 FREEWARE GNU

1. Introduction.

  This programm can generate statistics for binkd log.

2. Command line options.

   USAGE: bndstat [-d] [-q] [-s<file>] [-n<file>] <log_file>

       -d        generate statistics for current day
       -q        do not display the statistics
       -s<file>  write sessions statistics in <file>
       -n<file>  write nodes statistics in <file>

  Example: bndstat -d -q -sses.out -nnodes.out
  
  Generates statistics for current day and writes session statistics
  in file ses.out and writes nodes statistics in file nodes.out.

3.  Compilation.

  This program can be compiled for all platforms. I check under 
  FreeBSD (gcc) and Win32 (Visual C/C++ 6.0).
  
  Under UNIX rename file bndstat.c.unix to bndstat.c and type: 
  gcc ./bndstat.c -o bndstat.
  And is tested and compiled on a 64-bit Linux system

4.  Copyrights.

  This software is provided as is. No warranty of any kind is 
  expressed or implied. You use at your own risk. The author will not be
  liable for data loss, damages, loss profits or any other kind of loss
  while using or misusing this software.

  This software distributed with GNU license (see the copying file).

  All rights on programms and libraries, which were used in this programm,
  are reserved for authors of these programms.

5. Contact info.

  If you have any questions, bug reports or comments, please contact me
  at the following addresses:

  E-Mail: gert@kofo.org
  Fido: Gert Andersen, 2:236/150
  WWW: http://www.kofobbs.dk

                                                     Gert Andersen.

