#sensor #parser

ingics

This crate provides a parser for various Ingics iBS Sensors

3 releases

0.1.2 Aug 17, 2023
0.1.1 Oct 9, 2022
0.1.0 Oct 2, 2022

#1230 in Parser implementations

32 downloads per month

Custom license

29KB
364 lines

Ingics

Build and Tests

A rust library to parse the manufacturer data of Ingics BLE Sensors.

Usage

Add this to your Cargo.toml:

[dependencies]
ingics = "0.1.1"

Examples

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

Crate Features

The following features can be optionally enabled:

  • influxdb enables influxdb support

Dependencies

~4.5–7MB
~122K SLoC