{"id":391,"date":"2023-06-07T16:57:15","date_gmt":"2023-06-07T08:57:15","guid":{"rendered":"https:\/\/note.dayday.work\/?p=391"},"modified":"2023-06-07T16:58:24","modified_gmt":"2023-06-07T08:58:24","slug":"openwebrx-plus-%e5%8f%8a%e8%a7%a3%e7%a2%bc%e5%99%a8%e5%ae%89%e8%a3%9d","status":"publish","type":"post","link":"https:\/\/note.dayday.work\/?p=391","title":{"rendered":"openwebrx plus \u53ca\u89e3\u78bc\u5668\u5b89\u88dd"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p>\u662f\u5c6c\u65bcopenwebrx\u7684\u4e00\u500b\u5206\u652f<br>\u53ef\u4ee5\u6709\u66f4\u591a\u7684\u89e3\u78bc\u5668\uff0c\u800c\u4e14\u9084\u53ef\u4ee5\u9304\u97f3<br>FAX, SSTV, AIS, FLEX, POCSAG, HFDL, ISM, CW, RTTY, SAM, SELCALL <\/p>\n\n\n\n<p>\u5b89\u88dd\u74b0\u5883<br \/>Debian 11 x64<br \/>RSP1(clone)<br \/>RTL-sdr (clone)<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>#\u7cfb\u7d71\u9700\u8981\nsudo apt-get update\nsudo apt-get install git build-essential cmake libfftw3-dev python3 python3-setuptools rtl-sdr netcat libsndfile-dev librtlsdr-dev automake autoconf libtool pkg-config python2.7 libfftw3-dev vim<\/code><\/pre><\/div>\n\n\n\n<p>\u5b89\u88ddSDRPlay RSP1-API \u9a45\u52d5 V3.xx<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>wget https:\/\/www.sdrplay.com\/software\/SDRplay_RSP_API-Linux-3.07.1.run\nsudo chmod 755 SDRplay_RSP_API-Linux-3.07.1.run\nsudo sh SDRplay_RSP_API-Linux-3.07.1.run<\/code><\/pre><\/div>\n\n\n\n<p>\u5efa\u7acbblacklist\u6e05\u55ae<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>sudo echo &quot;blacklist dvb_usb_rtl28xxu blacklist dvb_usb_v2 blacklist rtl2832 blacklist rtl2830 blacklist r280t blacklist sdr_msi3101 blacklist msi001 blacklist msi2500 blacklist airspy&quot; &gt;&gt; \/etc\/modprobe.d\/SDR-blacklist.conf<\/code><\/pre><\/div>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>#RTL-SDR\nblacklist dvb_usb_rtl28xxu\nblacklist rtl2832\nblacklist rtl2830\n#RSP1\nblacklist sdr_msi3101\nblacklist msi001\nblacklist msi2500<\/code><\/pre><\/div>\n\n\n\n<p>\u5378\u8f09mod for Rtlsdr<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>rmmod dvb_usb_rtl28xxu rtl2832 rtl2830\nsudo systemctl restart systemd-modules-load.service<\/code><\/pre><\/div>\n\n\n\n<p>\u5378\u8f09mod for SDRPlay<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>#Then, unplug the SDRPlay, remove the offending modules and restart the module loading service\n#(or whatever loads the modules on your Linux distribution):\nsudo rmmod msi001 msi2500\nsudo systemctl restart systemd-modules-load.service<\/code><\/pre><\/div>\n\n\n\n<p>\u5b89\u88ddSoapySDR<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>sudo apt-get install libsoapysdr0.7 libsoapysdr-dev soapysdr-tools\n# also install sdr-specific modules:\nsudo apt-get install soapysdr-module-all<\/code><\/pre><\/div>\n\n\n\n<p>\u7d66SDRPlay\u7684\u63d2\u4ef6<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>#SDRPLAY API V3.xx\nsudo git clone https:\/\/github.com\/pothosware\/SoapySDRPlay3.git\ncd SoapySDRPlay3\nmkdir build\ncd build\ncmake ..\nmake\nsudo make install\ncd ..\/..<\/code><\/pre><\/div>\n\n\n\n<p>\u5b89\u88ddopenwebrx+<br><a rel=\"noreferrer noopener\" href=\"https:\/\/www.openwebrx.de\/\" target=\"_blank\">https:\/\/www.openwebrx.de\/<\/a><br><a rel=\"noreferrer noopener\" href=\"https:\/\/github.com\/luarvique\/ppa\" target=\"_blank\">https:\/\/github.com\/luarvique\/ppa<\/a><\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>#\u589e\u52a0openwebrx+ \u4f86\u6e90\nwget -O - https:\/\/luarvique.github.io\/ppa\/openwebrx-plus.gpg | gpg --dearmor -o \/etc\/apt\/trusted.gpg.d\/openwebrx-plus.gpg\necho &quot;deb [signed-by=\/etc\/apt\/trusted.gpg.d\/openwebrx-plus.gpg] https:\/\/luarvique.github.io\/ppa\/debian .\/&quot; &gt; \/etc\/apt\/sources.list.d\/openwebrx-plus.list\napt update\n#\u589e\u52a0openwebrx \u4f86\u6e90\nwget -O - https:\/\/repo.openwebrx.de\/debian\/key.gpg.txt | gpg --dearmor -o \/usr\/share\/keyrings\/openwebrx.gpg\necho &quot;deb [signed-by=\/usr\/share\/keyrings\/openwebrx.gpg] https:\/\/repo.openwebrx.de\/debian\/ bullseye main&quot; &gt; \/etc\/apt\/sources.list.d\/openwebrx.list\napt update\n#\u5b89\u88dd\napt install openwebrx<\/code><\/pre><\/div>\n\n\n\n<p class=\"has-large-font-size\">\u589e\u52a0\u89e3\u78bc\u5668<\/p>\n\n\n\n<p>DRM\u89e3\u78bc<br><a rel=\"noreferrer noopener\" href=\"https:\/\/github.com\/jketterl\/openwebrx\/wiki\/DRM-demodulator-notes\" data-type=\"URL\" data-id=\"https:\/\/github.com\/jketterl\/openwebrx\/wiki\/DRM-demodulator-notes\" target=\"_blank\">https:\/\/github.com\/jketterl\/openwebrx\/wiki\/DRM-demodulator-notes<\/a><br>DRM, Digital  Radio&nbsp;&nbsp;Mondiale, \u4e16\u754c\u6578\u4f4d\u5ee3\u64ad<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>sudo apt-get install qt5-qmake libpulse0 libfaad2 libopus0 libpulse-dev libfaad-dev libopus-dev libfftw3-dev wget\nwget https:\/\/downloads.sourceforge.net\/project\/drm\/dream\/2.1.1\/dream-2.1.1-svn808.tar.gz\ntar xvfz dream-2.1.1-svn808.tar.gz\ncd dream\nqmake -qt=qt5 CONFIG+=console\nmake\nsudo make install\ncd ..<\/code><\/pre><\/div>\n\n\n\n<p>FreeDV\u89e3\u78bc<br><a href=\"https:\/\/github.com\/jketterl\/openwebrx\/wiki\/FreeDV-demodulator-notes\" data-type=\"URL\" data-id=\"https:\/\/github.com\/jketterl\/openwebrx\/wiki\/FreeDV-demodulator-notes\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/github.com\/jketterl\/openwebrx\/wiki\/FreeDV-demodulator-notes<\/a><\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>git clone https:\/\/github.com\/drowe67\/codec2.git\ncd codec2\nmkdir build\ncd build\ncmake ..\nmake\nsudo make install\n# \u9808\u624b\u52d5\u5b89\u88ddfreedv_rx \u539f\u59cbopenwebrx\u4e26\u4e0d\u5305\u542b\u6b64\u5957\u4ef6\nsudo install -m 0755 src\/freedv_rx \/usr\/local\/bin\ncd ..\/..<\/code><\/pre><\/div>\n\n\n\n<p>DMR\u89e3\u78bc<br><a rel=\"noreferrer noopener\" href=\"https:\/\/github.com\/knatterfunker\/codecserver-softmbe\/\" target=\"_blank\">https:\/\/github.com\/knatterfunker\/codecserver-softmbe\/<\/a><br>DMR, Digital Mobile Radio, \u6578\u4f4d\u5f0f\u884c\u52d5\u7121\u7dda\u96fb<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>\napt install git-core debhelper cmake libprotobuf-dev protobuf-compiler libcodecserver-dev\ngit clone https:\/\/github.com\/szechyjs\/mbelib.git\ncd mbelib\ndpkg-buildpackage\ncd ..\nsudo dpkg -i libmbe1_1.3.0_*.deb libmbe-dev_1.3.0_*.deb<\/code><\/pre><\/div>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>#codecserver-softmbe \u4e0b\u8f09\u7de8\u8b6f\ngit clone https:\/\/github.com\/knatterfunker\/codecserver-softmbe.git\ncd codecserver-softmbe\ndpkg-buildpackage\ncd ..\nsudo dpkg -i codecserver-driver-softmbe_0.0.1_*.deb<\/code><\/pre><\/div>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>vim \/etc\/codecserver\/codecserver.conf\n#\u518d\u6700\u5f8c\u4e00\u884c\u589e\u52a0\u4e0b\u5217\u6587\u5b57\n[device:softmbe]\ndriver=softmbe<\/code><\/pre><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"636\" height=\"422\" src=\"https:\/\/note.dayday.work\/wp-content\/uploads\/2022\/10\/DMR1.jpg\" alt=\"\" class=\"wp-image-353\" srcset=\"https:\/\/note.dayday.work\/wp-content\/uploads\/2022\/10\/DMR1.jpg 636w, https:\/\/note.dayday.work\/wp-content\/uploads\/2022\/10\/DMR1-300x199.jpg 300w\" sizes=\"(max-width: 636px) 100vw, 636px\" \/><\/figure>\n\n\n\n<p>\u53c3\u8003\u6587\u7ae0<\/p>\n\n\n\n<p>SoapySDR\u53c3\u8003\u6587\u7ae0<br><a href=\"https:\/\/github.com\/pothosware\/SoapySDR\/wiki\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/github.com\/pothosware\/SoapySDR\/wiki<\/a><br><a href=\"https:\/\/github.com\/pothosware\/SoapySDRPlay3\/wiki\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/github.com\/pothosware\/SoapySDRPlay3\/wiki<\/a><br>\u8edf\u89e3AMBE\/IMBE\u7684plugin<br><a href=\"https:\/\/github.com\/knatterfunker\/codecserver-softmbe\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/github.com\/knatterfunker\/codecserver-softmbe\/<\/a><br>\u54c1\u724c\u8207\u63a1\u6a23\u983b\u5bec<br><a href=\"https:\/\/en.m.wikipedia.org\/wiki\/List_of_software-defined_radios\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/en.m.wikipedia.org\/wiki\/List_of_software-defined_radios<\/a><br>\u5176\u4ed6\u8cc7\u6599<\/p>\n\n\n\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u662f\u5c6c\u65bcopenwebrx\u7684\u4e00\u500b\u5206\u652f\u53ef\u4ee5\u6709\u66f4\u591a\u7684\u89e3\u78bc\u5668\uff0c\u800c\u4e14\u9084\u53ef\u4ee5\u9304\u97f3FAX, SSTV, AIS, FLEX, &#8230; <span class=\"more\"><a class=\"more-link\" href=\"https:\/\/note.dayday.work\/?p=391\">[Read more&#8230;]<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0},"categories":[6,5],"tags":[7,45,44],"_links":{"self":[{"href":"https:\/\/note.dayday.work\/index.php?rest_route=\/wp\/v2\/posts\/391"}],"collection":[{"href":"https:\/\/note.dayday.work\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/note.dayday.work\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/note.dayday.work\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/note.dayday.work\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=391"}],"version-history":[{"count":10,"href":"https:\/\/note.dayday.work\/index.php?rest_route=\/wp\/v2\/posts\/391\/revisions"}],"predecessor-version":[{"id":401,"href":"https:\/\/note.dayday.work\/index.php?rest_route=\/wp\/v2\/posts\/391\/revisions\/401"}],"wp:attachment":[{"href":"https:\/\/note.dayday.work\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=391"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/note.dayday.work\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=391"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/note.dayday.work\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}