meshtastic/docs/about/introduction.mdx

62 lines
2.6 KiB
Plaintext
Raw Normal View History

2022-02-25 13:51:14 -08:00
---
2022-11-01 10:25:36 -07:00
title: Introduction
2022-11-02 11:46:54 -07:00
sidebar_label: Introduction
slug: /introduction
2022-04-24 15:32:31 -07:00
sidebar_position: 1
2022-02-25 13:51:14 -08:00
---
2022-03-08 23:51:46 -08:00
2022-11-01 10:25:36 -07:00
import Link from '@docusaurus/Link';
2022-02-25 13:51:14 -08:00
2022-11-01 10:25:36 -07:00
Meshtastic® is a project that enables you to use inexpensive LoRa radios as a long range off-grid communication platform in areas without existing or reliable communications infrastructure. This project is 100% community driven and open source!
2022-02-25 13:51:14 -08:00
2022-11-01 10:25:36 -07:00
### Features
2022-02-25 13:51:14 -08:00
2022-11-03 19:46:16 -07:00
- Long range ([_166km record by Puzzled Pancake_](/docs/about/overview/range-test#current-record))
2022-11-03 17:10:08 -07:00
- No phone required for node to node communication
2022-11-01 10:25:36 -07:00
- Encrypted communication
- Excellent battery life (LoRa radios have a very low power draw)
2022-11-02 11:46:54 -07:00
- Send and receive text messages between members of the mesh
2022-11-01 10:25:36 -07:00
- Enable optional GPS based location features
- And more!
2022-02-25 13:51:14 -08:00
2022-11-01 10:25:36 -07:00
## How it works
2022-02-25 13:51:14 -08:00
2022-11-01 10:25:36 -07:00
The underlying technology, LoRa is a long range radio protocol that is available to most regions without needing certification like HAM operators.
2022-02-25 13:51:14 -08:00
2022-11-01 10:25:36 -07:00
The radios automatically rebroadcast messages they receive in order to create a mesh network so that everyone in the group can receive messages - even from the furthest member. Depending on settings used, the Meshtastic mesh can sustain up to 80 device nodes.
Radios can be paired to a single phone so that your friends and family are able to address a message to your specific radio. Each device supports a connection from a single user at a time.
2022-11-03 17:10:08 -07:00
If you are interested in a more technical overview of how Meshtastic works, visit the overview section below:
2022-02-25 13:51:14 -08:00
2022-11-03 17:10:08 -07:00
<div className="indexCtasBody">
<Link
className={'button button--outline button--lg cta--button'}
to={'/docs/overview'}
>
Overview
</Link>
</div>
2022-02-25 13:51:14 -08:00
2022-11-01 10:25:36 -07:00
## Contributors
Meshtastic is an open source project available on GitHub. Our generous volunteers donate their personal time to write and maintain this codebase. If you would like to contribute see our [GitHub](https://github.com/meshtastic), join our [Discord server](https://discord.gg/ktMAKGBnBs), and read up on our [forum](https://meshtastic.discourse.group).
2022-03-08 23:51:46 -08:00
2022-02-25 13:51:14 -08:00
<!--- FIXME add Github organization list/contributor list --->
2022-11-01 10:25:36 -07:00
## Start using Meshtastic!
<div className="indexCtasBody">
<Link
className={'button button--outline button--lg cta--button'}
to={'/docs/getting-started'}
>
Getting Started
</Link>
</div>
Hopefully your "Getting Started" experience is straight forward and headache free. If you encounter any issues, please consider updating our documentation to improve future user experiences or reach out on the forum or Discord.
Our support is 100% volunteer based. We are passionate about the project and hope to help newcomers become Meshtastic experts!