Commit Graph

133 Commits

Author SHA1 Message Date
lwvmobile 4e60c61eb0
Update README.md 2022-02-05 10:22:19 -05:00
lwvmobile fd9f9126d7
Merge pull request #9 from lwvmobile/lwvmobile-patch-1
Remove NXDN from -fa option
2022-02-05 09:54:02 -05:00
lwvmobile 7e6b3adf9d
Remove NXDN from -fa option
Removed NXDN from -fa option so it doesn't cause a bunch of random false positives
Clean up a few little things, hopefully nothing too major.
2022-02-05 09:44:26 -05:00
lwvmobile e0bddd6699
Merge pull request #8 from lwvmobile/lwvmobile-patch-1
Source Audio Monitoring (WIP)
2022-02-04 18:16:08 -05:00
lwvmobile d98040895d
Source Audio Monitoring (WIP)
Add Source Audio Monitoring - But its a Work in Progress
Seriously, though, depending on which setting you have on, it sounds terrible.

Also, make ncurses no longer a requirement for the time being. Still want to work that into this version eventually.
2022-02-04 18:01:33 -05:00
lwvmobile 5a8b6f1d4a
Update README.md 2022-02-01 22:38:43 -05:00
lwvmobile 4ca81a5dc2
Merge pull request #7 from lwvmobile/lwvmobile-patch-1
Add RTL option -U to specify udp port
2022-02-01 22:30:56 -05:00
lwvmobile 7222e71c08
Fix example usage to include all current options 2022-02-01 22:29:49 -05:00
lwvmobile cb9e6c632c
Add RTL option -U to specify udp port
Add RTL option -U to specify udp port for remote control
2022-02-01 22:23:49 -05:00
lwvmobile 005d356859
Merge pull request #6 from lwvmobile/lwvmobile-patch-1
Added a few more RTL options
2022-02-01 21:41:01 -05:00
lwvmobile 7a94be9292
Added a few more RTL options
Added RTL options for Squelch (-L) and Sample 'Volume' Multiplier -V
Hopefully, I didn't break anything else in the process
2022-02-01 21:37:09 -05:00
lwvmobile 9ae874449f
Merge pull request #4 from lwvmobile/lwvmobile-patch-1
NXDN48 Voice Decoding is Good Now
2022-02-01 00:03:39 -05:00
lwvmobile 1e95db0977
NXDN48 Voice Decoding is Good Now
NXDN48 Voice Decoding is Good Now

Just use squelch if using SDR++ or GQRX to feed it. RTL-SDR input mode and NXDN still makes tons of false positives, and doesn't work well at all. May just be a bad signal issue but still think the RTLSDR input uses wrong center freq/tuned freq/"optimizations", need to get back to that some time, maybe also implement squelch settings on rtl_fm mode.

Thanks to LouisErigHerve for his 'Improved NXDN Detection' update on his version, implemented it and works SO MUCH BETTER!

