meshtastic/docs/development/js/index.mdx

26 lines
690 B
Plaintext
Raw Normal View History

2021-04-01 17:34:44 -07:00
---
2022-11-04 10:06:45 -07:00
id: js
title: Getting Started with Meshtastic.js
slug: /development/js
sidebar_position: 6
sidebar_label: Javascript
2021-04-01 17:34:44 -07:00
---
:::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