This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +469
-21
lines changed
Expand file tree Collapse file tree 6 files changed +469
-21
lines changed Original file line number Diff line number Diff line change 88## Overview
99
1010Meshtastic.js is a JavaScript library that provides an API to interact with
11- [ Meshtastic] ( https://meshtastic.org ) devices.
12- All packages are published to [ JSR] ( https://jsr.io/@meshtastic )
11+ [ Meshtastic] ( https://meshtastic.org ) devices. All packages are published to
12+ [ JSR] ( https://jsr.io/@meshtastic )
1313
1414Contained within this monorepo are the following packages:
15+
1516- ` @meshtastic/core ` : Core functionality
1617- ` @meshtastic/transport-deno ` : TCP Transport for the Deno runtime
1718- ` @meshtastic/transport-http ` : HTTP Transport
Original file line number Diff line number Diff line change 88
99## Overview
1010
11- ` @meshtastic/transport-deno ` Provides TCP transport (Deno) for Meshtastic devices.
12- Installation instructions are avaliable at [ JSR] ( https://jsr.io/@meshtastic/transport-deno )
11+ ` @meshtastic/transport-deno ` Provides TCP transport (Deno) for Meshtastic
12+ devices. Installation instructions are avaliable at
13+ [ JSR] ( https://jsr.io/@meshtastic/transport-deno )
1314
1415## Usage
1516
1617``` ts
17- import { MeshDevice } from ' @meshtastic/core' ;
18- import { TransportDeno } from ' @meshtastic/transport-deno' ;
18+ import { MeshDevice } from " @meshtastic/core" ;
19+ import { TransportDeno } from " @meshtastic/transport-deno" ;
1920
2021const transport = await TransportDeno .create (" 10.10.0.57" );
2122const device = new MeshDevice (transport );
You can’t perform that action at this time.
0 commit comments