Retro Clock
hackster.io·2d
🦀Embedded Rust
Preview
Report Post

The challenge here was to build an application distributed between the cloud and an embedded device. Multi-threaded. Fully configurable through a web-interface. With user experience in mind. And the goal was to do everything in Rust.

Software

System spans across two parts:

System Overview

Cloud-based****Application

Collects data from remote weather stations. The data is fetched from the websites of the providers. Then the data is aggregated into a common format and provided through a public API. Additionally application has a frontend, that can be used independently from the embedded part.

Application is configurable per web browser. Configuration can be shared with other users.

The backend has been implemented using Spin framework, compiled into WASM and deployed…

Similar Posts

Loading similar posts...