Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/uazu/fidlib
- Owner: uazu
- License: gpl-2.0
- Created: 2014-08-26T22:36:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T22:55:10.000Z (about 10 years ago)
- Last Synced: 2023-04-05T00:45:30.502Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 310 KB
- Stars: 4
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 notesTo 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 environmentJim
http://uazu.net