mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-11 08:04:26 -08:00
24 lines
658 B
Markdown
24 lines
658 B
Markdown
---
|
|
id: getting-started
|
|
title: Getting Started
|
|
sidebar_label: Getting Started
|
|
---
|
|
|
|
:::tip
|
|
Full API docummentation is avaliable 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 <a href="https://github.com/meshtastic/meshtastic.js">GitHub page</a>.
|
|
|
|
## Connection methods
|
|
|
|
### HTTP(S)
|
|
|
|
### Bluetooth
|
|
|
|
### Serial
|