update readme
This commit is contained in:
@@ -41,6 +41,7 @@ A simple mesh network communications app powered by the [Reticulum Network Stack
|
|||||||
- Supports auto resending undelivered messages when an announce is received from the recipient.
|
- Supports auto resending undelivered messages when an announce is received from the recipient.
|
||||||
- Supports sending messages to and syncing messages from [LXMF Propagation Nodes](https://github.com/markqvist/lxmf?tab=readme-ov-file#propagation-nodes).
|
- Supports sending messages to and syncing messages from [LXMF Propagation Nodes](https://github.com/markqvist/lxmf?tab=readme-ov-file#propagation-nodes).
|
||||||
- Supports running a local LXMF Propagation Node so other users can use your device for message storage and retrieval.
|
- Supports running a local LXMF Propagation Node so other users can use your device for message storage and retrieval.
|
||||||
|
- Support for browsing pages, and downloading files hosted on Nomad Network Nodes.
|
||||||
|
|
||||||
## Beta Features
|
## Beta Features
|
||||||
|
|
||||||
@@ -49,9 +50,6 @@ A simple mesh network communications app powered by the [Reticulum Network Stack
|
|||||||
- Using a microphone requires using the web ui over localhost or https, due to [AudioWorklet](https://developer.mozilla.org/en-US/docs/Web/API/AudioWorklet) secure context.
|
- Using a microphone requires using the web ui over localhost or https, due to [AudioWorklet](https://developer.mozilla.org/en-US/docs/Web/API/AudioWorklet) secure context.
|
||||||
- I have tested two-way audio calls over LoRa with a single hop. It works well when a [reasonable bitrate](https://unsigned.io/understanding-lora-parameters/) is configured on the RNode.
|
- I have tested two-way audio calls over LoRa with a single hop. It works well when a [reasonable bitrate](https://unsigned.io/understanding-lora-parameters/) is configured on the RNode.
|
||||||
- Some browsers such as FireFox don't work as expected. Try using a Chromium based browser if running via the command line.
|
- Some browsers such as FireFox don't work as expected. Try using a Chromium based browser if running via the command line.
|
||||||
- Support for browsing pages, and downloading files hosted on Nomad Network Nodes.
|
|
||||||
|
|
||||||
> NOTE: micron format parsing is still in development, some pages may not render or work correctly at all.
|
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
@@ -311,7 +309,6 @@ I build the vite app everytime without hot reload, since MeshChat expects everyt
|
|||||||
- [ ] button to forget announces
|
- [ ] button to forget announces
|
||||||
- [ ] optimise ui to work nicely on a mobile device, such as Android/iOS
|
- [ ] optimise ui to work nicely on a mobile device, such as Android/iOS
|
||||||
- [ ] will probably write a new app for mobile devices once [microReticulum](https://github.com/attermann/microReticulum) supports Links
|
- [ ] will probably write a new app for mobile devices once [microReticulum](https://github.com/attermann/microReticulum) supports Links
|
||||||
- [ ] support for micron input fields, to allow interacting with pages like Retipedia
|
|
||||||
- [ ] support for managing Reticulum interfaces via the web ui
|
- [ ] support for managing Reticulum interfaces via the web ui
|
||||||
- [x] AutoInterface
|
- [x] AutoInterface
|
||||||
- [x] RNodeInterface
|
- [x] RNodeInterface
|
||||||
|
|||||||
Reference in New Issue
Block a user