Meshtastic project website and documentation
Find a file
2022-03-02 14:27:56 -07:00
.github Create documentation-change-request.md 2022-02-10 10:59:01 -07:00
assets Update Links to discord server & update deps 2021-08-02 12:32:54 +10:00
docs initial setup 2022-03-02 14:27:56 -07:00
protobufs@7c49bdad99 Update protobuf submodule 2022-03-01 06:03:41 +00:00
src added call to action buttons 2022-03-02 11:10:10 -07:00
static Merge pull request #251 from jfirwin/colors 2022-02-21 14:13:08 +11: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 Remove the cause of 500 error 2022-02-14 09:28:41 -08: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 about init 2022-02-25 14:51:14 -07: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 fix sidebar 2 2022-03-02 13:22:50 -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