|
SH2SC-EDT
Self-Healing Hardware and Software Complex for Encrypted Data Transmission
|
Two-byte magic sequence prepended to every packet on the wire. More...
Variables | |
| const uint8_t | SYNC_BYTE_1 = 0xAA |
| First synchronisation byte (preamble marker). | |
| const uint8_t | SYNC_BYTE_2 = 0x55 |
| Second synchronisation byte (preamble marker). | |
| const uint8_t | SYNC_BYTE_1 = 0xAA |
| First synchronisation byte (preamble marker). | |
| const uint8_t | SYNC_BYTE_2 = 0x55 |
| Second synchronisation byte (preamble marker). | |
Two-byte magic sequence prepended to every packet on the wire.
The receiver scans for this pattern to re-lock onto the frame boundary after a noise burst. Two distinct bytes reduce the false-sync rate compared to a single repeated byte.
| const uint8_t SYNC_BYTE_1 = 0xAA |
First synchronisation byte (preamble marker).
Definition at line 74 of file protocol.h.
| const uint8_t SYNC_BYTE_1 = 0xAA |
First synchronisation byte (preamble marker).
Definition at line 74 of file protocol.h.
Referenced by processReceivedByte(), sendFinPacket(), sendHelloPacket(), and sendPacket().
| const uint8_t SYNC_BYTE_2 = 0x55 |
Second synchronisation byte (preamble marker).
Definition at line 75 of file protocol.h.
| const uint8_t SYNC_BYTE_2 = 0x55 |
Second synchronisation byte (preamble marker).
Definition at line 75 of file protocol.h.
Referenced by processReceivedByte(), sendFinPacket(), sendHelloPacket(), and sendPacket().