add an external blog with irl as an author
This commit is contained in:
parent
cd272c5e8d
commit
06973f3a2a
2 changed files with 23 additions and 0 deletions
18
www/blog/2026-04-13-connectivity.mdx
Normal file
18
www/blog/2026-04-13-connectivity.mdx
Normal file
|
|
@ -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)
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue