kopia lustrzana https://github.com/meshtastic/protobufs
commit
6e5ca5b82e
|
@ -409,7 +409,7 @@ message MeshPacket {
|
||||||
/*
|
/*
|
||||||
* The sending node number.
|
* The sending node number.
|
||||||
* Note: Our crypto implementation uses this field as well.
|
* 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.
|
* FIXME - really should be fixed32 instead, this encoding only hurts the ble link though.
|
||||||
*/
|
*/
|
||||||
fixed32 from = 1;
|
fixed32 from = 1;
|
||||||
|
@ -432,7 +432,7 @@ message MeshPacket {
|
||||||
uint32 channel = 3;
|
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
|
* However, when a particular node has the correct
|
||||||
* key to decode a particular packet, it will decode the payload into a SubPacket protobuf structure.
|
* 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
|
* 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
|
* 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).
|
* any ACK or the completion of a mesh broadcast flood).
|
||||||
* Note: Our crypto implementation uses this id as well.
|
* 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
|
* FIXME - really should be fixed32 instead, this encoding only
|
||||||
* hurts the ble link though.
|
* hurts the ble link though.
|
||||||
*/
|
*/
|
||||||
|
|
Ładowanie…
Reference in New Issue