Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 889 Bytes

File metadata and controls

22 lines (21 loc) · 889 Bytes

Stack structure

 Transmitter                         Receiver
      
    PACKET                             PACKET
      |                                   |
+ --------- +                       + --------- +
| NET layer |                       | NET layer |
+ --------- +                       + --------- +
      |                                   |
    FRAMES                             FRAMES
      |                                   |
+ --------- +                       + --------- +
| LNK layer |                       | LNK layer |
+ --------- +                       + --------- +
      |                                   |
  BIT ARRAY                           BIT ARRAY
      |                                   |
+ --------- +                       + --------- +
| PHY layer |  -- AUDIO SAMPLES ->  | PHY layer | 
+ --------- +       (air gap)       + --------- +