Skip to content

BOINC/boinc-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To test the library:
	make testit

To execute the scheduler ({src,example}/BoincLite.c):
      ./src/BoincLite [<debug level>] (statically linked)
      ./example/BoincLiteExample [<debug level>] (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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages