I wasn't thinking when I named this codebase. This base will be a node. This is so I can create the first controller on a PC
The idea is to have a cluster of these really cheap ESP32-C3-minis to nothing but find Collatz conjecture largest stopping time.
Starting setup for the Controller.
- Have a ESP32 act as the AP and respond to requests for next blocks.
- Have the ESP32 accept pushes of largest stopping times from the block assigned.
- Sort stopping times removing the ones that are not optimum.
Starting setup for the Node.
- Connect to the Controller AP.
- Request a block.
- Process block.
- When finished send steps to the Controller.
- Or take steps as they are found to simplify the API.
This project was created and maintained using PlatformIO.