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-serial
Overview
@meshtastic/transport-web-serial Provides Web Serial transport for Meshtastic
devices. Installation instructions are avaliable at
JSR
NPM
Usage
import { MeshDevice } from "@meshtastic/sdk";
import { TransportWebSerial } from "@meshtastic/transport-web-serial";
const transport = await TransportWebSerial.create();
const device = new MeshDevice(transport);
Stats
Compatibility
The Web Serial API's have limited support in browsers, compatibility is represented in the matrix below.
