Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegocr/libdaemons
all you need to create a daemon, in minutes!
https://github.com/diegocr/libdaemons
c daemon server
Last synced: about 1 month ago
JSON representation
all you need to create a daemon, in minutes!
- Host: GitHub
- URL: https://github.com/diegocr/libdaemons
- Owner: diegocr
- License: other
- Created: 2012-11-21T05:22:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-21T05:24:02.000Z (about 12 years ago)
- Last Synced: 2023-04-03T15:31:45.929Z (almost 2 years ago)
- Topics: c, daemon, server
- Language: C
- Size: 164 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Daemons IFace Library - README File
=====================================================Documentation
----------------Docs are available from the main homepage, http://daemons.sourceforge.net/
Licensing
------------Daemons IFace Library are licensed under the BSD Licence, read the
file LICENCE for details.Installation and Usage
-------------------------To install move libdaemons.a to your libs directory (ie /gg/m68k-amigaos/lib),
and daemons.h to your includes dir (ie /gg/m68k-amigaos/include).To use the lib just include the header file daemons.h on your code, and link it
with libdaemons.a as first library, ie:gcc -noixemul dtest.c -o dtest -ldaemons
Read the docs carefully.
Support
----------Project: http://sourceforge.net/projects/daemons/
Forums: http://sourceforge.net/forum/?group_id=143146
Trackers: http://sourceforge.net/tracker/?group_id=143146
CVS: http://sourceforge.net/cvs/?group_id=143146
Downloads: http://sourceforge.net/project/showfiles.php?group_id=143146