Commit Graph

1827 Commits

Author SHA1 Message Date
Marat Fayzullin 46808c104f Added 24kHz HdAudio DATA mode for the starving masses. 2024-06-24 23:05:40 -04:00
Marat Fayzullin 3d97370488 Changing logger.DEBUG to logger.INFO or logger.ERROR, by context. 2024-06-19 23:20:37 -04:00
Marat Fayzullin 78db155db4 Renaming Zoran's theme to Blue Ocean. 2024-06-17 11:46:21 -04:00
Marat Fayzullin e4868341fd Polling GPS every 5 minutes now. 2024-06-16 14:44:30 -04:00
Marat Fayzullin 54dfde7dca Cleanup. 2024-06-15 13:04:26 -04:00
Marat Fayzullin a8a7e8407a Cleaned up waterfall theme names. 2024-06-15 12:58:18 -04:00
Marat Fayzullin 1a26b6fcde Moving EAS below Zvei. 2024-06-15 12:25:25 -04:00
Marat Fayzullin affe08647c Adding Eclipse waterfall theme by Dimitar Milkov. 2024-06-14 15:51:53 -04:00
Marat Fayzullin bee475131e Updating changelist and version number for EAS. 2024-06-13 23:14:32 -04:00
Marat Fayzullin 876f366af3 Minor cleanup. 2024-06-13 23:09:40 -04:00
Marat Fayzullin 5bc38fac97 Minor fixes. 2024-06-13 21:57:59 -04:00
Marat Fayzullin 3e98e317be Merging EAS decoder based on DSAME3 library. 2024-06-13 21:02:33 -04:00
Marat Fayzullin 91d631c229 Added separate, selectable bandplans for ITU regions. 2024-06-06 22:21:23 -04:00
Marat Fayzullin c33b1b43c1 Preparing for the next release. 2024-06-01 20:42:42 -04:00
Marat Fayzullin 40e216a853 Adding bandplan display, as a ribbon above bookmarks. 2024-06-01 00:55:46 -04:00
Marat Fayzullin b6bd5e6dd1 Fixing reference to soapyMiri driver. 2024-05-27 11:36:47 -04:00
Marat Fayzullin a0b2a85ee2 Now removing cached repeaters file when receiver location moves. 2024-05-25 21:28:11 -04:00
Marat Fayzullin d050c15c9a Adding receiver location updates via GPS. 2024-05-25 18:33:19 -04:00
Marat Fayzullin d378be1ac9 Updated Mirics feature description. 2024-05-24 21:23:03 -04:00
Marat Fayzullin a82fe507e2 Preparing for the next release. 2024-05-24 21:06:14 -04:00
Marat Fayzullin 7b4d06dd7f Adding Soapy-based Mirics driver (copyright-free SDRPlay driver). 2024-05-24 21:01:02 -04:00
Christopher Andrews 6e24f618c9
Port SoapyMiri driver from OpenWebRX_E (#52) 2024-05-24 20:55:09 -04:00
Marat Fayzullin b6797b02f3 Logging errors if MQTT fails to connect. 2024-05-23 22:05:42 -04:00
Marat Fayzullin c8748d7482 Fixing OWRX startup breaking down if MQTT connection fails. 2024-05-23 14:33:25 -04:00
Marat Fayzullin fa73cf11e1 Added debugging code to print chains and their individual objects. 2024-05-05 12:01:21 -04:00
Marat Fayzullin 79dc5a8797 Optimizing FLEX decoder. 2024-05-04 20:20:24 -04:00
Marat Fayzullin 90ba932321 Separated FLEX baud rate from channel, baud field now integer. 2024-05-04 20:13:45 -04:00
Marat Fayzullin e63e8f59a4 Fixing Selector.setOutputRate() error when withSquelch=False. 2024-05-04 16:53:32 -04:00
Marat Fayzullin 907eede566 TextParser Cleanup 2024-05-01 23:45:12 -04:00
Marat Fayzullin 0acde34abf Cleaning up ISM and PAGE parsers. 2024-05-01 23:28:58 -04:00
Marat Fayzullin 2d91b3282e Always record PAGE/ISM output in JSON format. 2024-05-01 21:15:04 -04:00
Marat Fayzullin f7885d0cfe Refactored profile change reporting code. 2024-05-01 21:14:01 -04:00
Marat Fayzullin ea055a746e Added MQTT reporting of profile changes and SDR status changes. 2024-04-30 22:50:34 -04:00
Marat Fayzullin 50c10a6a7c Moving FLEX and POCSAG decoders to generic timestamps. 2024-04-29 23:38:02 -04:00
Marat Fayzullin 70dd0075fa Fixing PAGE and ISM parsers. 2024-04-29 11:21:27 -04:00
Marat Fayzullin 1544419497 Fixed a Python warning. 2024-04-27 21:27:40 -04:00
Marat Fayzullin 96cc085c3f Preparing for the next release. 2024-04-27 21:24:19 -04:00
Marat Fayzullin 756aeade9d Refactored aircraft mode parsers, added initial data to MQTT reports. 2024-04-27 21:13:39 -04:00
Marat Fayzullin e8d4e4c9ea Rolling back WSJT reporting change, since PSKReport/WSPRnet need locator. 2024-04-27 00:03:24 -04:00
Marat Fayzullin 4675580201 Adding frequency field to ISM and PAGE JSON data. 2024-04-26 23:57:30 -04:00
Marat Fayzullin c3fc66a459 Not adding secondary offset if there is no selector. 2024-04-26 23:44:50 -04:00
Marat Fayzullin def134ea3b Moving marine and aircraft modes to standard JSON fields, for reporting. 2024-04-26 23:44:03 -04:00
Marat Fayzullin 02a6ad0530 Now reporting all FT8/etc messages via MQTT, even if no locator. 2024-04-26 20:55:59 -04:00
Marat Fayzullin ac30d97d31 Added user-selectable waterfall color theme, separated waterfall functions. 2024-04-24 20:14:46 -04:00
Marat Fayzullin 5d313fe5e4 Minor changes to prompts. 2024-04-20 22:51:01 -04:00
Marat Fayzullin ceeeef7d7b Incrementing version, adding more default SDRPlay bands. 2024-04-20 22:17:58 -04:00
Marat Fayzullin c6a0948a7a Added more default bands to a new SDRPlay device. 2024-04-20 22:12:29 -04:00
Marat Fayzullin d1a46c291a Fixed exception trying to report filtered pager messages. 2024-04-16 20:45:58 -04:00
Marat Fayzullin 149748c5f3 Added character set setting for the pager messages. 2024-04-16 20:45:16 -04:00
Marat Fayzullin 3eeb44f2c7 Updating instructions. 2024-04-15 23:50:45 -04:00
Marat Fayzullin 17a2c80cb2 Updating remaining Feature Report instructions. 2024-04-15 23:46:53 -04:00
Marat Fayzullin ba6f4d15e1 Fixing formatting issue in the Feature Report. 2024-04-15 20:54:20 -04:00
Marat Fayzullin ff4ce9f2fa Clarifying dependency instructions. 2024-04-15 10:16:55 -04:00
Marat Fayzullin 66ef693495 Meteor-M2-4 is back to 72000 symbol rate. 2024-04-15 09:57:05 -04:00
Marat Fayzullin f3a6fdbc57 Adding separate settings for Meteor-M2-4 satellite. 2024-04-14 10:49:54 -04:00
Marat Fayzullin 78c3498e89 Now reporting different message modes via different MQTT topics. 2024-04-12 12:08:27 -04:00
Marat Fayzullin 562b2c841a Fixed sections titles in reporting settings. 2024-04-12 00:23:58 -04:00
Marat Fayzullin a501511a06 Added MQTT reporting for PAGE and ISM modes. 2024-04-12 00:09:04 -04:00
Marat Fayzullin 0218306f97 Added MQTT reporting to APRS, AIS, HFDL, VDL2, ACARS, DSC. 2024-04-11 23:52:59 -04:00
Marat Fayzullin 7d9b8523e9 Added APRS/AIS reporting. 2024-04-11 23:41:00 -04:00
Marat Fayzullin 697f61cf9a Updated paho-mqtt feaure instructions. 2024-04-11 23:18:31 -04:00
Marat Fayzullin 51f6d89d4d Adding default config values. 2024-04-11 22:49:19 -04:00
Marat Fayzullin 7ba5a75318 Importing MQTT support and other changes from jketterl. 2024-04-11 22:37:49 -04:00
Marat Fayzullin fd78e35aa5 Preparing for the next release. 2024-04-10 11:44:16 -04:00
Marat Fayzullin 391f8c1c40 Adding NAVTEX decoder and service. 2024-04-08 21:18:25 -04:00
Marat Fayzullin 5c719cc74b Updating version string. 2024-04-05 21:12:08 -04:00
Marat Fayzullin fb8422dc55 Now using kHz by default in ExponentialInput. 2024-04-05 20:40:34 -04:00
Marat Fayzullin 2f3f76b55e Preventing race condition between multiple move-profile requests. 2024-03-26 20:32:57 -04:00
Marat Fayzullin dcc0394ade Fixing move-profile redirect URL 2024-03-25 12:45:57 -04:00
Marat Fayzullin e3434ccfbe Updating changelog. 2024-03-24 16:05:17 -04:00
Marat Fayzullin 19d7508186 Adding ability to sort profiles. 2024-03-24 15:25:34 -04:00
Marat Fayzullin cbc97e1dd2 Fixing a bug in textparser. 2024-03-20 23:48:55 -04:00
Marat Fayzullin 490cf1e542 Improving service output, DSC decoder. 2024-03-20 21:36:26 -04:00
Marat Fayzullin 83d3f25488 Adding 40Hz to SitorB/DSC bandwidths, now in dsp.py. 2024-03-19 22:23:21 -04:00
Marat Fayzullin 63829de294 Preparing for the release. 2024-03-16 13:23:11 -04:00
Marat Fayzullin e7f29c543c Making sure dial frequency updates when secondary FFT clicked. 2024-03-15 23:57:25 -04:00
Marat Fayzullin f5639856ce Adding secondary selector offset when reporting frequency. 2024-03-14 20:52:45 -04:00
Marat Fayzullin 19a5360228 Printing valid DSC messages as INFO, errors as DEBUG. 2024-03-14 20:51:19 -04:00
Marat Fayzullin 51aa78c478 Cleaning up restoring secondary demodulator. 2024-03-12 23:38:00 -04:00
Marat Fayzullin c8a5f1834b Fixed repeated secondary demod creation, added DSC logging in service mode. 2024-03-12 11:50:18 -04:00
Marat Fayzullin 7819d7f404 Cleanup. 2024-03-11 11:35:16 -04:00
Marat Fayzullin 944157e32f Readded DSC bookmarks, logging DSC messages from service. 2024-03-11 11:28:03 -04:00
Marat Fayzullin 387239fcf0 Commenting out SatDump modes for now (whoever needs them will uncomment). 2024-03-09 17:07:35 -05:00
Marat Fayzullin 6c1a9e43ed Adding separate folders for SatDump runs. 2024-03-09 17:00:56 -05:00
Marat Fayzullin eafdd6bd73 Fixed SatDump crash, removed SatDump decoders from web client UI. 2024-03-09 16:25:12 -05:00
Marat Fayzullin 04809fca54 Preparing for the next release. 2024-03-08 23:45:09 -05:00
Marat Fayzullin d2fd229825 Changing SatDump instructions. 2024-03-07 22:07:30 -05:00
Marat Fayzullin 51fdf076c8 Allowed dash in modulation names, commented out satellite stuff for now. 2024-03-07 19:13:56 -05:00
Marat Fayzullin aa64129306 Adding preliminary SatDump support (experts only!) 2024-03-07 18:25:08 -05:00
Marat Fayzullin 1f1106f059 Debugging DSC background decoding. 2024-03-05 23:18:50 -05:00
Marat Fayzullin b1c377548f Adding automatic 1kHz shift to DSC frequencies wherever applicable. 2024-03-05 21:51:09 -05:00
Marat Fayzullin 7893c5b005 Adjusted DSC display to show timestamps. 2024-03-04 20:11:51 -05:00
Marat Fayzullin 316d3167d9 Added frequency and timestamp to DSC data. 2024-03-04 16:00:34 -05:00
Marat Fayzullin bf61a9dca9 Removed 'apt install' lines from instructions, as Debian-specific. 2024-03-04 09:45:57 -05:00
Marat Fayzullin 8043cff286 Added more instructions. 2024-03-02 19:59:42 -05:00
Marat Fayzullin c64b4e6cbe More feature installation instructions. 2024-03-02 19:14:56 -05:00
Marat Fayzullin 639df0a783 Fixed NMUX instructions. 2024-03-02 16:02:16 -05:00
Marat Fayzullin 80fa8e9a27 Updated feature descriptions in feature.py. 2024-03-02 13:22:03 -05:00
Marat Fayzullin 34692fcbba Updating instructions. 2024-03-01 22:09:04 -05:00
Marat Fayzullin 43629cb7b0 Fixing some instructions. 2024-03-01 21:45:07 -05:00