I
I
Ivan_Krug2020-11-11 19:42:00
Raspberry Pi
Ivan_Krug, 2020-11-11 19:42:00

How to combine multiple raspberry pi?

How to combine Raspberry pi into a cluster (let's say 5 pcs) and use their processor cores as one. Valid for password hash brute force or other tasks

Answer the question

In order to leave comments, you need to log in

4 answer(s)
P
paran0id, 2020-11-11
@paran0id

It is impossible to combine several computers into one. For distributed computing, special software is used that can work on a cluster.

V
Vladimir Korotenko, 2020-11-11
@firedragon

No one desktop will tear a dozen raspberries, and if there are a couple of vidyuhas, then a hundred.

O
Oleg Volkov, 2020-11-15
@voleg4u

There is a concept of cluster HAT . Looks nice - how it works - did not understand.

V
Victor P., 2020-11-17
@Jeer

As rightly noted here, the question is not quite correct. It is impossible to combine several computers into one (use the cores as one), but this is not required. If the task can be parallelized, that is, some pieces of code can be executed independently of the execution of other code, then such pieces can be transferred to other computers for a solution.
For example, password hash calculation is really easy to parallelize. Instead of one computer doing the calculations, it broadcasts these resource-intensive requests to other computers (usually a bunch).
You can start, for example, by reading the SOA architecture (service oriented architecture) device, this will take some time.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question