diff --git a/www/blog/2026-04-13-connectivity.mdx b/www/blog/2026-04-13-connectivity.mdx new file mode 100644 index 0000000..53e741a --- /dev/null +++ b/www/blog/2026-04-13-connectivity.mdx @@ -0,0 +1,18 @@ +--- +slug: butter-box-connectivity +title: Butter Box Connectivity +authors: [irl] +tags: [radio,research] +--- + +We have just wrapped up a project with the Guardian Project team exploring options for connectivity to allow for updates to software and content on the Butter Box and for communications between users of multiple Butter Boxes. We have explored two technologies: LoRA and WiFi HaLow. + +{/* truncate */} + +Each of these has benefits and drawbacks and the choice of technology would be use case dependent. + +We have not explored network or application layer protocols that would be run over these links, however the ecosystem has many options to choose from for this whether it be IP-native protocols, Iroh’s networking layer using custom transports, Willow’s distributed synchronisation protocol, or Toosheh’s content distribution and synchronisation protocol. + +Until now, it has only been possible to update a Butter Box by physically replacing the USB drive with one with updated content. We are hopeful that the learnings from this project will inform integration of an interconnection technology into a future release. + +[Read the full post on the SR2 blog](https://www.sr2.uk/posts/2026-butter-box-connectivity) diff --git a/www/blog/authors.yml b/www/blog/authors.yml index 22d426e..219f300 100644 --- a/www/blog/authors.yml +++ b/www/blog/authors.yml @@ -17,3 +17,8 @@ trob: name: Tiff title: Project Coordinator image_url: https://avatars.githubusercontent.com/u/30851?v=4 + +irl: + name: Iain + title: Radio Researcher + image_url: https://www.sr2.uk/team/images/irl.jpg