I made a numerical method as a thesis and encoded it in java. Adequate execution requires a lot of computational time. So I searched for an alternative and found BOINC. Unfortunately, I did not have time to execute my method in BOINC, because I am an Aerospace student, not a programmer, and I decided to keep my priority in my java program. Now he's done, I would still like to port this to the BOINC environment.
Unfortunately, I participate in repeated examples, and I could not find them either on the official website http://boinc.berkeley.edu or on the Internet. So, do you know a good and simple example or do you have any experience at BOINC and would like to start a new platform for such a boinc project?
I am realistic about my method that it will not work 24/7, because there are not so many work units as for seti or folding projects. Therefore, I would like to have a platform for more than just my project, so that I can work on another platform project when there are no work units in one part of the project at the moment.
But for starters, I would have kept it simple and just wanted to know how to encode and use it in client and server systems. It doesn't matter what the example projects will work on, as long as it's simple enough so that I can figure it out and extend it for my method.
Thanks Andreas! :)
PS: I know that BOINC supports JAVA as a programming language, and my method is encoded in JAVA.
source share