Перейти к основному содержимому

2 записи с тегом "Development"

Development

Посмотреть все теги

Spreading ButterBox Communication Widely with DeltaChat!

· 7 мин. чтения
Nathan
Director, Guardian Project

With our recent updates on ButterBox, we have implemented a huge step forward in both options for customization and inter-communication. Through our new setup wizard and admin panel, we allow anyone hosting a ButterBox to completely control and configure the available services. This includes changing the public wifi and hostname of the box, both visibly and over the local network. The important side effect of this is that we can now have multiple butterbox instances co-existing on a local area network.

image7.png Credit: Sarah Crowley

Instead of just "butterbox.local" by itself, you can add additional boxes, perhaps whimsically named "breadbox.local", and "jambox.local"... you can really SPREAD out! Food puns aside, the ability to have multiple box instances connecting and communicating on a wide-range local area network (WiFi HaLow anyone?!) means there are more, new ways people can use ButterBoxes in the real world.

Butter Box Portal Improvements

· 1 мин. чтения
Ana
Ana
Lead Developer

As part of our latest development project with the Guardian Project team, we have re-engineered the Butter Box portal interface. This post describes the design choices and improvements within the new portal.

Previously, the interface was a static site built with Jekyll, which offered no customisation options and was ill-suited for the portal’s dynamic requirements. It has now been replaced with a Python Flask application, a lightweight framework that allows developers to include only the necessary libraries, such as for localisation, minimising the application’s footprint.

Read the full post on the SR2 blog