Single Board Cluster Competition 2025

Authors

Introduction

The Single-Board Cluster Competition (SBCC) is a competition where teams from all around the world compete using single-board devices, and other similarly simple hardware, to create miniature supercomputing clusters.

Architecture Diagram

Architecture Diagram for Single Board Cluster Competition 2025

Hardware

Software

Competition

During the competition, we faced a lot of challenges. I was responsible for the Hashcat password decryption application. Challenge 1 was very easy since they were either short passwords or they were vulnerable to dictionary attacks. Challenge 2 was more difficult since there were patterns that could result in infinite possibilities. I only had access to half the cluster during the competition since the other half is used by my teammates for other applications. So, the password cracking was slow. So, I had my teammates run a python script to generate a dictionary of possible passwords for Challenge 2 during their down time while I was running through Challenge 1.

A photo of the team during the competition.

Results

Full Results Here

My hardware design notes for the next team