From bb4534f231dda1f7e3605538c0b466fed1bab481 Mon Sep 17 00:00:00 2001 From: apt105 <73254487+apt105@users.noreply.github.com> Date: Mon, 26 Apr 2021 19:48:53 +0100 Subject: [PATCH 1/2] Update mesh.proto --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index f1cd5ef..eb018f9 100644 --- a/mesh.proto +++ b/mesh.proto @@ -409,7 +409,7 @@ message MeshPacket { /* * The sending node number. * Note: Our crypto implementation uses this field as well. - * See [crypto](/software/other/crypto.md) for details. + * See [crypto](/developers/device/encryption.md) for details. * FIXME - really should be fixed32 instead, this encoding only hurts the ble link though. */ fixed32 from = 1; From 9cdc5bc7f6e6f27ee82c2e36af5dde26fe362fc1 Mon Sep 17 00:00:00 2001 From: apt105 <73254487+apt105@users.noreply.github.com> Date: Mon, 26 Apr 2021 19:58:31 +0100 Subject: [PATCH 2/2] Update mesh.proto --- mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh.proto b/mesh.proto index eb018f9..b9ac86e 100644 --- a/mesh.proto +++ b/mesh.proto @@ -432,7 +432,7 @@ message MeshPacket { uint32 channel = 3; /* - * Internally to the mesh radios we will route SubPackets encrypted per [this](/software/other/crypto.md). + * Internally to the mesh radios we will route SubPackets encrypted per [this](/developers/device/encryption.md). * However, when a particular node has the correct * key to decode a particular packet, it will decode the payload into a SubPacket protobuf structure. * Software outside of the device nodes will never encounter a packet where @@ -453,7 +453,7 @@ message MeshPacket { * needs to be unique for a few minutes (long enough to last for the length of * any ACK or the completion of a mesh broadcast flood). * Note: Our crypto implementation uses this id as well. - * See [crypto](/software/other/crypto.md) for details. + * See [crypto](/developers/device/encryption.md) for details. * FIXME - really should be fixed32 instead, this encoding only * hurts the ble link though. */