Meshtastic project website and documentation
Find a file
bretbingham 04d06a5fa0
Update range-test.mdx
Has wrong 1.2 vs 1.3 "the name of this option has changed" ... just said "1.3 is range_test_ and 1.2 is range_test_" .... wasted 30 mins figuring this out -- should be 1.3 range_test_module_ and 1.2 is range_test_plugin_
2022-04-22 08:32:49 -05:00
.github Fix CI 2022-03-09 23:39:47 +11:00
docs Update range-test.mdx 2022-04-22 08:32:49 -05:00
protobufs@a578453b3c Update protobuf submodule 2022-04-19 20:24:48 +00:00
src WIP pinout tab 2022-04-14 23:04:36 +10:00
static Hardwar page work 2022-04-09 18:54:54 +10:00
.env.example fix submodules & api url 2021-12-23 01:53:13 +11:00
.eslintrc.cjs Hardware pages (#299) 2022-04-02 00:34:49 +11:00
.gitignore Add prisma DB model 2021-12-21 22:28:51 +11:00
.gitmodules Fix old submodule 2022-03-09 19:11:14 +11:00
.prettierrc Hardware pages (#299) 2022-04-02 00:34:49 +11:00
babel.config.js Move website to repo root 2021-12-21 22:44:01 +11:00
docusaurus.config.js Update docs structure 2022-04-09 00:29:34 +10:00
package.json Hardwar page work 2022-04-09 18:54:54 +10:00
pnpm-lock.yaml Hardwar page work 2022-04-09 18:54:54 +10:00
protobuf.tmpl Move website to repo root 2021-12-21 22:44:01 +11:00
README.md Update Discord invite link 2022-04-09 01:03:47 +10:00
sidebars.js Update docs structure 2022-04-09 00:29:34 +10:00
tailwind.config.cjs Hardware page improvements 2022-04-03 00:57:31 +11:00
tsconfig.json General cleanup and docsearch migration 2022-03-07 23:43:03 +11:00

CLA assistant

Meshtastic

Website   •   Forum   •   Discord   •   App

What is Meshtastic?

Meshtastic® is a project that lets you use inexpensive LoRa radios as a long range off-grid communicator for areas without reliable cellular service. These radios are great for hiking, skiing, paragliding - essentially any hobby where you don't have reliable internet access. Each member of the mesh can send and view text messages and enable optional GPS based location features.

The radios automatically create a mesh to forward packets as needed, so everyone in the group can receive messages from even the furthest member. The radios will optionally work with your phone, but no phone is required.

Meshtastic uses LoRa for the long range communications and depending on settings used, the maximum theoretical group size ranges from 30-200 device nodes. Currently each device can only support a connection from a single user at a time.

Please see our website for more information about Meshtastic.

Powered by Vercel

Installation

nodejs is required in your dev. environment. The method for installing nodejs depends on your operating system. This software is built using Docusaurus.

Fork then clone the repository:

git clone https://github.com/meshtastic/meshtastic

Go to the root directory of your repository and install dependencies:

yarn install

Build the project with the following command

yarn build

Start a local dev. instance with the following command

yarn start