Meshtastic project website and documentation
Find a file
Ben Meadors 27d2878d30
Merge pull request #235 from RicInNewMexico/master
Adding MCP9808 sensor to relevant docs
2022-02-08 13:27:53 -06:00
.github/workflows Removing languagetool, English has too much crazy to be perfect 100% of the time. 2021-12-27 12:41:13 -07:00
assets Update Links to discord server & update deps 2021-08-02 12:32:54 +10:00
docs Merge pull request #235 from RicInNewMexico/master 2022-02-08 13:27:53 -06:00
protobufs@2930129e8e Update protobuf submodule 2022-02-03 03:20:52 +00:00
src added short circuit evaluation 2022-02-06 08:47:40 -07:00
static add info about RAK4631 with env sensor 2022-01-27 17:32:45 -08:00
.env.example fix submodules & api url 2021-12-23 01:53:13 +11:00
.gitignore Add prisma DB model 2021-12-21 22:28:51 +11:00
.gitmodules fix submodules & api url 2021-12-23 01:53:13 +11:00
1.1 1.5 feature list ideas.md Typos, spelling, and grammar corrected (#3) 2021-12-27 12:39:42 -07:00
babel.config.js Move website to repo root 2021-12-21 22:44:01 +11:00
docusaurus.config.js Merge pull request #229 from jfirwin/downloads-page 2022-02-07 08:33:37 +11:00
How to configure a device as a relay.md Typos, spelling, and grammar corrected (#3) 2021-12-27 12:39:42 -07:00
package.json Fixes & cleanup 2022-01-09 12:03:14 +11:00
protobuf.tmpl Move website to repo root 2021-12-21 22:44:01 +11:00
README.md Merge pull request #236 from jfirwin/about-documentation 2022-02-08 08:58:37 -07:00
sidebars.js Merge pull request #236 from jfirwin/about-documentation 2022-02-08 08:58:37 -07:00
tsconfig.json Move website to repo root 2021-12-21 22:44:01 +11:00
yarn.lock Fixes & cleanup 2022-01-09 12:03:14 +11:00

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