mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Change Meshtastic-web to web interface
This commit is contained in:
parent
03ccf8e301
commit
50cd94fcc6
|
@ -6,7 +6,7 @@ sidebar_label: Configuration
|
|||
|
||||
## Manual Installation
|
||||
|
||||
Pre-requisite: You have Meshtastic Device firmware between 1.0.32 - 1.1.50
|
||||
Pre-requisite: You have Meshtastic Device firmware between version 1.0.32 - 1.1.50. A client for version 1.2.x will be released shortly and the documentation update accordingly.
|
||||
|
||||
We do realize this installation method is not "easy" and are exploring ways to simplify this in the future, ideally rolling it out as part of the device firmware.
|
||||
|
||||
|
@ -34,7 +34,7 @@ The device will now go into WiFi SoftAP Admin Mode. In this mode, your device wi
|
|||
The first time your device restarts after enabling WiFi, it will take an additional 20-30 seconds to boot. This is to generate self-signed SSL keys. The keys will be saved for future reuse.
|
||||
:::
|
||||
|
||||
### Upload Meshtastic-web files
|
||||
### Upload web interface files
|
||||
|
||||
Next download the three files (app.css.gz, app.js.gz and index.html.gz) from:
|
||||
|
||||
|
@ -48,7 +48,7 @@ Then manually upload them to your device by going to:
|
|||
* * http://{your device IP address here}/static
|
||||
* * Device IP address typically defaults to 192.168.42.1
|
||||
|
||||
The Meshtastic-web application can then be accessed by visiting [http://meshtastic.local/](http://meshtastic.local/) or [http://192.168.42.1/](http://192.168.42.1/)
|
||||
The web interface application can then be accessed by visiting [http://meshtastic.local/](http://meshtastic.local/) or [http://192.168.42.1/](http://192.168.42.1/)
|
||||
|
||||
We do realize this is not "easy" and are exploring ways to simplify this in the future, ideally rolling it out as part of the device firmware.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
id: web-development-software
|
||||
title: Information for developers of Meshtastic-web
|
||||
title: Information for developers of the web interface
|
||||
sidebar_label: Development
|
||||
---
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ title: Managing ESP32 partitions
|
|||
sidebar_label: ESP32 partitions
|
||||
---
|
||||
|
||||
## Insufficient space to upload Meshtastic web files
|
||||
## Insufficient space to upload web interface files
|
||||
|
||||
This problem seems to occur when your board has the partitioning structure set incorrectly. This typically occurs when the board has had a firmware other than Meshtastic on it previously. In this situation, the file upload page on the device typically shows a free space of around 48,000 bytes, rather than the ~300,000 bytes that it should have free.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
id: web-usage-software
|
||||
title: Using Meshtastic-web
|
||||
title: Using the web interface
|
||||
sidebar_label: Usage
|
||||
---
|
||||
|
||||
|
|
|
@ -1,16 +1,11 @@
|
|||
---
|
||||
id: web-app-software
|
||||
title: Meshtastic-web overview
|
||||
title: Web interface overview
|
||||
sidebar_label: Overview
|
||||
---
|
||||
|
||||
The Meshtastic firmware incorporates an embedded webserver using the [ESP32 HTTPS Server](https://github.com/fhessel/esp32_https_server) project. This allows the wifi supporting ESP32 devices to run our Meshtastic-web application to deliver a native web interface to access Meshtastic directly from your browser. This imports the [Meshtastic.js library](/docs/software/js/getting-started) to provide a web page capable of interacting with the device.
|
||||
The Meshtastic firmware incorporates an embedded webserver using the [ESP32 HTTPS Server](https://github.com/fhessel/esp32_https_server) project. This allows the wifi supporting ESP32 devices to run our web interface to access Meshtastic directly from your browser. This imports the [Meshtastic.js library](/docs/software/js/getting-started) to provide a web page capable of interacting with the device.
|
||||
|
||||
:::caution
|
||||
Please note that this is under active development and liable to change
|
||||
:::
|
||||
|
||||
:::warning
|
||||
The current Meshtastic-web depolyment only works with the 1.1.x versions of the device firmware. Support for 1.2.x will hopefully arrive soon
|
||||
:::
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
{
|
||||
"Meshtastic-web": [
|
||||
"Web interface": [
|
||||
"software/web/web-app-software",
|
||||
"software/web/web-config-software",
|
||||
"software/web/web-usage-software",
|
||||
|
|
Loading…
Reference in a new issue