Skip to content

Instantly share code, notes, and snippets.

@fschuindt
Created May 14, 2023 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fschuindt/e8d94b0c8802931eeca3c99ad857cde5 to your computer and use it in GitHub Desktop.
Save fschuindt/e8d94b0c8802931eeca3c99ad857cde5 to your computer and use it in GitHub Desktop.
sequenceDiagram
  participant A as Alice's Computer
  participant AR as Alice's Radio
  participant BR as Bob's Radio
  participant B as Bob's Computer
  B ->> B: Starts recording audio Line Input
  AR ->> AR: Press PTT
  A ->> A: Plays message-to-broadcast.wav on audio output
  A ->> AR: Audio Output, TX cable (Microphone)
  AR -->> BR: Transmits AX.25
  BR ->> B: RX cable (Speaker), audio Line Input
  A ->> A: Media play ends
  AR ->> AR: Releases PTT
  B ->> B: Records audio
  B ->> B: Saves recorded-broadcast.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment