Commit graph

355 commits

Author SHA1 Message Date
David Izaguirre ceff326690 My radio is configured to only modulate on the digital setting, so it's convinent to have the software set digital mode automatically. 2020-12-19 23:05:28 -05:00
Nonoo 9c1c2d1b08 Fix go URLs 2020-12-06 09:06:45 +01:00
Nonoo 3a7db5e905 Add video tutorial 2020-11-28 11:58:17 +01:00
Nonoo 2199c8fcbf Fix bug which caused the status bar fields to be unpopulated on connect 2020-11-28 11:51:17 +01:00
Nonoo 6d92d27db7 Fix data mode not set through rigctld 2020-11-28 11:44:44 +01:00
Nonoo b06ea77b59 Lock seqbuf for at least the duration of the RTT 2020-11-22 14:01:59 +01:00
Nonoo 7b6194a702 Fix function and result names 2020-11-21 18:48:24 +01:00
Nonoo 7102938893 Reduce RX buffer sizes 2020-11-21 18:46:37 +01:00
Nonoo 75010175f9 Fix lint warning 2020-11-21 18:44:13 +01:00
Nonoo ffddab2822 Revert "Remove out of order check as it is already done by the RX seqbuf"
This reverts commit 55b220d14d.
2020-11-21 18:44:08 +01:00
Nonoo f870a0f7c4 Revert "Remove other out of order check"
This reverts commit 69375f7915.
2020-11-21 18:43:49 +01:00
Nonoo 69375f7915 Remove other out of order check 2020-11-21 11:43:12 +01:00
Nonoo 9a5e304ff4 Cleanup 2020-11-21 11:29:36 +01:00
Nonoo 55b220d14d Remove out of order check as it is already done by the RX seqbuf 2020-11-21 11:29:08 +01:00
Nonoo c5a6742260 Increase serial stream seqbuf length 2020-11-21 11:02:52 +01:00
Nonoo bed7d95f7c Decrease latency of RX seqbuf 2020-11-21 11:01:37 +01:00
Nonoo 44f5b15994 Use own TX seqbuf entry struct 2020-11-21 10:59:13 +01:00
Nonoo 0eab91d9bf Add command line argument to turn off logging 2020-11-20 11:08:53 +01:00
Nonoo 0888eea5a6 Display running time when there's an audio stream timeout 2020-11-14 10:11:15 +01:00
Nonoo 0d43e0d519 Change TCP serial port server's default TCP port, as it conflicts with rotctld's default port 2020-11-12 18:08:58 +01:00
Nonoo 48c18a6470 Hande operating frequency depending on VFO 2020-11-09 13:32:02 +01:00
Nonoo e87093e69c Do not read S/OVF while transmitting 2020-11-09 12:07:39 +01:00
Nonoo aca26b053a Fix stuck in DUP+ mode 2020-11-09 11:58:52 +01:00
Nonoo 744a16a8aa Add support for x and X rigctld commands 2020-11-09 11:50:36 +01:00
Nonoo 0d4dff6b08 Add split display info 2020-11-09 11:01:46 +01:00
Nonoo ad03d096cc Add i and I rigctld commands 2020-11-09 11:00:00 +01:00
Nonoo 4b5e185da5 Fix string splitting 2020-11-09 10:13:57 +01:00
Nonoo f36adcd080 Update demo animation 2020-11-09 10:08:08 +01:00
Nonoo aeeaa981cf Fix panic on audio stream timeout 2020-11-09 10:05:39 +01:00
Nonoo 5a40225408 Add configurable CI-V address 2020-11-09 09:54:50 +01:00
Nonoo c0e3ea7ae3 Fix panic on tune end 2020-11-09 09:54:39 +01:00
Nonoo 21eee30078 Add PTT and tune timeouts 2020-11-09 09:49:15 +01:00
Nonoo 01a6142232 Add pending cmd retry handling 2020-11-09 09:40:18 +01:00
Nonoo c56ade853f Ignore get VFO rigctl command 2020-11-08 22:25:18 +01:00
Nonoo 8785d1d032 Add notes on why the internal rigctld is needed 2020-11-08 20:55:20 +01:00
Nonoo 2d1bbf76dc Add internal rigctld 2020-11-08 20:48:39 +01:00
Nonoo 3a1b74ce2d Close the TCP serial server client connection when there's an error 2020-11-08 16:57:22 +01:00
Nonoo f64d9018f6 Add missing serial TCP server client deinit handling 2020-11-08 16:46:05 +01:00
Nonoo c325dbfd1c Add RF gain adjustment hotkeys in 10% steps 2020-11-07 19:57:56 +01:00
Nonoo 5056437bb3 Add split/DUP+- toggle support 2020-11-07 18:09:09 +01:00
Nonoo 0efe58b892 Add hotkey for switching between VFO A/B 2020-11-07 16:25:31 +01:00
Nonoo 6c0135ed30 Retransmit pkts twice to make sure they are received 2020-11-07 15:27:52 +01:00
Nonoo fab63cf746 Increase serial stream responsivity 2020-11-06 17:02:58 +01:00
Nonoo d200f4876a Revert "Immediately display non-sent changes to CIV params to reduce apparent latency"
This reverts commit 07e85abf0e.
2020-11-06 17:02:49 +01:00
Nonoo 50d1435ce2 Don't request periodic data from the transceiver if it has been received recently 2020-11-06 16:22:38 +01:00
Nonoo 942dc4b526 Fix typo 2020-11-06 10:43:17 +01:00
Nonoo 07e85abf0e Immediately display non-sent changes to CIV params to reduce apparent latency 2020-11-06 10:20:00 +01:00
Nonoo 286d213896 Increase serial RX seqbuf length to make the serial stream more capable of retransmissions 2020-11-06 09:40:43 +01:00
Nonoo e4156fbb89 Remove unneeded call 2020-11-06 09:06:44 +01:00
Nonoo f0e62122fc Fix passcode overflow 2020-11-06 09:01:38 +01:00