mirror of
https://github.com/meshtastic/web.git
synced 2026-04-18 21:09:50 -04:00
@meshtastic/transport-http
Overview
@meshtastic/transport-http Provides HTTP(S) transport for Meshtastic devices.
Installation instructions are available at
JSR
NPM
Usage
import { MeshDevice } from "@meshtastic/core";
import { TransportHTTP } from "@meshtastic/transport-http";
const transport = await TransportHTTP.create("10.10.0.57");
const device = new MeshDevice(transport);