User Tools

Site Tools


Navigation Menu

Rustic Retreat

Live broadcasts and documentation from a remote tech outpost in rustic Portugal. Sharing off-grid life, the necessary research & development and the pursuit of life, without centralized infrastructure.

Rustic RetreatSubscribe to our new main project Rustic Retreat on the projects own website.

Hot Projects

SEEDStack

SEEDStack - Open 3D printable seed/sprouting systemDIY Food Hacking

UCSSPM

UCSSPM - Unified Clear-Sky Solar Prediction ModelOpen Solar Power

picoReflow

picoReflow - DIY PID Reflow Oven Controller based on RaspberryPiDIY Reflow Soldering

PiGI

PiGI - DIY Geiger Counter based on RaspberryPiRasPi Geiger Counter

DIY ARA-2000

Active Wideband Receiver Antenna for SDR - ARA-2000Wideband Antenna

DSpace

DSPace - Map everythingMap everything!

Mission-Tags

This is an old revision of the document!


Virtual Flight Control Center now public

In order to have total system control for crew/guests and to be more transparent about the technology and infrastructure in use and to give people another way to get into the detailed aspects and challenges of this project, the Virtual Flight Control Center (VFCC) is now open to the public. This is just a first step, as more technology is implemented, the VFCC will have more features. It's a little bit early in the projects timeline but became necessary as a proving ground for the UCSSPM.

Screenshot of VFCC System Overview

If you want to see more than just screenshots open the Virtual Flight Control Center (VFCC).

Be aware that we do not care about testing/supporting closed-source, IP encumbered browsers at all. For obvious reasons, the public VFCC doesn't allow control and data access is read-only, so you can play with it as much as you like without having to worry about breaking anything.

Screenshot of one of the VFCC Dashboards

It's still a very crude and hackish demonstrator, combining the following open-source components:

  • collectd - gathering all kinds of system metrics
  • node-logstash - lightweight logstasher
  • statsd - easy log aggregation (for node-logstash)
  • InfluxDB - storing all timeseries
  • Grafana - graphing all the metrics
  • SVG - used for the system overview (more overlays for different aspects to come)
  • And some plain Javascript to glue it all together

All components of this setup have been selected primarily for scalability, so that it's possible to run the different components on small VM's or even embedded ARM/MIPS systems and having a low resource footprint to scale with metrics volume and client requests. After all, this system is also here to show and document with hard, untainted and unbiased data, how much can be done with little resources.