Commit Graph

978 Commits

Author SHA1 Message Date
Jordan Sherer
cfca814476 Allow slow mode to auto sync as well 2020-05-15 21:31:50 -04:00
Jordan Sherer
9728fe52c2 Moved auto sync experiment into the timing tab 2020-05-15 21:30:10 -04:00
Jordan Sherer
97dfc7f52f Cleaning up frame dedupe, decode debug, and decode buffer thresholds 2020-05-14 21:14:01 -04:00
Jordan Sherer
0869bc3f57 Fixed total frames needed for decode in the experimental decoder 2020-05-14 12:05:16 -04:00
Jordan Sherer
0195285e12 Cleaned up autosync/autodrift 2020-05-13 22:24:49 -04:00
Jordan Sherer
864db3efaf Record time drift when autosyncing as the drifted time 2020-05-13 22:20:20 -04:00
Jordan Sherer
c44e75b20a Added experimental auto-sync function for normal mode. 2020-05-13 21:15:21 -04:00
Jordan Sherer
07cbb09219 Trying the experimental decode timing (more liberal decoding) 2020-05-11 20:53:03 -04:00
Jordan Sherer
ed70ac5a1a Added proper caching of message frames during dedupe with date expiration 2020-05-11 15:11:56 -04:00
Jordan Sherer
a6647c548b Moved experiment into own function 2020-05-11 14:17:55 -04:00
Jordan Sherer
1d51f54efd Added checkbox for displaying decode attempts in the waterfall. Gating experiments for now 2020-05-11 09:27:04 -04:00
Jordan Sherer
856aa853db Restructuring decoder for every second 2020-05-10 20:13:20 -04:00
Jordan Sherer
6d9e2b8461 Keeping track of last decode position 2020-05-10 09:02:50 -04:00
Jordan Sherer
0887f12e8c Working sync via 1 second timing for A mode only 2020-05-09 11:36:12 -04:00
Jordan Sherer
45c1d14112 Turning off auto drift experiment, only drawing sync stats 2020-05-07 22:41:10 -04:00
Jordan Sherer
25d644955f SyncStats should be output differently than DecoderDebug 2020-05-07 16:15:38 -04:00
Jordan Sherer
bf8fb4aa85 Smaller increment adjustment for drift. 1 second interval lines. 2020-05-07 15:47:50 -04:00
Jordan Sherer
6bf4b41311 Working automatic time sync based on syncStats 2020-05-07 15:32:28 -04:00
Jordan Sherer
b21f937481 Write notice text to UI when drifting automatically 2020-05-06 20:16:29 -04:00
Jordan Sherer
e87704f119 Experiments in computing and setting drift automatically 2020-05-06 20:08:30 -04:00
Jordan Sherer
4b36884abb Experimental drawing of sync state 2020-05-06 11:15:41 -04:00
Jordan Sherer
fc40bf74a3 Initial experiment of no timing requirement 2020-05-04 20:59:17 -04:00
Jordan Sherer
76dfd50e74 Added new command HEARTBEAT SNR for sending heartbeat ACKs 2020-05-03 22:25:51 -04:00
Jordan Sherer
9f23e21d43 Updated waterfall to make scroll speed configurable 2020-04-27 16:35:37 -04:00
Jordan Sherer
6f5f42ffbc Added TUNE button to Control Menu 2020-04-26 16:50:13 -04:00
Jordan Sherer
0e5bf8b50f Added detail to tooltip for call activity 2020-04-26 16:36:42 -04:00
Jordan Sherer
fcb49d8028 Make missing frame indicator user configurable 2020-04-26 15:01:48 -04:00
Jordan Sherer
abfe7dd833 Fixed bug of disappearing text on enter keypress while transmitter is disabled 2020-04-26 13:50:03 -04:00
Jordan Sherer
1dc70ebf32 Remove open file menu items when debug save is disabled 2020-04-22 20:22:16 -04:00
Jordan Sherer
a50df386b9 Fixed #330: only pause the decoder while actively transmitting 2020-04-19 20:35:53 -04:00
Jordan Sherer
1d2ebd8a34 Spot group commands to JS8NET 2020-04-19 11:29:11 -04:00
Jordan Sherer
1244f2d69e Fixed response of heartbeats 2020-04-16 22:07:35 -04:00
Jordan Sherer
37d493f852 Removed debug statement 2020-04-15 15:33:30 -04:00
Jordan Sherer
7d0158782c Added menu items that correspond to the toggle buttons in the display 2020-04-15 15:33:07 -04:00
Jordan Sherer
a2d5c8fbcf Easily disable the transmitter with one button press 2020-04-15 15:23:41 -04:00
Jordan Sherer
09ecc6d19e Record the frequency when a decode happens and use that for when we process the decoded message (i.e., spotting, display, etc) 2020-04-15 11:11:49 -04:00
Jordan Sherer
defc99c274 APRSIS delay / skip percentage is now configurable on the client (not exposed to user though) 2020-04-11 11:46:12 -04:00
Jordan Sherer
7fa2f355d3 Added ability to block spotting of specific callsigns if desired 2020-04-10 20:27:34 -04:00
Jordan Sherer
211685e3a4 Removed automatic adding of @HB group 2020-04-06 14:09:55 -04:00
Jordan Sherer
d2924487b5 Fixed bug in new API 2020-04-05 14:34:45 -04:00
Jordan Sherer
c4b2729021 Added two inbox API functions 2020-04-05 14:33:10 -04:00
Jordan Sherer
39315e8d11 Added CQ as a directed command (directed to @ALLCALL) in the API 2020-04-05 11:49:34 -04:00
Jordan Sherer
2ccdd9423d Heartbeats are directed to @HB now, so make sure that we process directed messages like that please 2020-04-04 22:53:30 -04:00
Jordan Sherer
0a119eff6b RX.DIRECTED should be sent for all directed messages that are normally written to the directed log 2020-04-04 22:49:26 -04:00
Jordan Sherer
fec7e07d7d Updated frequency dial to be propagated on RX 2020-04-04 22:45:51 -04:00
Jordan Sherer
1d6670f2f9 Added tcp server configuration options 2020-04-04 14:58:30 -04:00
Jordan Sherer
2ff74626ba Initial working commit of tcp based API 2020-04-03 22:49:28 -04:00
Jordan Sherer
640ce756c0 Added ability to spot ssids with compound callsigns ala, KN4CRD/7 2020-04-01 20:42:29 -04:00
Jordan Sherer
859a40da5c Fixed hiding HB in band activity 2020-03-31 20:52:38 -04:00
Jordan Sherer
38e2bfe83b Moving heartbeats to an HB group that is added when you enable heartbeat networking 2020-03-31 20:49:03 -04:00