🏁 Completed Projects

Completed Projects #

Projects that have left the Roadmap because they are done: built, running on their own hardware, and documented well enough to rebuild. Each entry records what the project is, how it is built and checked, and the plan it was delivered against.

The Deevnet side of each project is here; write-ups of these and other projects are on my projects page.


Projects #

ProjectHardwarePurpose
CaribouLite SDRPi 4 8GB + CaribouLite HATSoftware-defined radio receiver

What “complete” means #

A project is complete when:

  1. It rebuilds from code β€” its image or configuration is reproducible from its repository (for Pi projects, deevnet-image-factory)
  2. It proves itself β€” its test scripts pass on the hardware it runs on
  3. It runs on its own hardware β€” not on a shared bank or a borrowed workload
  4. It is documented here β€” hardware, purpose, network position, configuration, and how to validate it
  5. Its roadmap page is closed β€” every task done or explicitly dropped, and the plan folded into its entry here

The path for Pi projects #

graph LR
    A[Image Factory
Build image] --> B[Pi Lab
Test & tune] --> C[Dedicated hardware
Deploy] --> D[Completed Projects
Document]
  1. Image Factory β€” build the image with packages, configuration and test scripts
  2. Pi Lab β€” flash a bank Pi, boot, validate, iterate until it works
  3. Dedicated hardware β€” buy the Pi (and HATs) for the role, move the finished card to it, and return the bank Pi to the pool
  4. Document β€” add the project’s page to this section
Page last modified: September 23, 2026