Skip to content

Tested Hardware Configurations ​

This page documents the hardware configurations that are actively used during MeshMonitor development and testing. These setups are verified working with each release.

Community Contributions

Running MeshMonitor on hardware not listed here? We'd love to hear about it! Open an issue or join our Discord to share your setup.

Overview ​

All development and testing is performed on Linux hosts (Ubuntu and Raspbian) running MeshMonitor via Docker. The Meshtastic nodes connect to MeshMonitor through various transport methods (WiFi/TCP, Serial Bridge, BLE Bridge).

Tested Configurations ​

StationG2 β€” WiFi (TCP) ​

ComponentDetails
DeviceStationG2
Meshtastic RoleCLIENT_BASE
ConnectionWiFi (TCP on port 4403)
Host OSUbuntu Linux
MeshMonitorDocker
Public Instancemeshmonitor.yeraze.com
AuthenticationOIDC via Authentik
Reverse ProxyNginx Proxy Manager

The StationG2 is the primary production node and hosts the public MeshMonitor instance at meshmonitor.yeraze.com. It connects over the local WiFi network using the standard TCP connection on port 4403. The instance is configured with OIDC single sign-on through Authentik and sits behind Nginx Proxy Manager for SSL termination and reverse proxying.


MuziWorks H1 (Heltec V3) β€” WiFi (TCP) ​

ComponentDetails
DeviceMuziWorks H1 (Heltec V3 based)
Meshtastic RoleCLIENT_MUTE
ConnectionWiFi (TCP on port 4403)
Host OSUbuntu Linux
MeshMonitorDocker

The MuziWorks H1 is the primary development node, configured in CLIENT_MUTE mode and connected over WiFi. This verifies MeshMonitor works with muted/passive nodes that don't actively transmit but still report telemetry and position data.


MuziWorks H1 (Heltec V3) β€” BLE & Serial Bridge Testing ​

ComponentDetails
DeviceMuziWorks H1 (Heltec V3 based)
ConnectionsUSB via Serial Bridge, BLE via BLE Bridge
Host OSUbuntu Linux
MeshMonitorDocker

This node is used to test both bridge connection methods, switching between them as needed:

  • USB Serial Bridge β€” Uses the Meshtastic Serial Bridge (meshtastic_serial_bridge) to expose the USB-connected device as a TCP socket.
  • BLE Bridge β€” Uses the MeshMonitor BLE Bridge (meshtastic_ble_bridge) to connect over Bluetooth Low Energy. The BLE Bridge creates a TCP proxy that MeshMonitor connects to as if it were a WiFi node.

This setup is also used for testing the Desktop App on macOS and Windows.


Heltec V4 β€” Serial Bridge on Raspberry Pi ​

ComponentDetails
DeviceHeltec V4
ConnectionUSB Serial via Serial Bridge
Host OSRaspbian (Raspberry Pi 3B+)
MeshMonitorDocker

This configuration runs MeshMonitor on a Raspberry Pi 3B+ with a Heltec V4 connected via USB. The Serial Bridge exposes the device over TCP. This verifies ARM compatibility and low-resource operation.

This setup is also used to test advanced telemetry features, including PaxCounter data collection and communication with a nearby solar-powered Heltec V4 in CLIENT_BASE mode equipped with a BME280 sensor for weather data (temperature, humidity, barometric pressure).

Host Platforms ​

All tested configurations run on Linux:

PlatformArchitectureNotes
Ubuntu Linuxx86_64Primary development platform
RaspbianARM (Raspberry Pi 3B+)Verifies ARM Docker image compatibility

The Desktop App (Tauri) is additionally tested on macOS and Windows using the BLE Bridge and Serial Bridge configurations above.

Connection Methods Summary ​

MethodBridge RequiredLatencySetup Complexity
WiFi (TCP)NoneLowEasiest β€” just set the IP
USB SerialSerial BridgeLowModerate β€” needs USB passthrough
Bluetooth (BLE)BLE BridgeMediumModerate β€” needs BLE permissions

Pre-Release System Tests ​

Before every release, MeshMonitor runs a comprehensive system test suite against the development node. These tests build a fresh Docker image from the current code and run end-to-end verification across multiple deployment scenarios.

Test Suite Overview ​

TestWhat It Verifies
Configuration ImportDevice configuration import and reboot cycle, channel roles, PSKs, and LoRa settings
Quick StartZero-config deployment β€” no SESSION_SECRET or COOKIE_SECURE required, HTTP access, auto-generated admin user, session cookies, node connection, and message exchange
SecurityNode IP and MQTT config hidden from anonymous users, visible to authenticated users, protected endpoints require authentication
V1 APIREST API with Bearer token authentication, CSRF bypass for API tokens, session-based requests still require CSRF
Reverse ProxyProduction deployment with COOKIE_SECURE=true, HTTPS-ready config, trust proxy, CORS, node connection, and message exchange
Reverse Proxy + OIDCOIDC authentication flow with mock provider, session creation, hybrid mode (OIDC + local auth)
Virtual Node CLIVirtual Node Server on TCP 4404, Meshtastic Python client connection, node data sync, message send/receive on gauntlet channel
Backup & RestoreSystem backup creation, restore into new container via RESTORE_FROM_BACKUP, data integrity verification (nodes, messages, settings), audit log confirmation
Database MigrationSQLite to PostgreSQL migration, SQLite to MySQL migration, data integrity and row count verification
DB Backing ConsistencyAll three database backends (SQLite, PostgreSQL, MySQL) tested against the same device, node counts within tolerance, favorite counts identical across backends

How It Works ​

  1. A fresh Docker image is built from the current source (no cache)
  2. Test containers are spun up with isolated volumes for each scenario
  3. The Configuration Import test runs first to set the device to a known state β€” all subsequent tests depend on this
  4. Each test deploys MeshMonitor in a different configuration and verifies functionality via API calls
  5. A markdown report (test-results.md) is generated with pass/fail status for each suite
  6. All test containers and volumes are cleaned up automatically

The full test suite source is available in the tests/ directory.

Request Hardware Testing ​

Want to see a specific device officially tested and supported? You can request it by donating on Ko-fi β€” include the hardware you'd like tested in the donation description, and we'll do our best to add it to our test lineup.

Request Hardware Testing on Ko-fi

Support Development ​

MeshMonitor is a free, open-source project. If you find it useful, consider supporting development:

Support on Ko-fi