https://github.com/boinc/boinc-lite
https://github.com/boinc/boinc-lite
Last synced: about 1 year 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T18:12:16.000Z (almost 11 years ago)
- Last Synced: 2025-01-20T20:47:11.844Z (over 1 year 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 testit
To execute the scheduler ({src,example}/BoincLite.c):
./src/BoincLite [] (statically linked)
./example/BoincLiteExample [] (dynamically linked)
To run last test case (in debug mode):
make testfirt
Directory organisation:
src/
sources & statically linked app (for gdb)
lib/
library construction
example/
client example
test/
unitary & global tests
include/
BoincLite.h header
doc/
specifications
CVS 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