[boinc_dev] minimal API need to implement a BOINC Client

2011-08-25 Thread Márcio Vinicius dos Santos
Hi, I'm trying to implement a minimal BOINC Client, I tried to find documents to the requisitions I need to implement without success. Do you have links on how to implement a client ? Thanks in advance Marcio ___ boinc_dev mailing list

Re: [boinc_dev] minimal API need to implement a BOINC Client

2011-08-25 Thread Christian Benjamin Ries
The BOINC project website offers a lot of information about [1]. Futhermore, in the BOINC source plenty examples (boinc src / samples /) [1] http://boinc.berkeley.edu/trac/wiki/BasicApi Am 25/08/11 21:15, schrieb Márcio Vinicius dos Santos: I'm trying to implement a minimal BOINC Client, I

Re: [boinc_dev] minimal API need to implement a BOINC Client

2011-08-25 Thread Christian Benjamin Ries
Btw. here [2] can you find a example applications, if you do not have all BOINC sources. [2] http://lmboinc.sourceforge.net/ Am 25/08/11 21:15, schrieb Márcio Vinicius dos Santos: Hi, I'm trying to implement a minimal BOINC Client, I tried to find documents to the requisitions I need to

Re: [boinc_dev] minimal API need to implement a BOINC Client

2011-08-25 Thread David Anderson
The smallest BOINC client is BoincLite: http://boinc.berkeley.edu/trac/browser/trunk/BoincLite It can be attached to only 1 project at a time, and does only 1 job at a time. -- David On 25-Aug-2011 12:15 PM, Márcio Vinicius dos Santos wrote: Hi, I'm trying to implement a minimal BOINC

Re: [boinc_dev] minimal API need to implement a BOINC Client

2011-08-25 Thread Márcio Vinicius dos Santos
Thanks, I found in http://boinc.berkeley.edu/trac/wiki/SoftwareDevelopment some links about Protocols, Is it all I need to implement mine own client ? I'd already worked with BoicLite. I corrected some tests also. How can I submit a patch ? Premature optimization is the root of all evil (or at

Re: [boinc_dev] minimal API need to implement a BOINC Client

2011-08-25 Thread David Anderson
On 25-Aug-2011 7:40 PM, Márcio Vinicius dos Santos wrote: Thanks, I found in http://boinc.berkeley.edu/trac/wiki/SoftwareDevelopment some links about Protocols, Is it all I need to implement mine own client ? Yes. The docs describing protocols may be out of date. You can run the standard