Files
web/packages/transport-http/README.md
Dan Ditomaso 7f177f6b83 Add npm publishing of JS libs (#702)
* feat: publish js libs to npm

* changed license type

* updated readme

* added id

* added exclusion for web and deno packages

* update comment

* updating env var
2025-07-10 12:28:23 -04:00

1.4 KiB

@meshtastic/transport-http

JSR CI CLA assistant Fiscal Contributors Vercel

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);

Stats

Alt