Crates.io | c8488 |
lib.rs | c8488 |
version | 0.1.1 |
source | src |
created_at | 2022-10-19 12:18:22.259945 |
updated_at | 2023-04-15 12:23:50.070089 |
description | PC weather station (Bresser 5-in-1, 6-in-1 PC and other CCLEL C8488 clones) to Influxdb logger |
homepage | https://github.com/jordens/c8488 |
repository | https://github.com/jordens/c8488.git |
max_upload_size | |
id | 691659 |
size | 23,723 |
Very likely also:
Original protocol deciphering work from weewx-ws6in1
with additions and simplifications.
hidraw
kernel driver to access the weather station (load that module and ensure it binds the device, also ensure RW access to the respective hidraw
character device node)E.g. for openwrt on mips architectures:
cross
cross +nightly build --release --target mips-unknown-linux-musl -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort