vidupont / ebu-kiosk-v1

EBU Kiosk V1 - Raspberry Docker Container + APPS
Apache License 2.0
0 stars 0 forks source link

Docker Base Image v1 - NUC #14

Open vidupont opened 6 years ago

vidupont commented 6 years ago

I switched to an Intel NUC board, the Raspi3 didn't give me acceptable result with GPU acceleration.

The NUC is running Resin.IO as the OS, which allows me to remotely manage the device, push releases, updates and avoid the need to local access on the board and software. Further more, it is dummy proof :)

The Totem will have 3 way to connect on Internet (local LAN, WLAN or 4G), so it will be enough online to control it remotely and perform basic operations when required.

The Docker Image is based on the node-js image, with the components required to build the applications. At this stage of the project, the choice is Electronjs and Node-Red.

To do