Canonical, community-editable catalog of MeshCore regions used worldwide.
A simple JSON catalog of region identifiers used across the MeshCore ecosystem. Each region has a stable code (e.g. de-hh-attraktor or hansemesh), a human-readable name (the leaf label, e.g. Attraktor), and optional nested children. A region's code never changes once published, even if it gets re-nested under a different parent.
Two stable raw URLs:
- Full catalog (tree + flat lookup):
https://raw.githubusercontent.com/marcelverdult/meshcore-regions/main/index.json - One country at a time:
https://raw.githubusercontent.com/marcelverdult/meshcore-regions/main/regions/<code>.json
Each region node has this shape:
{
"code": "de-hh-attraktor",
"name": "Attraktor",
"regions": [ /* same shape, optional */ ]
}code is stable and unique across the catalog. It usually mirrors the path from the root (e.g. de-hh-attraktor), but named networks that span multiple parents may keep a standalone code (e.g. hansemesh nested under de). The flat array in index.json lists every node as { "path": "<code>", "name": "<name>" } for quick lookups; path equals the node's code.
Pull requests may only modify files matching:
regions/*.jsonunsorted/todo.json
Anything else (scripts, workflows, schemas, index.json, README.md) is maintained by repository maintainers via direct commits.
Rules enforced automatically by CI:
- No new country root files. PRs may not add files to
regions/. The 249 ISO country codes plusscoandioiare already seeded; if you need another root, open an issue. - No deletions in
regions/. Once a region is in the tree, it stays. - Moves require approval. If your PR moves a node from one parent to another, a maintainer adds the
approved-movelabel before merge. - Subdivision additions and name edits are free. Add subdivisions under existing parents, fix a display name — no label needed.
- Codes are lowercase ASCII letters, digits, and hyphens. Each hyphen-separated segment is capped at 29 characters to match the MeshCore firmware region-name buffer (
char name[31]inRegionMap.h, minus one byte reserved for the implicit#prefix the firmware prepends when deriving auto-hashtag transport keys; see meshcore-dev/MeshCore#2434). A region'scodeis immutable — once published, it does not change, even if the node is re-nested under a different parent. - Children of any node are sorted by
code.
The catalog refreshes every night from the public MeshCore map at http://map.kiekr.app. Two ways to add a new region:
- Pin your repeater on the map with the KiekR App for Android or iOS (https://kiekr.app); your region appears here on the next sync.
- Open a pull request against this repository.
- Last sync:
2026-07-30T05:32:53Z - Roots: 252
- Total nodes: 1526
- Unsorted entries: 626
| when (UTC) | kind | path | note |
|---|---|---|---|
| 2026-07-29T05:44:19Z | sync | f43d1f8 | Merge pull request #56 from marcelverdult/sync/auto |
| 2026-07-29T05:44:14Z | sync | 201ceb9 | sync: 9 added, 46 resolved, 615 unsorted |
| 2026-07-27T06:20:50Z | sync | f932230 | Merge pull request #55 from marcelverdult/sync/auto |
| 2026-07-27T06:20:44Z | sync | 3ab9b9d | sync: 5 added, 46 resolved, 609 unsorted |
| 2026-07-25T05:36:43Z | sync | 5f58212 | Merge pull request #54 from marcelverdult/sync/auto |
| 2026-07-25T05:36:36Z | sync | 2b41d94 | sync: 11 added, 46 resolved, 599 unsorted |
| 2026-07-24T05:42:50Z | sync | 8fc9223 | Merge pull request #52 from marcelverdult/sync/auto |
| 2026-07-24T05:42:45Z | sync | a34338a | sync: 2 added, 46 resolved, 598 unsorted |
| 2026-07-23T05:47:03Z | sync | 2ba973a | Merge pull request #51 from marcelverdult/sync/auto |
| 2026-07-23T05:46:58Z | sync | ec0bfb1 | sync: 6 added, 46 resolved, 594 unsorted |
| 2026-07-22T15:38:17Z | manual | dc1fd06 | Merge pull request #50 from marcelverdult/sync/auto |
| 2026-07-22T05:41:46Z | sync | 53da306 | sync: 1 added, 46 resolved, 590 unsorted |
| 2026-07-21T05:42:33Z | sync | 935e6a1 | Merge pull request #49 from marcelverdult/sync/auto |
| 2026-07-21T05:42:28Z | sync | 1fcc43c | sync: 15 added, 46 resolved, 581 unsorted |
| 2026-07-18T05:18:15Z | sync | 2c48b41 | Merge pull request #48 from marcelverdult/sync/auto |
| 2026-07-18T05:18:10Z | sync | 3c959e1 | sync: 2 added, 35 resolved, 558 unsorted |
| 2026-07-16T05:32:48Z | sync | 27616bf | Merge pull request #47 from marcelverdult/sync/auto |
| 2026-07-16T05:32:43Z | sync | 5f96826 | sync: 3 added, 35 resolved, 539 unsorted |
| 2026-07-15T05:24:03Z | sync | 539d18e | Merge pull request #46 from marcelverdult/sync/auto |
| 2026-07-15T05:23:58Z | sync | c479c72 | sync: 3 added, 30 resolved, 530 unsorted |
CC0 1.0 Universal — public-domain dedication. This catalog is released with no rights reserved: copy, modify, redistribute, and embed it (including in firmware) for any purpose, with no attribution required.