Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/boinc/boinc-lite


https://github.com/boinc/boinc-lite

Last synced: about 1 month ago
JSON representation

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