Meetup

Meetup, bring your nodes, if you have gotten your amateur radio license since in the last 3 months, drinks and dinner on us.

Thursday, October 16, 2025, 6:30 PM CDT (Save the date)

Black Sheep Lodge (2108 S. Lamar)

Meshtastic vs. MeshCore on Austin Mesh

Austin Mesh is technology-agnostic. We care about reliable, decentralized mesh networking that keeps working even if the internet or cell towers don’t. This page explains (1) how mesh networking works at a high level, and (2) the practical differences between Meshtastic and MeshCore so you can pick the right tool for your use case.

TL;DR; ELI5

ELI5

Think of sending a whisper across a playground. With Meshtastic, everyone passes your whisper along, so the "chain" can move and grow as people move around, but they stop sharing your message after it's passed through 7 people. With MeshCore, only special helpers (repeaters) pass the whisper, but they can pass it to up to 64 more helpers.

By default, with MeshCore those helpers also talk faster and there are fewer side conversations that might delay your whisper. On Meshtastic, the other people talk slower and are having side conversations that have to finish before your whisper can be shared, slowing down the rate at which your whisper makes its way through the crowd.

TL;DR;

Meshtastic works well when people and links are moving (friends at an event, a hike, a bike ride). Regular nodes help by rebroadcasting, so coverage can shift and grow as people move. MeshCore works well when you can place fixed repeaters on rooftops or hills. Phones connect through companion radios; companions do not rebroadcast, so repeaters are what grow the mesh.

Main differences

Mesh networking in 30 seconds

Default roles & behavior

Meshtastic shines for non-geostationary groups (e.g. a ski hill or a bike ride with moving parties). MeshCore is optimized for large scale meshes with infrastructure nodes (repeaters) placed on high points.

Routing strategies

Hop limits

Implication for AustinMesh: Hill/valley terrain often needs many relays. Seven hops can be a hard ceiling for Meshtastic across the whole metro, while MeshCore's higher limit gives more headroom.

Telemetry & airtime

For Austin Mesh—where the goal is region wide messaging (not sensor telemetry)—MeshCore’s default traffic profile typically leaves more airtime for actual messages.

Radio presets, throughput & interference

Both systems use LoRa (Chirp Spread Spectrum), where bandwidth, spreading factor (SF), and coding rate (CR) trade range for speed and airtime.[11]

In real Austin-area testing, the narrower default MeshCore configs have produced noticeably snappier delivery (often sub-second for nearby peers, and sub-2 second for 9 hop routes) compared to default Meshtastic presets. Your mileage will vary by terrain, antenna quality, and infrastructure density, but the airtime math generally favors higher data rates + less background traffic.

When to use which

Quick comparison

Topic Meshtastic MeshCore Notes for Austin Mesh
Default behavior CLIENT rebroadcasts when needed[4] Companion does not forward; Repeaters do[6][5][7] MeshCore reduces edge-node airtime; invest in good repeater sites.
Broadcast routing Managed flood[1] Flood (for discovery & fallback)[3] Both robust under mobility; MeshCore expects infra for scale.
Direct messages Next-hop routing since v2.6[2] Learned direct path with fallback to flood[3] Both learn paths; reduces duplicate airtime when stable.
Max hops (default / max) 3 / 7[8] Configurable, internal max 64[9] More headroom for citywide reach.
Telemetry cadence Regular NodeInfo/Telemetry/Position; auto back-off on big meshes "Push" model[10] Minimal by default; "Pull" model[7][16] Leaves more airtime for chat on MeshCore.
Radio presets LongFast (250 kHz)[12][13][14] 62.5 kHz BW with tuned SF/CR[15][17] Narrower BW can fit between interference.
Typical responsiveness Good at small scale; can slow as hops + telemetry rise Very responsive with infra + higher data-rate configs Our field tests show faster multi-hop messaging on MeshCore.
Best fit Ad-hoc, highly mobile, telemetry-heavy scenarios City-scale, repeater-backed, messaging-centric scenarios Austin Mesh is biasing toward MeshCore for the citywide link layer.

Footnotes

  1. Meshtastic uses Managed Flood Routing for broadcast messages to avoid heavy route maintenance on low-bandwidth radios. Meshtastic blog: “Why Meshtastic Uses Managed Flood Routing.” link ↩ ↩
  2. Meshtastic v2.6 adds next-hop routing for Direct Messages (DMs): flood to discover, then optimized relays. Docs (“Mesh Algorithm”) & 2.6 preview post. Docs: link · Blog: link ↩ ↩
  3. MeshCore flood-then-direct routing: flood to learn → embed path → fallback to flood if direct fails. (Concept pages & explainer.) Deep dive: link · Packet handling: link · Explainer: link ↩ ↩
  4. Device roles — default role is CLIENT; CLIENT “rebroadcasts packets when no other node has done so.” Meshtastic Device Configuration. link ↩
  5. “Repeaters route; edge nodes don’t pollute the airwaves.” MeshCore Philosophy. link ↩
  6. Companion Radio Protocol (USB/BLE) connects apps to radios; it is an edge/client firmware, not a repeater. MeshCore Wiki. link ↩
  7. Repeater/Room Server CLI (e.g., set repeat on, set flood.max {hops}, set advert.interval {minutes}, set flood.advert.interval {hours}). MeshCore Wiki. link ↩ ↩
  8. Max Hops defaults to 3 and “can’t be greater than 7.” Meshtastic LoRa Configuration. link ↩
  9. MeshCore internal max hop limit = 64. MeshCore Wiki (FAQ). link ↩
  10. Regular broadcast intervals (defaults) and auto-backoff as meshes grow. Meshtastic “Mesh Algorithm” overview. link · Telemetry module reference: link ↩
  11. LoRa = Chirp Spread Spectrum (CSS); SF/BW/CR drive data rate vs. range/airtime. Semtech AN1200.22 “LoRa Modulation Basics.” link ↩
  12. Meshtastic modem presets (LongFast, MediumFast, ShortFast, etc.). Protobuf enum docs. link ↩
  13. Comparative preset table (BW, SF, approximate kbps) and why LongFast isn’t ideal for dense meshes. Meshtastic blog. link ↩
  14. Special bandwidth values supported in Meshtastic custom modem settings (e.g., 31.25 kHz, 62.5 kHz). Meshtastic LoRa Configuration. link ↩
  15. MeshCore docs note that narrower BW + lower SF can fit between ISM-band interference and yield better SNR/airtime. MeshCore FAQ. link ↩
  16. MeshCore communities commonly configure long flood-advert intervals (e.g., ~12 h) to conserve airtime; tooling and issues reflect this direction. CLI reference (adverts): link · Issue: link · FAQ note: link ↩
  17. Example community settings (US/CAN): 910.525 MHz, 62.5 kHz BW, SF7/CR5. Ottawa Mesh. link ↩
  18. Meshtastic docs caution against over-using infrastructure roles and hop counts on dense meshes; a network of CLIENTs with a small number of well-placed ROUTER/REPEATERs is usually best. Configuration Tips. link ↩

Questions or edits? Open a PR on austinmesh.org’s repo or ping the Austin Mesh chat.