blefyi 0.1.2

Bluetooth Low Energy chip reference, GATT profile lookup, and beacon encyclopedia -- async API client for blefyi.com.
Documentation

blefyi

crates.io License: MIT

Rust client for the BLEFYI REST API. BLE, GATT, beacons. Uses reqwest for HTTP.

Explore at blefyi.com — interactive tools and comprehensive reference.

Install

[dependencies]
blefyi = "0.1"

Quick Start

fn main() -> Result<(), Box<dyn std::error::Error>> {
    let client = blefyi::Client::new();
    let result = client.search("query")?;
    println!("{:?}", result);
    Ok(())
}

Also Available

Platform Install Link
Python pip install blefyi PyPI
npm npm install blefyi npm
Go go get github.com/fyipedia/blefyi-go pkg.go.dev
Rust cargo add blefyi crates.io
Ruby gem install blefyi rubygems

Links

Tag FYI Family

Part of the FYIPedia open-source developer tools ecosystem.

Site Domain Focus
BarcodeFYI barcodefyi.com Barcode formats, EAN, UPC, ISBN standards
BLEFYI blefyi.com Bluetooth Low Energy, GATT, beacons
NFCFYI nfcfyi.com NFC chips, tag types, NDEF, standards
QRCodeFYI qrcodefyi.com QR code types, versions, encoding modes
RFIDFYI rfidfyi.com RFID tags, frequency bands, standards
SmartCardFYI smartcardfyi.com Smart cards, EMV, APDU, Java Card

Embed Widget

Embed BLEFYI widgets on any website with blefyi-embed:

<script src="https://cdn.jsdelivr.net/npm/blefyi-embed@1/dist/embed.min.js"></script>
<div data-blefyi="entity" data-slug="example"></div>

Zero dependencies · Shadow DOM · 4 themes (light/dark/sepia/auto) · Widget docs

License

MIT