mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
Merge pull request #114 from mkinney/add_concepts
add info about higher level concepts
This commit is contained in:
commit
2304aa3118
|
@ -4,3 +4,10 @@ title: Concepts
|
|||
sidebar_label: Concepts
|
||||
slug: /getting-started/concepts
|
||||
---
|
||||
|
||||
Various high level concepts used in the Meshtastic meta verse:
|
||||
|
||||
* mesh networking: By using [low-power radios](https://meshtastic.org/docs/hardware) to connect other low-power radios using LoRa to be able to send and receive messages and data. This can be completely separate from any other network such as the internet. You can start small and get two devices to start experiementing. Do not expect to stream music or videos as LoRa is intended for smaller, lower bandwidth type uses.
|
||||
* captive portal: Using Meshtastic, you can create a separate wifi network for you join your phone or computer on a mesh network. See [Web Interface](https://meshtastic.org/docs/software/web/web-app-software) for more info. This is ideal in a situation where you are remote, such as in the forest or on a mountain or if there is a major power/internet outage such as in a storm other other disaster.
|
||||
* Meshtastic channels: Can create a *somewhat* secure method of communication on the same mesh network. They channel can be encrypted, to prevent normal people from listening in on the traffic. But, it could probably be easily cracked by determined indviduals. See [Channel Config](https://meshtastic.org/docs/software/settings/channel) for more info.
|
||||
* LoRaWan: If you add a LoRa gateway, then you can interact with more networks, such as the internet.
|
||||
|
|
|
@ -110,7 +110,7 @@ Q: How do I turn on the WiFI radio?
|
|||
* See: https://meshtastic.org/docs/software/device/device-wifi
|
||||
|
||||
Q: When I turn on WiFi, Bluetooth turns off. Why is this?
|
||||
* Currently WiFi and Bluetooth can be turned on at the same time.
|
||||
* Currently WiFi and Bluetooth can not be enabled at the same time.
|
||||
|
||||
Q: How do I access the network from my web browser?
|
||||
* Visit http://meshtastic.local (Note: This is a work in progress.)
|
||||
|
|
Loading…
Reference in a new issue