Commit Graph

58 Commits

Author SHA1 Message Date
babetoduarte
1ff777d226 Added basic comment descriptions to the scripts and to some of the source files. There's still much to be done, but it's a start. 2017-10-14 17:03:27 -05:00
Roman Zeyde
4c6315daf2 record: remove print statement 2016-05-26 19:20:08 +03:00
Roman Zeyde
129b9a4ad0 resample: use argparse instead of sys.argv 2015-04-13 12:03:51 +03:00
Roman Zeyde
c5f8b48554 plot: fix imports 2015-03-27 09:57:13 +03:00
Roman Zeyde
6d317df465 scripts: fix lint warnings 2015-03-27 09:48:51 +03:00
Roman Zeyde
52ee71fad1 scripts: add profiling test 2015-02-19 14:57:14 +02:00
Roman Zeyde
e5ff6297b1 autocalib: fix amodem invocation 2015-02-11 17:21:28 +02:00
Roman Zeyde
07a3d5cc98 scripts: fix permissions 2015-02-11 17:21:26 +02:00
Roman Zeyde
a43e674fbe scripts: add auto-calibration script
should be used when sender and receiver run at the same computer
2015-02-11 10:29:33 +02:00
Roman Zeyde
ffc9ece45c scripts: add ALSA helpers 2015-02-11 10:01:53 +02:00
Roman Zeyde
e374a65920 scripts: rename existing filenames 2015-02-11 09:59:30 +02:00
Roman Zeyde
1d5d564f4d stream: use async I/O to avoid real-time problems. 2015-02-03 16:52:48 +02:00
Roman Zeyde
200ec3b0c2 scripts: add recording script for audio debugging. 2015-01-25 20:09:10 +02:00
Roman Zeyde
8378a273c3 ashow: fix configuration usage 2014-12-23 17:44:50 +02:00
Roman Zeyde
c8f5924c12 move and rename CLI script 2014-11-02 09:28:43 +02:00
Roman Zeyde
59435e44a5 config: use "AMODEM_" prefix for settings' update
allow easy dumping of configuration
2014-11-01 08:25:30 +02:00
Roman Zeyde
86848fec1a rename "show" script 2014-10-23 17:58:14 +03:00
Roman Zeyde
3a59a54107 refactor calibration recv script 2014-10-21 10:42:13 +03:00
Roman Zeyde
6b483335e9 add arcomplete support 2014-10-21 10:35:48 +03:00
Roman Zeyde
07e530cee2 refactor QAM object into MODEM 2014-09-30 14:13:07 +03:00
Roman Zeyde
284d106b90 PEP8 fixes 2014-09-11 12:27:07 +03:00
Roman Zeyde
d57d765054 amodem: fix plot option 2014-09-10 18:20:05 +03:00
Roman Zeyde
f836918d3c amodem: fix --plot switch 2014-09-10 09:20:07 +03:00
Roman Zeyde
c229675895 amodem: fix description 2014-09-10 08:54:41 +03:00
Roman Zeyde
153841b730 amodem: fix logging on rx/tx 2014-09-07 18:17:19 +03:00
Roman Zeyde
2f352bcbe2 remove unused script 2014-09-05 18:08:11 +03:00
Roman Zeyde
601b2f650d amodem: refactor calibration and audio I/O into main script 2014-09-05 18:04:42 +03:00
Roman Zeyde
c38a37c49e PEP8 fixes 2014-09-05 12:44:23 +03:00
Roman Zeyde
2e552105b2 config: allow configuration from environment variables 2014-09-05 12:34:43 +03:00
Roman Zeyde
4b01b8f465 remove old scripts 2014-09-05 09:31:55 +03:00
Roman Zeyde
f36b66743f fix amodem script
- redirect stderr to /dev/null
- use pylab if `--plot` is used
2014-09-03 16:48:42 +03:00
Roman Zeyde
a2a527c1d1 merge audio script into amodem script. 2014-09-03 08:39:10 +03:00
Roman Zeyde
782df53816 rename scripts to shorter names 2014-09-02 18:14:37 +03:00
Roman Zeyde
83db77293d move -i/-o arguments to send/recv subparsers 2014-09-02 18:00:46 +03:00
Roman Zeyde
6a01602df9 Use wave.play and wave.record in modem script 2014-09-02 09:48:50 +03:00
Roman Zeyde
810aeff008 modem: fix logging format 2014-08-31 09:20:32 +03:00
Roman Zeyde
7a4702c753 remove old send/recv scripts 2014-08-31 08:54:37 +03:00
Roman Zeyde
a59b4bb52f add unified modem script 2014-08-30 21:14:04 +03:00
Roman Zeyde
4a28becee3 rename receiver args "pylab" -> "plt" 2014-08-30 14:43:09 +03:00
Roman Zeyde
11952c9803 fix configuration typos 2014-08-29 18:28:49 +03:00
Roman Zeyde
84b552659f refactor pylab usage at receiver 2014-08-29 18:00:29 +03:00
Roman Zeyde
a2e9f7b300 wave: fix filename argument usage 2014-08-28 15:22:54 +03:00
Roman Zeyde
2be07cac0a recv: fix --skip default values 2014-08-26 17:29:24 +03:00
Roman Zeyde
188b3f0162 rename test.sh -> transfer.sh 2014-08-18 18:08:01 +03:00
Roman Zeyde
ed6022ccd8 fix resample script 2014-08-14 20:53:04 +03:00
Roman Zeyde
28d13b41f4 show: fix imports 2014-08-10 17:30:53 +03:00
Roman Zeyde
71991daa90 fix automatic calibration script. 2014-08-10 10:02:33 +03:00
Roman Zeyde
8ad3fb4371 refactor sampling module 2014-08-09 15:10:35 +03:00
Roman Zeyde
015ebf7180 fix test.sh 2014-08-09 12:22:50 +03:00
Roman Zeyde
4de92eb93e add "#!" to scripts 2014-08-09 12:22:36 +03:00