@meshtastic/transport-web-serial
v0.2.5
Published
A transport layer for Meshtastic applications using Web Serial API.
Readme
@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/core";
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.

