js icon indicating copy to clipboard operation
js copied to clipboard

JS/TS library for interfacing with Meshtastic devices

Results 13 js issues
Sort by recently updated
recently updated
newest added

The examples I see all use react and rxjs. A simple javascript / typescript cli app that shows all the functionality as a test would be very helpful to get...

documentation
help wanted

Currently, you export types as a namespace and as a named export, so usage is a little convoluted: `import type { Types as MeshtasticTypes } from '@meshtastic/js';` `params: MeshtasticTypes.HttpConnectionParameters` But...

enhancement

I've been able to succesfully connect to a device over HTTP in a Node.js app, but discovered when that connecting over Serial is dependent on `navigator` and doesn't work in...

bug
enhancement
dependencies

I've been able to connect to a device and read data (heartbeat, user packet, etc), but the writeLock is true and ever finishes What am I missing?

bug

Allow users to call method with desired packet and get the packet size back and weather it is too large etc. https://meshtastic.org/docs/developers/protobufs/api#constants

enhancement

Example typescript app as requested in #86

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

New processes: Every PR: 1. Run Biome 1. Build On PRs to `master`: 1. Run Biome 1. Build 1. Check version bump --- Every Push: 1. Run Biome Every Release:...

Update GitHub actions now that the repo is getting more attention. This will change a lot as I learn more about GitHub Actions. *If you'd like to lend a hand...

documentation
enhancement
help wanted
meta

Command to show build errors: `pnpm dlx jsr publish --dry-run`

bug
help wanted
meta