meshcore:faq:fragen_zum_t-deck

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
meshcore:faq:fragen_zum_t-deck [13.10.2025 15:00] mellinuxmeshcore:faq:fragen_zum_t-deck [17.10.2025 14:49] (aktuell) mellinux
Zeile 61: Zeile 61:
 Den Pakettyp findest du hier: [[https://github.com/ripplebiz/MeshCore/blob/main/src/Packet.h#L19|https://github.com/ripplebiz/MeshCore/blob/main/src/Packet.h#L19]] Den Pakettyp findest du hier: [[https://github.com/ripplebiz/MeshCore/blob/main/src/Packet.h#L19|https://github.com/ripplebiz/MeshCore/blob/main/src/Packet.h#L19]]
  
-''#define PAYLOAD_TYPE_REQ 0x00 %%//%% request (prefixed with dest/src hashes, MAC) (enc data: timestamp, blob)+''#define PAYLOAD_TYPE_REQ 0x00 %%//%% request (prefixed with dest/src hashes, MAC) (enc data: timestamp, blob)''
 \\ \\
-#define PAYLOAD_TYPE_RESPONSE 0x01 %%//%% response to REQ or ANON_REQ (prefixed with dest/src hashes, MAC) (enc data: timestamp, blob)+''#define PAYLOAD_TYPE_RESPONSE 0x01 %%//%% response to REQ or ANON_REQ (prefixed with dest/src hashes, MAC) (enc data: timestamp, blob)''
 \\ \\
-#define PAYLOAD_TYPE_TXT_MSG 0x02 %%//%% a plain text message (prefixed with dest/src hashes, MAC) (enc data: timestamp, text)+''#define PAYLOAD_TYPE_TXT_MSG 0x02 %%//%% a plain text message (prefixed with dest/src hashes, MAC) (enc data: timestamp, text)''
 \\ \\
-#define PAYLOAD_TYPE_ACK 0x03 %%//%% a simple ack #define PAYLOAD_TYPE_ADVERT 0x04 %%//%% a node advertising its Identity+''#define PAYLOAD_TYPE_ACK 0x03 %%//%% a simple ack #define PAYLOAD_TYPE_ADVERT 0x04 %%//%% a node advertising its Identity''
 \\ \\
-#define PAYLOAD_TYPE_GRP_TXT 0x05 %%//%% an (unverified) group text message (prefixed with channel hash, MAC) (enc data: timestamp, "name: msg")+''#define PAYLOAD_TYPE_GRP_TXT 0x05 %%//%% an (unverified) group text message (prefixed with channel hash, MAC) (enc data: timestamp, "name: msg")''
 \\ \\
-#define PAYLOAD_TYPE_GRP_DATA 0x06 %%//%% an (unverified) group datagram (prefixed with channel hash, MAC) (enc data: timestamp, blob)  +''#define PAYLOAD_TYPE_GRP_DATA 0x06 %%//%% an (unverified) group datagram (prefixed with channel hash, MAC) (enc data: timestamp, blob)''
 \\ \\
-#define PAYLOAD_TYPE_ANON_REQ 0x07 %%//%% generic request (prefixed with dest_hash, ephemeral pub_key, MAC) (enc data: ...)  +''#define PAYLOAD_TYPE_ANON_REQ 0x07 %%//%% generic request (prefixed with dest_hash, ephemeral pub_key, MAC) (enc data: ...)''
 \\ \\
-#define PAYLOAD_TYPE_PATH 0x08 %%//%% returned path (prefixed with dest/src hashes, MAC) (enc data: path, extra)''+''#define PAYLOAD_TYPE_PATH 0x08 %%//%% returned path (prefixed with dest/src hashes, MAC) (enc data: path, extra)''
  
 ==== Kann man den Sound / die Lautstärke anpassen? ==== ==== Kann man den Sound / die Lautstärke anpassen? ====
meshcore/faq/fragen_zum_t-deck.1760360451.txt.gz · Zuletzt geändert: von mellinux