#!/usr/bin/env bash # Run the simulated LoRa + TCP relay integration example (no hardware). set -euo pipefail ROOT="$(cd "$(dirname "$0")/.." && pwd)" cd "$ROOT" exec cargo run -p quicprochat-p2p --example mesh_lora_relay_demo