Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boinc/boinc-lite
https://github.com/boinc/boinc-lite
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/boinc/boinc-lite
- Owner: BOINC
- License: lgpl-2.1
- Created: 2015-07-27T18:11:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T18:12:16.000Z (over 9 years ago)
- Last Synced: 2024-03-26T21:00:33.945Z (9 months ago)
- Language: C
- Size: 297 KB
- Stars: 2
- Watchers: 12
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
To test the library:
make testitTo execute the scheduler ({src,example}/BoincLite.c):
./src/BoincLite [] (statically linked)
./example/BoincLiteExample [] (dynamically linked)To run last test case (in debug mode):
make testfirtDirectory organisation:
src/
sources & statically linked app (for gdb)
lib/
library construction
example/
client example
test/
unitary & global tests
include/
BoincLite.h header
doc/
specificationsCVS Tags & branches:
- cvs co -r SchedulerLiteBeta5 BoincLite
Scheduler lite v2 :
- one workunit
- event queue
- HTTP download verification
- cvs co -r SchedulerLiteBeta4 BoincLite
Scheduler lite version :
- one work unit
- no event queue
- mature api- cvs HEAD : current developpment version