Seti @ Home view frameworks

Are there any client-server platforms like SETI?

I have such a client-server model where volunteers register as a client (agent or node, call him whatever) and give their unoccupied computing resources.

Therefore, I will need to write a structure to distribute and track the work units (or tasks) provided to agents.

Is there such an FW that I could use. Then I save time to write job processing logic, etc.

In addition, I hope that the infrastructure will also support OS compatibility issues, agent file updates, etc.

Pl. give any other suggestions in general for such a distributed computing project that you think I should investigate.

+3
source share
1 answer

Check out BOINC , which is a common foundation for processing SETI style materials.

Edit to expand: in fact, iirc BOINC is a repeat of SETI. He will probably handle all your requirements .

+4
source

Source: https://habr.com/ru/post/1783839/


All Articles