Crates.io | sensor-core |
lib.rs | sensor-core |
version | 1.12.24 |
source | src |
created_at | 2024-01-02 10:48:49.899705 |
updated_at | 2024-10-22 21:03:54.158959 |
description | Core library for the sensor-bridge/display project |
homepage | https://github.com/RouHim/sensor-core |
repository | https://github.com/RouHim/sensor-core |
max_upload_size | |
id | 1086123 |
size | 69,353 |
Sensor Core is a core library for the Sensor Bridge and Sensor Display projects. These projects allow you to display sensor information from one device on another device's screen. This document provides an overview of the Sensor Core library.
Sensor Bridge is a cross-platform desktop application that collects sensor data. It's designed to reduce memory and CPU consumption on the device collecting the data, as rendering is offloaded to the device running Sensor Display.
Sensor Display is part of a two-application system that receives sensor information from the Sensor Bridge application and displays it on the screen. It's designed to reduce memory and CPU consumption on the device collecting the data, as rendering is offloaded to the device running Sensor Display.
Both Sensor Bridge and Sensor Display are designed to work together. Sensor Bridge runs on the device collecting the sensor data, and Sensor Display runs on a separate device with a connected display. The sensor data is sent from the device running Sensor Bridge to the device running Sensor Display, where it is then displayed.
The sensor core library is used by both Sensor Bridge and Sensor Display. It provides the following functionality:
To run the project, execute the following command in the root directory of the project:
cargo build