pull/12/head
Kevin Hester 2021-02-08 12:20:36 +08:00
rodzic 3473446418
commit 3d5990ec7b
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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"