Files
web/packages/transport-node
Jeremy Gallant d7e32e9b03 Add transport status events (#790)
* Transport status events

Add symbol docs
Emit transport status events
Transport test suite

* Review fixes

* Remove core dependency

* HTTP transport use AbortSignal, error handling in TransportNode

* Improve stream handling

* Update packages/transport-web-serial/src/transport.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix linting

---------

Co-authored-by: philon- <philon-@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-23 20:44:03 -04:00
..
2025-08-23 20:44:03 -04:00
2025-07-09 22:02:10 -04:00
2025-07-09 22:02:10 -04:00

@meshtastic/transport-node

JSR CI CLA assistant Fiscal Contributors Vercel

Overview

@meshtastic/transport-node Provides TCP transport (Node) for Meshtastic devices. Installation instructions are available at JSR NPM

Usage

import { MeshDevice } from "@meshtastic/core";
import { TransportNode } from "@meshtastic/transport-node";

const transport = await TransportNode.create("10.10.0.57");
const device = new MeshDevice(transport);

Stats

Alt