An observer is a device that listens to mesh traffic and uploads it to the Acadiana Mesh analyzer. This is how we get real-time packet data on the map.
To send data to the Acadiana Mesh network, configure your observer's MQTT settings:
| Setting | Value |
|---|---|
| Server | mqtt.acadianamesh.com |
| Port | 1883 |
| Username | Observer |
| Password | Uplink |
| IATA Code | LFT |
| Transport | TCP |
| Use TLS | No |
| Payload Mode | Packet (LetsMesh-compatible) |
A companion node connected to a Raspberry Pi or similar Linux device via USB, BLE, or WiFi.
Requirements:
Install:
bash <(curl -fsSL https://raw.githubusercontent.com/agessaman/meshcore-packet-capture/main/install.sh)
When prompted, enter mqtt.acadianamesh.com as the broker and LFT as the IATA code.
A repeater or room server running the meshcoretomqtt software.
Install:
curl -fsSL https://raw.githubusercontent.com/Cisien/meshcoretomqtt/main/install.sh | bash
When prompted to configure MQTT, use the settings in the table above.
Your observer will publish packets to:
meshcore/LFT/{PUBLIC_KEY}/packets
meshcore/LFT/{PUBLIC_KEY}/status
Where {PUBLIC_KEY} is your node's public key.
Once connected, check the Observers page on the analyzer. Your node should appear within a few minutes after sending its first advert.
💡 Note: It may take up to 5 minutes to appear after first connecting.