meshtastic/docs/software/js/getting-started.md

24 lines
647 B
Markdown
Raw Normal View History

2021-04-01 17:34:44 -07:00
---
id: getting-started
title: Getting Started
sidebar_label: Getting Started
---
:::tip
Full API documentation is available at [js.meshtastic.org](https://js.meshtastic.org)
2021-04-01 17:34:44 -07:00
:::
## 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.
2021-04-01 17:34:44 -07:00
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).
2021-06-04 17:14:02 -07:00
2021-04-01 17:34:44 -07:00
## Connection methods
### HTTP(S)
### Bluetooth
### Serial