Meshtastic project website and documentation
Find a file
bretbingham 2ec60ceb1e
Update router.mdx (#330)
* Update router.mdx

Ls_secs default setting is listed as 5 minutes on this page, and 1 hour on power page in docs, so one must be wrong.

Here on router page, Under Details headiing, table line ls_secs, is this the correct “normal default” - 5 minutes?
On power page, The ls_secs default  power page isays the normal default is 1 hour

* Update router.mdx

Co-authored-by: Sacha Weatherstone <sachaw100@hotmail.com>
2022-05-12 08:12:29 +10:00
.github Fix CI 2022-03-09 23:39:47 +11:00
docs Update router.mdx (#330) 2022-05-12 08:12:29 +10:00
protobufs@f1e495cbba Update protobuf submodule 2022-05-11 08:31:02 +00:00
src Merge pull request #331 from jfirwin/getting-started 2022-05-10 09:58:49 -06:00
static Add nano g1 and small fixes to other hardware pages 2022-05-06 21:21:34 +01: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 fix/remove-inaccurate-note (#336) 2022-05-12 08:11:03 +10: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 dependencies 2022-05-07 23:51:02 +10:00
package.json Update dependencies 2022-05-07 23:51:02 +10:00
pnpm-lock.yaml Update dependencies 2022-05-07 23:51:02 +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 Update dependencies 2022-05-07 23:51:02 +10: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