Remotely open audio channels and a serial port to an Icom RS-BA1 server (for ex. Icom IC-705 transceiver).
Find a file
2020-10-25 21:12:25 +01:00
.vscode Init 2020-10-16 17:13:46 +02:00
build Init 2020-10-16 17:13:46 +02:00
log Add delayed deinit 2020-10-23 16:20:09 +02:00
.gitignore Init 2020-10-16 17:13:46 +02:00
args.go Add TCP server for rigctl 2020-10-25 16:15:39 +01:00
audio-linux.go Fix occasional hang on audio deinit 2020-10-25 11:03:39 +01:00
audiostream.go Remove debug message 2020-10-25 20:43:44 +01:00
controlstream.go Completely handle retransmit requests 2020-10-25 20:18:24 +01:00
go.mod Add serial stream 2020-10-20 23:26:05 +02:00
go.sum Add serial stream 2020-10-20 23:26:05 +02:00
kappanhang.code-workspace Init 2020-10-16 17:13:46 +02:00
LICENSE Add Akos to the contributors 2020-10-20 23:30:23 +02:00
main.go Fix sigterm handling if can't connect 2020-10-25 20:07:26 +01:00
passcode.txt Add listing of encoding used in usernames/passwords 2020-10-25 09:27:23 +01:00
pkt0.go Completely handle retransmit requests 2020-10-25 20:18:24 +01:00
pkt7.go Cleanup 2020-10-25 21:12:25 +01:00
seqbuf.go Send retransmit requests for missing audio frames 2020-10-25 17:54:48 +01:00
serial-linux.go Simplify serial port write 2020-10-25 14:15:52 +01:00
serialstream.go Only create pty if requested in cmdline arg 2020-10-25 20:59:35 +01:00
serialtcpsrv.go Fix deinit if init not ran yet 2020-10-25 16:50:37 +01:00
streamcommon.go Completely handle retransmit requests 2020-10-25 20:18:24 +01:00
txseqbuf.go Completely handle retransmit requests 2020-10-25 20:18:24 +01:00