mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Merge branch 'master' of https://github.com/rcarteraz/meshtastic
This commit is contained in:
commit
cedd153e03
|
@ -9,7 +9,6 @@ import Link from "@docusaurus/Link";
|
|||
|
||||
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!
|
||||
|
||||
|
||||
![LoRa Topology](/img/introduction/lora-topology-2.png)
|
||||
|
||||
### Features
|
||||
|
@ -25,11 +24,11 @@ Meshtastic® is a project that enables you to use inexpensive LoRa radios as a l
|
|||
|
||||
## How it works
|
||||
|
||||
The underlying technology, LoRa, is a long range radio protocol available to most regions without requiring additional licensing or certification, like HAM operators.
|
||||
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.
|
||||
|
||||
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.
|
||||
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. Depending on the settings employed, the Meshtastic mesh network can support up to 100 devices concurrently.
|
||||
|
||||
Meshtastic 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.
|
||||
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."
|
||||
|
||||
If you are interested in a more technical overview of how Meshtastic works, visit the overview section below:
|
||||
|
||||
|
|
|
@ -41,11 +41,11 @@
|
|||
"destination": "/docs/hardware/devices/rak/core-module#gpio"
|
||||
},
|
||||
{
|
||||
"source": "/software/android-too-old",
|
||||
"source": "/software/android-too-old(.*)",
|
||||
"destination": "/docs/software/android/installation"
|
||||
},
|
||||
{
|
||||
"source": "/docs/software/android/android-installation",
|
||||
"source": "/docs/software/android/android-installation(.*)",
|
||||
"destination": "/docs/software/android/installation"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue