Felix Moessbauer 79c5638e10 document scalar clamping of curve25519 keys
The "scalars" are just random bytes. To make them secure curve25519
keys, they need to be clamped according to rfc7748 section 5.
As this is not obvious, we need to add a reference to the RFC.

No functional change.

Closes: #324
2024-11-01 12:55:54 +01:00
2024-09-10 20:51:50 -04:00
2024-10-06 21:24:12 +10:00
2024-10-06 21:24:12 +10:00
2024-10-06 21:24:12 +10:00
2024-10-06 21:24:12 +10:00
2024-09-12 14:20:32 -04:00

Meshtastic Web

CI CLA assistant Fiscal Contributors Vercel

Overview

Official Meshtastic web interface, that can be hosted or served from a node

Hosted version

Stats

Alt

Self-host

The client can be self hosted using the precompiled container images with an OCI compatible runtime such as Docker or Podman. The base image used is UBI9 Nginx 1.22

# With Docker
docker run -d -p 8080:8080 -p 8443:8443 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web

#With Podman
podman run -d -p 8080:8080 -p 8443:8443 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web

Development & Building

Building and Packaging

Build the project:

pnpm build

GZip the output:

pnpm package

Development

Install the dependencies.

pnpm i

Start the development server:

pnpm dev
Description
No description provided
Readme GPL-3.0 25 MiB
Languages
TypeScript 99.2%
CSS 0.7%