Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uazu/fidlib

Fidlib run-time filter design and execution library. CURRENTLY UNMAINTAINED. Consider daschuer/mixxxdj fork if this doesn't work for you.
https://github.com/uazu/fidlib

Last synced: about 1 month ago
JSON representation

Fidlib run-time filter design and execution library. CURRENTLY UNMAINTAINED. Consider daschuer/mixxxdj fork if this doesn't work for you.

Awesome Lists containing this project

README

        

Fidlib and Firun
----------------

See also:

- http://uazu.net/fidlib/
- http://uazu.net/fiview/

This repository contains 'fidlib', my run-time filter design and
execution library, and 'firun', a tool for running fidlib filters from
the command-line.

> 'Fidlib' is Copyright (c) 2002-2004 Jim Peters
> and is released under the GNU Lesser General Public License (LGPL)
> version 2.1 as published by the Free Software Foundation. See the
> file COPYING_LIB for details, or visit: http://www.fsf.org/licenses/

> 'Firun' is Copyright (c) 2004 Jim Peters
> and is released under the GNU General Public License (GPL)
> version 2 as published by the Free Software Foundation. See the
> file COPYING for details, or visit: http://www.fsf.org/licenses/

To use 'fidlib' (one way at least):

- Copy fidlib.h, fidlib.c, fidmkf.h and fidrf_cmdlist.h to your project directory
- Build fidlib.c as part of your project
- `#include "fidlib.h"` in your source for prototypes and structures
- See fidlib.txt for full docs and API
- See also fidlib.c and fidlib.h for additional notes

To use 'firun':

- Type "firun" or "./firun" for an overview
- See firun.txt for full docs, and fidlib.txt for filter types

To build 'firun':

- On Linux, run 'mk-firun' to build it
- On Windows, try 'mk-firun-mingw' using the MinGW MSYS environment

Jim

http://uazu.net