Browse Source

updated readme

pull/702/head
Dan Ditomaso 1 year ago
parent
commit
baf8c1e279
  1. 4
      README.md
  2. 1
      deno.json
  3. 1
      packages/core/README.md
  4. 1
      packages/transport-deno/README.md
  5. 1
      packages/transport-http/README.md
  6. 1
      packages/transport-web-bluetooth/README.md
  7. 1
      packages/transport-web-serial/README.md

4
README.md

@ -25,8 +25,8 @@ All projects are located within the `packages/` directory:
- **`packages/transport-web-bluetooth`:** Web Bluetooth Transport.
- **`packages/transport-web-serial`:** Web Serial Transport.
All `Meshtastic JS` packages (core and transports) are published to
[JSR](https://jsr.io/@meshtastic).
All `Meshtastic JS` packages (core and transports) are published both to
[JSR](https://jsr.io/@meshtastic). [NPM](https://www.npmjs.com/org/meshtastic)
---

1
deno.json

@ -3,7 +3,6 @@
"./packages/web",
"./packages/core",
"./packages/transport-deno",
"./packages/transport-node",
"./packages/transport-http",
"./packages/transport-web-bluetooth",
"./packages/transport-web-serial"

1
packages/core/README.md

@ -11,6 +11,7 @@
`@meshtastic/core` Provides core functionality for interfacing with Meshtastic
devices. Installation instructions are available at
[JSR](https://jsr.io/@meshtastic/core)
[NPM](https://www.npmjs.com/org/meshtastic)
## Usage

1
packages/transport-deno/README.md

@ -11,6 +11,7 @@
`@meshtastic/transport-deno` Provides TCP transport (Deno) for Meshtastic
devices. Installation instructions are avaliable at
[JSR](https://jsr.io/@meshtastic/transport-deno)
[NPM](https://www.npmjs.com/org/meshtastic/transport-deno)
## Usage

1
packages/transport-http/README.md

@ -11,6 +11,7 @@
`@meshtastic/transport-http` Provides HTTP(S) transport for Meshtastic devices.
Installation instructions are available at
[JSR](https://jsr.io/@meshtastic/transport-http)
[NPM](https://www.npmjs.com/package/@meshtastic/transport-http)
## Usage

1
packages/transport-web-bluetooth/README.md

@ -11,6 +11,7 @@
`@meshtastic/transport-web-bluetooth` Provides Web Bluetooth transport for
Meshtastic devices. Installation instructions are available at
[JSR](https://jsr.io/@meshtastic/transport-web-bluetooth)
[NPM](https://www.npmjs.com/org/meshtastic/transport-web-bluetooth)
## Usage

1
packages/transport-web-serial/README.md

@ -11,6 +11,7 @@
`@meshtastic/transport-web-serial` Provides Web Serial transport for Meshtastic
devices. Installation instructions are avaliable at
[JSR](https://jsr.io/@meshtastic/transport-web-serial)
[NPM](https://www.npmjs.com/package/@meshtastic/transport-web-serial)
## Usage

Loading…
Cancel
Save