Skip to content

Contacts

The Contacts screen is the primary hub for managing mesh nodes your radio has a relationship with. A “contact” is any node whose cryptographic advertisement has been received — it can be a chat user, repeater, room server, or sensor.

  • Automatically shown after connecting to a device
  • QuickSwitchBar tab 0 (leftmost) from Channels or Map screens
  • Back navigation from Chat or Settings screens
TypeAvatar ColorIconDescription
ChatBlueChat bubbleAnother user’s mesh radio
RepeaterOrangeCell towerA mesh repeater/relay node
RoomPurpleGroupA room server for group chat
SensorGreenSensorsA sensor device

Each contact is displayed as a list tile showing:

  • Avatar: Color-coded circle with type icon (or first emoji of the contact’s name if it starts with one)
  • Name: Contact name (single line)
  • Path label: “Direct”, “N hops”, or “Flood” (with forced variants if a path override is active)
  • Public key: Shortened hex format <XXXXXXXX...XXXXXXXX>
  • Unread badge: Red pill with count (if unread messages exist)
  • Last seen: Relative timestamp (“Now”, “5 mins ago”, “2 hours ago”, “3 days ago”). For chat contacts, this shows whichever is more recent: the last advertisement time or the last message time
  • Favorite star: Amber star icon if favorited
  • Location pin: Grey pin icon if the contact has GPS coordinates

Pull-to-refresh re-fetches the full contact list from the device.

A toolbar at the top provides:

Search: Matches contact name (case-insensitive) or public key hex prefix. Debounced at 300ms.

Sort options:

  • Latest Messages (by most recent message)
  • Heard Recently (by last seen / last message)
  • A–Z (alphabetical)

Filter options:

  • All, Favorites, Users, Repeaters, Room Servers, Unread Only

Groups are a client-side organizational feature for grouping contacts.

  • Create a group: Tap the group dropdown → ”+” icon → enter name → select members → Save
  • Edit a group: Group dropdown → pencil icon next to the group
  • Delete a group: Group dropdown → trash icon next to the group
  • Filter by group: Select a group from the dropdown to show only its members

Groups are stored per radio identity (scoped by public key).

Validation rules: Group names cannot be empty, cannot be “all” (reserved, case-insensitive), and must be unique (case-insensitive). The group creation dialog includes a built-in search field to filter contacts when selecting members. Creating a new group automatically selects it as the active filter.

Contact TypeAction on Tap
Chat / SensorOpens ChatScreen for direct messaging
RepeaterShows password login dialog → opens RepeaterHubScreen
RoomShows password login dialog → opens ChatScreen for room chat
ActionAvailabilityDescription
Path Trace / PingRepeaters, Rooms (always); Chat if pathLength > 0Opens PathTraceMapScreen. Label shows “Ping” when no path bytes are known, “Path Trace” otherwise
Manage RepeaterRepeaters onlyLogin dialog → RepeaterHubScreen
Room LoginRooms onlyLogin dialog → ChatScreen
Room ManagementRooms onlyLogin dialog → RepeaterHubScreen (management mode)
Open ChatChat/SensorSame as single tap
Add/Remove FavoriteAll typesToggles the favorite flag
Share ContactAll typesCopies meshcore://<hex> URI to clipboard
Share Contact Zero-HopAll typesBroadcasts the contact’s advertisement one hop
Delete ContactAll typesConfirmation dialog → removes from device and clears messages

The Contacts screen has two separate popup menus in the app bar:

Antenna icon menu (contact sharing):

  • Zero-Hop Advert — broadcasts your advertisement to immediately adjacent nodes
  • Flood Advert — broadcasts across the full mesh network
  • Copy Advert to Clipboard — copies your meshcore://<hex> URI for sharing externally
  • Add Contact from Clipboard — reads a meshcore://<hex> URI from clipboard and imports it

Three-dot overflow menu:

  • Disconnect — disconnects from the device
  • Discovered Contacts — opens the DiscoveryScreen
  • Settings — opens the Settings screen

When the radio hears an advertisement, the contact appears automatically if auto-add is enabled for that type (configurable in Settings → Contact Settings).

Antenna menu → “Add Contact from Clipboard”. Reads a meshcore://<hex> URI from clipboard and imports it to the device.

Overflow menu → “Discovered Contacts”. Shows nodes heard passively that haven’t been added yet. Tap to immediately import (no confirmation dialog), or long-press for more options (Add, Copy URI, Delete). The Discovery screen has its own search bar, type filters (Users, Repeaters, Rooms, Favorites), and sort options (Last Seen, A-Z). An overflow “Delete All” option clears all discovered contacts.

Contacts are shared using the meshcore:// URI scheme:

meshcore://<hex-encoded-advertisement-packet>

This contains the node’s public key and metadata. Paste it into another MeshCore app to import.