Florian Wesch

The info-beamer hosted architecture

Posted Feb 16 2016 by Florian Wesch

info-beamer hosted is designed to be as reliable as possible. This blog post describes the info-beamer hosted architecture and how it archives this goal.

Motivation

When you use a digital signage service it is important that it is as reliable as possible. It shouldn't go down if a server breaks or if your internet connection is temporarily unavailable. info-beamer hosted solves these problems for you so you don't have to.

When designing such a system it's important to get it right from the beginning. Looking back the design decisions made worked out pretty well and the system has been very reliable so far.

Early on I decided that I wanted to separate the more critical operations part from everything else. So your devices work and can reboot/start even if the info-beamer.com website should be down for whatever reason.

The hosted system architecture

In the left column you see the info-beamer.com web server. It's responsible for handling all of the configuration requests. Changes to your devices or setups are all done using this web server by visiting the info-beamer hosted dashboard.

In the right column you see everything that is required to keep your devices running. All assets (like videos, images and fonts) as well as the code that runs your visualization are stored on (currently) Amazon S3. The Amazon SLA guarantees an availability or 99.99% which translates to a maximum of 52 minutes of downtime per year. The same storage service is used to hold updates to the info-beamer hosted operating system.

The info-beamer web server itself is entirely optional while your devices are running: Your devices can boot and fetch assets that have changed since the device was last online without ever contacting the info-beamer web server. Everything required is stored on S3.

Updating a running visualization

The web server is only required when you try to make changes to your setups. Hitting the Save button in one of your setups triggers a fairly complicated chain of actions:

  • All required assets and package files are gathered
  • New JSON configuration files are created for all configured nodes in a setup and combined into a single zip file. This zip file is then uploaded to the asset storage (S3).
  • A new sync file is created for each device using this setup. This file specifies what files are required to display your visualization on a device and where to fetch those files if they are not yet available on the device. The sync file is then uploaded to the asset storage as well.

Now all affected devices have to be notified of the configuration changes. Normally each of them has a long running websocket connection to the info-beamer.com web server. A device will be notified instantly about configuration changes if this connection is available. If the websocket service is not available or unreachable for any reason each device will instead check every two minutes to see if the configuration was changed.

Once a device knows that something was changed, it will download the new sync file and compare the currently running visualization and all its files with the updated version. It will then download all additionally required files (like a new images) from the asset storage.

The asset storage is structured in a way that makes it very simple for your devices to determine if an asset must be downloaded or if it is already available on your device. Unless your devices runs out of cache space it will never download the same file twice. Even if you delete an asset from your account and reupload is later with a different file name to use it again.

Once all required files have been downloaded they will be made available to the running visualization and you'll see the changes you made to the configuration.

All these steps only take a few seconds. Configuration changes are almost instantly visible on your devices. All while making sure that your devices still work if the info-beamer web server is temporarily down.

Of course all communication between info-beamer components is using encryption. No data is transfered in plain text ever when using info-beamer hosted. It is 2016 after all and there is no excuse for still using plain text transfers.

Offline mode

If a device doesn't have a working internet connection when starting it, it will just run the previously configured setup.

In the background it will try to reestablish an internet connection by trying to (for example) reestablish an unavailable WiFi connection or repeatedly asking for a network address using DHCP. Once an internet connection is established it will try to contact the asset storage to see if a new sync file is available. If that's the case it will update its currently running visualization as described above.

Meanwhile it will also try to contact the info-beamer web server to create the websocket connection so future configuration changes are triggered instantly and device information (like the current device output) is available on the device detail page.

A properly build visualization therefore still works if you don't have a reliable internet connection. info-beamer hosted will try it's best to make that possible.

Use info-beamer hosted as your digital signage platform

The previous blog post described why the info-beamer hosted operation system is very reliable. This blog post hopefully provides some insight into the design and thought process that went into the development of the info-beamer hosted website and related services. Both of those parts working together creates the best Raspberry PI based digital signage service available today.

The Raspberry PI is an awesome platform for setting up a digital signage service. But creating a reliable one isn't that easy. So before you start building your own service (maybe using the info-beamer pi software) consider using the info-beamer hosted platform as your foundation. It solves a lot of hard problems so you don't have to!

If you have any questions don't hesitate to get in contact. I'm pretty sure info-beamer hosted can be your reliable digital signage system.


Read more...


info-beamer.com offers the most advanced digital signage platform for the Raspberry Pi. Fully hosted, programmable and easy to use. Learn more...


Get started for free!

Trying out the best digital signage solution for the Raspberry Pi is totally free: Use one device and 1GB of storage completely free of charge. No credit card required.


Follow @infobeamer on twitter to get notified of new blog posts and other related info-beamer news. It's very low traffic so just give it a try.

You can also subscribe to the RSS Feed RSS feed.


Share this post:

Share using Twitter


Questions or comments?
Get in contact!