/meshtastic-checker

Validate device config

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Meshtastic checker

Overview

Checks that a Meshtatstic device is properly configured for the french Gaulix 868 MHz network.

Forked from the official Meshtastic web interface, that can be hosted or served from a node.

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