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 18:02:23 +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 Move retransmit send functions 2020-10-25 18:02:23 +01:00
controlstream.go Deinit audio last because it is the most problematic deinit (pulseaudio...) 2020-10-25 15:39:41 +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 Use previous SIDs if we get an unexpected serial/audio req. success 2020-10-23 23:41:56 +02:00
passcode.txt Add listing of encoding used in usernames/passwords 2020-10-25 09:27:23 +01:00
pkt0.go Move pkt0 out of the control stream module 2020-10-25 10:53:46 +01:00
pkt7.go Don't report pkt7 losses 2020-10-25 16:39:16 +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 Add TCP server for rigctl 2020-10-25 16:15:39 +01:00
serialtcpsrv.go Fix deinit if init not ran yet 2020-10-25 16:50:37 +01:00
streamcommon.go Move retransmit send functions 2020-10-25 18:02:23 +01:00