May still disable the if ((state->lastsynctype == 9) || (state->lastsynctype == 17)) condition in dsd_frame_sync.c if I think it leads to more consistent decoding vs false positives. USE SQUELCH!
2022-01-31 23:54:14 -05:00
lwvmobile 93ccc668d7
add quick usage example 2022-01-29 22:57:21 -05:00
lwvmobile defa6455d6
Update README.md 2022-01-29 22:43:54 -05:00
lwvmobile 7c5fef56e9
Merge pull request #2 from lwvmobile/rtl-sdr
Attempt to make the rtl-sdr branch the main branch
2022-01-29 22:42:00 -05:00
lwvmobile 6ed5e0bcab
fix things so stupid checker will pass 2022-01-29 22:34:05 -05:00
lwvmobile 31157b72ab
Update codeql-analysis.yml
add libncurses5 and libncurses5-dev
2022-01-29 22:30:54 -05:00
lwvmobile 0cb68d7c53
Merge branch 'master' into rtl-sdr 2022-01-29 22:25:38 -05:00
lwvmobile b67a3bb6de
Update README.md 2022-01-29 22:17:19 -05:00
lwvmobile d0086a5f96
Update README.md
Add warnings to README file
2022-01-29 22:11:28 -05:00
lwvmobile 2b84518caf
Merge pull request #1 from lwvmobile/lwvmobile-patch-1
Add More RTL Options, UDP Remote
2022-01-29 22:06:49 -05:00
lwvmobile 60593dcce9
Clean up some naughty language
Clean up some naughty language
2022-01-29 22:05:15 -05:00
lwvmobile fad831d1aa
Delete FindNCURSES.cmake
Didn't mean to include this file
2022-01-29 22:03:42 -05:00
lwvmobile 3c11d72652
Delete old ASCII art
Delete old ASCII art and printer
2022-01-29 21:59:55 -05:00
lwvmobile 97a17df9d1
Delete todolist
Didn't mean to upload the todolist
2022-01-29 21:58:03 -05:00
lwvmobile 2523383b14
Add More RTL Options, UDP Remote
Add Gain and Device Index Number for RTL, add UDP remote to control frequency and squelch of RTL. Other Random things.
2022-01-29 21:53:35 -05:00
Jared Szechy a50f3b714f
Install deps 2021-12-13 16:38:44 -05:00
Jared Szechy df3f58b05e
Create codeql-analysis.yml 2021-12-13 16:31:03 -05:00
Yinette Hodge 2debc3e5f1
Fixing multiple definitions of exitflag (szechyjs#104) (#105)
Thanks to N0YKG for the fix! I am just making the PR :)
2021-10-21 13:47:46 -04:00
Jared Szechy f383d165fd Add ppm_error option 2021-01-21 23:14:04 -05:00
Jared Szechy 5324d53c47 Add center freq cli opt 2021-01-17 19:37:00 -05:00
Jared Szechy f0f067510f Require threads 2021-01-16 22:53:08 -05:00
Jared Szechy 2bdcc9cc65 Update deps 2021-01-16 22:33:27 -05:00
Jared Szechy 0b0754c1d5 It works 2021-01-16 21:43:23 -05:00
Jared Szechy 502607a608 Start on rtlsdr 2021-01-16 18:29:20 -05:00
ra1nb0w 290a2204ba
cmake: fix portaudio linking issue (#103) 2020-12-22 16:38:51 -05:00
Jared Szechy f175834e45 Update travis 2018-07-01 10:07:39 -04:00
Jared Szechy 98f9e36291 Cleanup cmake find modules 2018-07-01 09:55:06 -04:00
Jared Szechy 5f8aedb864 Don't use default tar-ignore, we need the .git dir for version 2018-06-29 00:02:54 -04:00
Jared Szechy b674f277d9 Remove samples submodule 2018-06-28 23:33:16 -04:00
Jared Szechy 386cf93eb1 Add debian packaging 2018-06-28 23:03:12 -04:00
Jared Szechy 7ee04e58c5 Use the new travis containers 2015-08-06 12:54:09 -04:00
Jared Szechy 9eaaa323fe More cleanup 2015-08-06 12:34:56 -04:00
Jared Szechy 6605925162 Some much needed organization 2015-08-06 12:25:30 -04:00
Jared Szechy 6fbda52998 Update CONTRIBUTING.md 2015-08-06 11:44:38 -04:00
Jared Szechy 8e60a7b6a8 Add contributing file 2015-08-06 11:43:44 -04:00
Jared Szechy e18cbf730e Fix link 2015-08-06 11:31:14 -04:00
Jared Szechy 8db618f83d Tweaks to README 2015-08-06 11:29:36 -04:00
Jared Szechy 60807e09ab Merge pull request #48 from dreinhold/master
Fixed 12.5KHz NXDN poor performance due to the 6.25KHz filter being used...
2014-10-08 14:52:46 -04:00