Northwest Meetup

For our Northwest friends, this is at Anderson Mill/620

Wednesday, June 10, 2026, 5:00 PM CDT (Save the date)

Shooters Billiards & Sports Bar, 11416 Ranch Rd 620 N, Austin, TX 78726

MeshCore 2-byte vs 1-byte paths

Every node(radio) on the network gets a nickname. In 1-byte mode that's something like `a1`. In 2-byte mode that's `a1b2`. 1-byte conflicts at 256 unique nicknames while 2-byte has 65,536.

Explaining key-prefixes

Every node in the mesh has a Public Key. The first characters of that key are treated as the address so other nodes know how to route messages. With 1-byte paths(the first 2 characters of the public key), there are only 256 possible nicknames to go around, so as the network grows, more and more nodes end up sharing the same one. When that happens, messages can get handed off to the wrong node and routing breaks down.

2-byte paths use the first 4 characters of the public key, allowing 65,536 possibilities instead of 256. More room, fewer mix-ups, much healthier mesh as it grows.

The catch(es): every repeater between you and the person you're messaging has to understand 2-byte nicknames, or it'll drop the message. That means firmware upgrades. It also reduces the max number of hops from 64 to 32.

Diagram showing how 1 and 2 byte packets are repeated through a meshcore network with repeaters on different firmware versions
only repeaters with firmware at or above 1.14.1 repeat 2-byte packets

Requirements

If any repeater in the path is on older firmware, 2-byte traffic won't make it through. Plan upgrades accordingly.

Turning it on

Repeaters

  1. Upgrade to at least 1.14
  2. Connect to the repeater's console and run:
    set path.hash.mode 1

Companions

Companions need an extra step to actually send messages using 2-byte paths:

  1. Confirm the companion is on firmware 1.14 or later.
  2. Open the phone app.
  3. Go to Experimental Settings.
  4. Set Default Path-Hash Size to 2-byte (max 32 hops).

Once that's on, messages from the companion will use 2-byte paths when available.