mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-13 09:04:16 -08:00
26 lines
690 B
Plaintext
26 lines
690 B
Plaintext
---
|
|
id: js
|
|
title: Getting Started with Meshtastic.js
|
|
slug: /development/js
|
|
sidebar_position: 6
|
|
sidebar_label: Javascript
|
|
---
|
|
|
|
:::tip
|
|
Full API documentation is available at [js.meshtastic.org](https://js.meshtastic.org)
|
|
:::
|
|
|
|
## Intro
|
|
|
|
Meshtastic.js is a JavaScript library that provides an interface to Meshtastic devices. It can be used to build applications to interface with a Meshtastic network. Currently, HTTP(S) and Bluetooth connections are supported.
|
|
|
|
If you wish to view the code or contribute to development of the library, please visit the JavaScript code [GitHub page](https://github.com/meshtastic/meshtastic.js).
|
|
|
|
## Connection methods
|
|
|
|
### HTTP(S)
|
|
|
|
### Bluetooth
|
|
|
|
### Serial
|