Campfire: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "=== Campfire: A prototype for local-first file sharing === ====Proposal==== How can we share files in a direct and personal way with the people in our immediate surroundings? We would like to develop a prototype for a server that we can sit around in a circle, exchanging files with each other without using the internet. It works like a cozy campfire—only instead of stories, we share files. ====How to implement==== We could use a '''server charm''' such as the ones...")
 
No edit summary
Line 10: Line 10:


Another option is to use a RaspberryPi, which would allow for a bit more freedom in regards to storage space.
Another option is to use a RaspberryPi, which would allow for a bit more freedom in regards to storage space.


====Testing====
====Testing====

Revision as of 21:56, 8 February 2026

Campfire: A prototype for local-first file sharing

Proposal

How can we share files in a direct and personal way with the people in our immediate surroundings? We would like to develop a prototype for a server that we can sit around in a circle, exchanging files with each other without using the internet. It works like a cozy campfire—only instead of stories, we share files.

How to implement

We could use a server charm such as the ones from the actinomy collective (see: User:LEa/workshops/servercharm. This is a portable server made from a ESP32 microcontroller, powered by a small battery. Instead of transmitting one site via a WiFi from a server that belongs to one person only, it would be interesting to see if we can all connect to the same server. One goal is to be able to share images with each other, despite the small storage space. To share images with small file sizes, we could use pixelated or dithered images,or SVGs.

Another option is to use a RaspberryPi, which would allow for a bit more freedom in regards to storage space.

Testing