meshtastic/docs/about/introduction.mdx

74 lines
3 KiB
Plaintext
Raw Permalink 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
description: "Discover Meshtastic: a community-driven, open-source project using LoRa radios for long-range, off-grid communication."
2022-02-25 13:51:14 -08:00
---
2022-03-08 23:51:46 -08:00
2023-01-19 05:01:57 -08: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
![LoRa Topology](/img/introduction/lora-topology-2.webp)
2023-11-09 22:50:46 -08:00
2022-11-01 10:25:36 -07:00
### Features
2022-02-25 13:51:14 -08:00
- Long range ([_331km record by MartinR7 & alleg_](/docs/overview/range-tests#current-ground-record-331km))
- No phone required for mesh communication
2023-08-02 20:50:45 -07:00
- Decentralized communication - no dedicated router required
2022-11-01 10:25:36 -07:00
- Encrypted communication
2022-11-04 10:06:45 -07:00
- Excellent battery life
2022-11-02 11:46:54 -07:00
- Send and receive text messages between members of the mesh
2022-11-04 10:06:45 -07:00
- Optional GPS based location features
2022-11-01 10:25:36 -07:00
- 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
Meshtastic utilizes LoRa, a long-range radio protocol, which is widely accessible in most regions without the need for additional licenses or certifications, unlike HAM radio operations.
2022-02-25 13:51:14 -08:00
2024-08-11 09:16:03 -07:00
These radios are designed to rebroadcast messages they receive, forming a mesh network. This setup ensures that every group member, including those at the furthest distance, can receive messages.
2022-11-01 10:25:36 -07:00
Additionally, Meshtastic radios can be paired with a single phone, allowing friends and family to send messages directly to your specific radio. It's important to note that each device is capable of supporting a connection from only one user at a time.
2022-11-01 10:25:36 -07:00
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
2023-01-19 05:01:57 -08:00
className={"button button--outline button--lg cta--button"}
to={"/docs/overview"}
2022-11-03 17:10:08 -07:00
>
2022-11-07 20:53:52 -08:00
Technical Overview
2022-11-03 17:10:08 -07:00
</Link>
</div>
2022-02-25 13:51:14 -08:00
2022-11-01 10:25:36 -07:00
## Contributors
2024-10-28 08:43:03 -07:00
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 [Meshtastic Discussions](https://github.com/orgs/meshtastic/discussions).
2022-03-08 23:51:46 -08:00
2022-11-07 20:53:52 -08:00
<div className="indexCtasBody">
<Link
2023-01-19 05:01:57 -08:00
className={"button button--outline button--lg cta--button"}
to={"/docs/contributing"}
2022-11-07 20:53:52 -08:00
>
Contribute!
</Link>
</div>
2022-02-25 13:51:14 -08:00
<!--- FIXME add Github organization list/contributor list --->
2023-01-19 05:01:57 -08:00
## Start using Meshtastic
2022-11-01 10:25:36 -07:00
2023-01-19 05:01:57 -08:00
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.
2022-11-07 20:53:52 -08:00
Our support is 100% volunteer based. We are passionate about the project and hope to help newcomers become Meshtastic experts!
2022-11-01 10:25:36 -07:00
<div className="indexCtasBody">
<Link
2023-01-19 05:01:57 -08:00
className={"button button--outline button--lg cta--button"}
to={"/docs/getting-started"}
2022-11-01 10:25:36 -07:00
>
Getting Started
</Link>
</div>