Skip to content

Simple communication stack using PC speaker and mic to transfer data. Implemented in python using numpy and scipy.

Notifications You must be signed in to change notification settings

oakie/audio-stack-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)       + --------- +

About

Simple communication stack using PC speaker and mic to transfer data. Implemented in python using numpy and scipy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages