mirror of
https://github.com/meshtastic/web.git
synced 2026-07-31 23:16:37 -04:00
Ran pnpm oxfmt . This should get the web repo aligned so that we can better enforce oxfmt going forward.
@meshtastic/transport-web-bluetooth
Overview
@meshtastic/transport-web-bluetooth Provides Web Bluetooth transport for
Meshtastic devices. Installation instructions are available at
JSR
NPM
Usage
import { MeshDevice } from "@meshtastic/sdk";
import { TransportWebBluetooth } from "@meshtastic/transport-web-bluetooth";
const transport = await TransportWebBluetooth.create();
const device = new MeshDevice(transport);
Stats
Compatibility
The Web Bluetooth API's have limited support in browsers, compatibility is represented in the matrix below.
