Crates.io | ingics |
lib.rs | ingics |
version | 0.1.2 |
source | src |
created_at | 2022-10-02 09:26:13.757633 |
updated_at | 2023-08-17 18:29:07.612761 |
description | This crate provides a parser for various Ingics iBS Sensors. |
homepage | |
repository | https://github.com/fujexo/rs-ingics |
max_upload_size | |
id | 678204 |
size | 100,185 |
A rust library to parse the manufacturer data of Ingics BLE Sensors.
Add this to your Cargo.toml:
[dependencies]
ingics = "0.1.1"
Currently, one example is available: ble_influx
. The example reads sensors via BLE and writes the data to an Influx DB.
To run it, clone this repository and execute:
cargo r --example ble_influx --features influxdb
The following features can be optionally enabled:
influxdb
enables influxdb support