diff --git a/mesh.proto b/mesh.proto index f6772f5..7262312 100644 --- a/mesh.proto +++ b/mesh.proto @@ -63,9 +63,10 @@ message Data { } /* Broadcast when a newly powered mesh node wants to find a node num it can use -// Sent from the phone over bluetooth to set the user id for the owner of this + +Sent from the phone over bluetooth to set the user id for the owner of this node. -// Also sent from nodes to each other when a new node signs on (so all clients +Also sent from nodes to each other when a new node signs on (so all clients can have this info) The algorithm is as follows: @@ -95,7 +96,7 @@ 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 !<6 hexidecimal bytes> + // derived id it would be !<8 hexidecimal bytes> string id = 1; // A full name for this user, i.e. "Kevin Hester"