1 unstable release
0.1.0 | May 11, 2024 |
---|
#1684 in Parser implementations
37KB
908 lines
A parser for the Bluetooth Low Energy adverts emitted by the ATC custom firmware for Xiaomi thermometers.
This is just a parser, it does not include any code to read the adverts from a bluetooth adapter.
Project status
Experimental. Unstable and not well tested.
Supported Advert Formats
All formats produced by the current firmware are supported, in both encrypted and non-encrypted forms:
- ATC1441
- Custom
- BtHome V2
- Mi Like
lib.rs
:
A parser for the Bluetooth Low Energy adverts emitted by the ATC custom firmware for Xiaomi thermometers.
The singular function is self::parse_advert
.
Dependencies
~1.5MB
~27K SLoC