mirror of
https://github.com/romanz/amodem.git
synced 2026-02-07 18:08:03 +08:00
9 lines
171 B
Bash
Executable File
9 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
set -u
|
|
set -x
|
|
set -e
|
|
|
|
dd if=/dev/urandom of=data.send bs=1024 count=1
|
|
python send.py
|
|
python recv.py
|
|
python errors.py data.* #python show.py tx.int16 rx.int16 |