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-21 15:44:16 +02:00
.vscode Init 2020-10-16 17:13:46 +02:00
build Init 2020-10-16 17:13:46 +02:00
log Init 2020-10-16 17:13:46 +02:00
.gitignore Init 2020-10-16 17:13:46 +02:00
args.go Add opening audio stream 2020-10-17 19:09:53 +02:00
audio-linux.go Move platform specific stuff to separate files 2020-10-21 09:26:21 +02:00
audiostream.go Turn off ping timeout checks 2020-10-20 19:47:25 +02:00
controlstream.go Readd mistakenly removed func 2020-10-21 15:44:16 +02: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 Move disconnect send to the common stream close function 2020-10-21 15:42:59 +02:00
pkt7.go Comment out unused func 2020-10-21 15:43:19 +02:00
seqbuf.go Fix high CPU usage 2020-10-20 17:40:24 +02:00
serial-linux.go Don't report error on exit 2020-10-21 13:59:56 +02:00
serialstream.go Make disconnect function names consistent 2020-10-21 14:29:23 +02:00
streamcommon.go Move disconnect send to the common stream close function 2020-10-21 15:42:59 +02:00