1.0.1 • Published 8 months ago

ble-manufacturer-data-parser v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

BLE ManufacturerData Parser

A utility for parsing Bluetooth manufacturer data to extract company information.

Installation

pnpm add ble-manufacturer-data-parser

Usage

import { parseBase64 } from "ble-manufacturer-data-parser";

const output = parseBase64("pwWEayHudSUzo+k=");

console.log("Output:", output);

// Output: { identifier: 1447, company: 'Sonos Inc' }
1.0.1

8 months ago

1.0.0

8 months ago