From 3012f8f10fc6f8456929917db15651de6669a390 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Thu, 11 Mar 2021 11:11:45 +0800 Subject: [PATCH] add doc with standard node ids --- mesh.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mesh.proto b/mesh.proto index 5fca4f1..e33f030 100644 --- a/mesh.proto +++ b/mesh.proto @@ -106,6 +106,8 @@ message User { * A globally unique ID string for this user. In the case of * Signal that would mean +16504442323, for the default macaddr * derived id it would be !<8 hexidecimal bytes> + * Note: app developers are encouraged to also use the following standard + * node IDs "^all" (for broadcast), "^local" (for the locally connected node) */ string id = 1;