├── README.md ├── apr.lwr ├── tclap.lwr ├── fmt.lwr ├── gr-flexfft.lwr ├── python-scapy.lwr ├── libconfig.lwr ├── cython.lwr ├── libboost-random.lwr ├── gr-fbmc.lwr ├── dsdcc.lwr ├── gr-fm0.lwr ├── gr-isdbt.lwr ├── gr-lora.lwr ├── gr-lora_sdr.lwr ├── gr-rftap.lwr ├── libacars.lwr ├── gr-aistx.lwr ├── gr-benchmark.lwr ├── gr-dect2.lwr ├── gr-flarm.lwr ├── gr-lora2.lwr ├── gr-lpwan.lwr ├── gr-mer.lwr ├── gr-pager.lwr ├── gr-rtty.lwr ├── gr-atsc3.lwr ├── gr-cessb.lwr ├── gr-dvbt.lwr ├── gr-dvbt2.lwr ├── gr-multimon.lwr ├── gr-nrsc5.lwr ├── libjsoncpp.lwr ├── gr-ax25.lwr ├── gr-csp.lwr ├── gr-ham.lwr ├── gr-kiss.lwr ├── gr-litex.lwr ├── gr-m2k.lwr ├── gr-psk31.lwr ├── gr-rstt.lwr ├── gr-tpms.lwr ├── inspectrum.lwr ├── gr-bruninga.lwr ├── gr-dab.lwr ├── gr-dvbs2.lwr ├── gr-framers.lwr ├── gr-mthpower.lwr ├── gr-outernet.lwr ├── gr-pcap.lwr ├── gr-ra_blocks.lwr ├── gr-ale.lwr ├── gr-ambe3000.lwr ├── gr-hpsdr.lwr ├── gr-keyfob.lwr ├── gr-lte.lwr ├── gr-sandia_utils.lwr ├── gr-smithchart.lwr ├── gr-acars2.lwr ├── gr-dsdcc.lwr ├── gr-elster.lwr ├── gr-lacrosse.lwr ├── gr-mediatools.lwr ├── gr-ntsc-rc.lwr ├── gr-pdu_utils.lwr ├── gr-ysf.lwr ├── csdr.lwr ├── gr-analysis.lwr ├── gr-eb200.lwr ├── gr-finite-stream.lwr ├── gr-pocsag.lwr ├── gr-reveng.lwr ├── gr-uhdgps.lwr ├── gr-azure.lwr ├── gr-hrpt.lwr ├── gr-m17.lwr ├── gr-microtelecom.lwr ├── gr-owc.lwr ├── gr-yuv2pal.lwr ├── gr-bbc.lwr ├── gr-guitar.lwr ├── gr-lazyviterbi.lwr ├── gr-mesa.lwr ├── gr-mixalot.lwr ├── gr-nordic.lwr ├── theseus-cores.lwr ├── aprutil.lwr ├── gr-dsd.lwr ├── gr-filerepeater.lwr ├── gr-gwncppvgb.lwr ├── gr-ieee-802154.lwr ├── gr-latency_manager.lwr ├── gr-symbolrate.lwr ├── gr-trt.lwr ├── rtl_433.lwr ├── soapyplutosdr.lwr ├── gr-corrsounder.lwr ├── gr-gpredict-doppler.lwr ├── gr-lfast.lwr ├── libfreesrp.lwr ├── gr-fhss_utils.lwr ├── gr-guiextra.lwr ├── gr-timing_utils.lwr ├── libmirisdr.lwr ├── liquid-dsp.lwr ├── gr-pipe.lwr ├── gr-streamsink.lwr ├── kal.lwr ├── acarsdec.lwr ├── gr-aep.lwr ├── gr-difi.lwr ├── scikit-commpy.lwr ├── gr-smartnet.lwr ├── simple_radio_astronomy.lwr ├── gr-clenabled.lwr ├── gr-correctiq.lwr ├── gr-verilog2.lwr ├── glut.lwr ├── gr-ntsc.lwr ├── libm2k.lwr ├── gr-mtb.lwr ├── gr-signal_exciter.lwr ├── gr-rccar2.lwr ├── gr-ccsds.lwr ├── verilator.lwr ├── gr-grnet.lwr ├── XFDMSync.lwr ├── gr-supacars.lwr ├── gr-binviz.lwr ├── gr-latency.lwr ├── gr-gfdm.lwr ├── gr-symbolmapping.lwr ├── gr-polarwrap.lwr ├── rtl_waterfall.lwr ├── gr-gsm.lwr ├── multi-rtl.lwr ├── gr-gmuground.lwr ├── polar-codes.lwr ├── gr-doa.lwr ├── dump1090.lwr ├── db48.lwr ├── ice.lwr └── gqrx-digital.lwr /README.md: -------------------------------------------------------------------------------- 1 | # gr-etcetera -- Extended set of GNU Radio-related recipes for PyBOMBS 2 | 3 | This repository stores additional recipes for GNU Radio. 4 | 5 | To add this to your local PyBOMBS recipe list, use the following command: 6 | 7 | $ pybombs recipes add gr-etcetera https://github.com/gnuradio/gr-etcetera.git 8 | 9 | To find more recipes from the GNU Radio universe, see the gr-recipes repository: 10 | 11 | - https://github.com/gnuradio/gr-recipes 12 | 13 | -------------------------------------------------------------------------------- /apr.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | description: Apache Portable Runtime 22 | inherit: autoconf 23 | satisfy: 24 | deb: libapr1-dev 25 | rpm: apr-devel 26 | -------------------------------------------------------------------------------- /tclap.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | description: C++ command line argument helpers 22 | inherit: autoconf 23 | satisfy: 24 | deb: libtclap-dev 25 | 26 | -------------------------------------------------------------------------------- /fmt.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | description: Advanced C++ string formatting to become std::format 22 | inherit: autoconf 23 | satisfy: 24 | deb: libfmt-dev 25 | 26 | -------------------------------------------------------------------------------- /gr-flexfft.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - git 23 | - cmake 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/drs-ss/gr-flexfft.git 27 | -------------------------------------------------------------------------------- /python-scapy.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | description: python-based interactive packet manipulation program and library 22 | satisfy: 23 | deb: python-scapy 24 | rpm: scapy 25 | -------------------------------------------------------------------------------- /libconfig.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | description: library for processing configuration files 22 | inherit: autoconf 23 | satisfy: 24 | deb: libconfig-dev 25 | rpm: libconfig-devel 26 | -------------------------------------------------------------------------------- /cython.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | depends: 22 | - python 23 | - numpy 24 | inherit: distutils 25 | satisfy: 26 | deb: cython >= 0.26 27 | source: git+https://github.com/cython/cython.git 28 | -------------------------------------------------------------------------------- /libboost-random.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | description: compiled boost random library 22 | inherit: autoconf 23 | satisfy: 24 | deb: libboost-random-dev 25 | portage: dev-util/boost-build 26 | -------------------------------------------------------------------------------- /gr-fbmc.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: GNU Radio FBMC PHY 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/kit-cel/gr-fbmc.git 27 | -------------------------------------------------------------------------------- /dsdcc.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | depends: 22 | - mbelib 23 | gitbranch: master 24 | inherit: cmake 25 | source: git+https://github.com/f4exb/dsdcc.git 26 | vars: 27 | config_opt: ' -DUSE_MBELIB=ON ' 28 | -------------------------------------------------------------------------------- /gr-fm0.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Minimalistic FM0 encoder 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/marcusmueller/gr-fm0 27 | -------------------------------------------------------------------------------- /gr-isdbt.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: DTV ISDB-T in GNURadio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/git-artes/gr-isdbt 27 | -------------------------------------------------------------------------------- /gr-lora.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: LoRA LPWAN PHY 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/bastilleresearch/gr-lora.git 27 | -------------------------------------------------------------------------------- /gr-lora_sdr.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: LoRA LPWAN PHY 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/tapparelj/gr-lora_sdr.git 27 | -------------------------------------------------------------------------------- /gr-rftap.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: RFtap Protocol Support 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/rftap/gr-rftap.git 27 | -------------------------------------------------------------------------------- /libacars.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | description: A library for decoding various ACARS message payloads 22 | gitbranch: master 23 | inherit: cmake 24 | source: git+https://github.com/szpajder/libacars.git 25 | -------------------------------------------------------------------------------- /gr-aistx.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Transmitter for AIS packets 24 | gitbranch: pybombs 25 | inherit: cmake 26 | source: git+https://github.com/zhudsonSM/aistx.git 27 | -------------------------------------------------------------------------------- /gr-benchmark.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Performance measurement tool for GNU Radio 24 | gitbranch: master 25 | source: git+https://github.com/osh/gr-benchmark.git 26 | -------------------------------------------------------------------------------- /gr-dect2.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: DECT analyzer for GNU Radio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/pavelyazev/gr-dect2 27 | -------------------------------------------------------------------------------- /gr-flarm.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: FLARM receiver for GNU Radio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/argilo/gr-flarm.git 27 | -------------------------------------------------------------------------------- /gr-lora2.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - liquid-dsp 24 | description: LoRA LPWAN PHY 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/rpp0/gr-lora.git 28 | -------------------------------------------------------------------------------- /gr-lpwan.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Implementations of LPWAN PHYs 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/kit-cel/gr-lpwan.git 27 | -------------------------------------------------------------------------------- /gr-mer.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: QAM Modulation error measurements. 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/git-artes/gr-mer 27 | -------------------------------------------------------------------------------- /gr-pager.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Motorola FLEX Receiver 24 | gitbranch: main 25 | inherit: cmake 26 | source: git+https://github.com/troycurtisjr/gr-pager.git 27 | -------------------------------------------------------------------------------- /gr-rtty.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: RTTY decoder for Gnuradio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/bistromath/gr-rtty.git 27 | -------------------------------------------------------------------------------- /gr-atsc3.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: ATSC 3.0 transmitter for GNU Radio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/drmpeg/gr-atsc3.git 27 | -------------------------------------------------------------------------------- /gr-cessb.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Controlled Envelope SSB Transmitter 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/drmpeg/gr-cessb 27 | -------------------------------------------------------------------------------- /gr-dvbt.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: DVB-T implementation in gnuradio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/BogdanDIA/gr-dvbt.git 27 | -------------------------------------------------------------------------------- /gr-dvbt2.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: DVB-T2 transmitter for GNU Radio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/drmpeg/gr-dvbt2.git 27 | -------------------------------------------------------------------------------- /gr-multimon.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: multimon gnuradio wrapper 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/ckuethe/gr-multimon.git 27 | -------------------------------------------------------------------------------- /gr-nrsc5.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: HD Radio transmitter for GNU Radio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/argilo/gr-nrsc5.git 27 | -------------------------------------------------------------------------------- /libjsoncpp.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | description: library for processing json files 22 | inherit: autoconf 23 | satisfy: 24 | deb: libjsoncpp-dev 25 | rpm: libjsoncpp-devel 26 | portage: dev-libs/jsoncpp 27 | -------------------------------------------------------------------------------- /gr-ax25.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Some hamradio ax.25 routines for gnuradio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/dl1ksv/gr-ax25.git 27 | -------------------------------------------------------------------------------- /gr-csp.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Cubesat Space Protocol for Gnuradio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/daniestevez/gr-csp.git 27 | -------------------------------------------------------------------------------- /gr-ham.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: GNU Radio blocks useful for amateur radio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/argilo/gr-ham.git 27 | -------------------------------------------------------------------------------- /gr-kiss.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: GNU Radio blocks for KISS and AX.25 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/daniestevez/gr-kiss.git 27 | -------------------------------------------------------------------------------- /gr-litex.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: LiteX accelerator block for GNU Radio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/Victoromoniyi/gr-litex 27 | -------------------------------------------------------------------------------- /gr-m2k.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - libm2k 24 | description: GNU Radio blocks for ADALM2000 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/analogdevicesinc/gr-m2k -------------------------------------------------------------------------------- /gr-psk31.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Tutorial on using psk31 with GNU Radio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/tkuester/gr-psk31.git 27 | -------------------------------------------------------------------------------- /gr-rstt.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Vaisala Radiosonde Telemetry Receiver 24 | gitbranch: maint-3.8 25 | inherit: cmake 26 | source: git+https://github.com/bastibl/gr-rstt.git 27 | -------------------------------------------------------------------------------- /gr-tpms.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Tire Pressure Monitor tools for GNU Radio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/jboone/gr-tpms.git 27 | -------------------------------------------------------------------------------- /inspectrum.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: application 21 | depends: 22 | - liquid-dsp 23 | - qt5 24 | description: Recorded data browser 25 | gitbranch: main 26 | inherit: cmake 27 | source: git+https://github.com/miek/inspectrum.git 28 | -------------------------------------------------------------------------------- /gr-bruninga.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - cppunit 24 | description: AFSK1200 for GNU Radio 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/VladislavF/gr-bruninga 28 | -------------------------------------------------------------------------------- /gr-dab.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: GNU Radio Digital Audio Broadcasting module 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/andrmuel/gr-dab.git 27 | -------------------------------------------------------------------------------- /gr-dvbs2.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: DVB-S2 and DVB-S2X transmitter for GNU Radio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/drmpeg/gr-dvbs2.git 27 | -------------------------------------------------------------------------------- /gr-framers.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Framer and Deframer Blocks for GNU Radio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/gr-vt/gr-framers.git 27 | -------------------------------------------------------------------------------- /gr-mthpower.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: M-PSK Frequency and Phase recovery 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/kuhnke-m/gr-mthpower.git 27 | -------------------------------------------------------------------------------- /gr-outernet.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - gr-kiss 24 | description: Outernet decoder 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/daniestevez/gr-outernet.git 28 | -------------------------------------------------------------------------------- /gr-pcap.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - python-scapy 24 | description: PCAP recording and playback 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/osh/gr-pcap.git 28 | -------------------------------------------------------------------------------- /gr-ra_blocks.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Helper blocks for simple_ra 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/patchvonbraun/gr-ra_blocks.git 27 | -------------------------------------------------------------------------------- /gr-ale.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: MIL-STD-188-141a (ALE 2G) decoding block for gnuradio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/gat3way/gr-ale.git 27 | -------------------------------------------------------------------------------- /gr-ambe3000.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Processing DStar audio with a DV3000U dongle 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/ac2ie/gr-ambe3000.git 27 | -------------------------------------------------------------------------------- /gr-hpsdr.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Interface module for HPSDR Hermes / Metis 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/Tom-McDermott/gr-hpsdr.git 27 | -------------------------------------------------------------------------------- /gr-keyfob.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Transceiver for Hella wireless car key fobs 24 | gitbranch: maint-3.8 25 | inherit: cmake 26 | source: git+https://github.com/bastibl/gr-keyfob.git 27 | -------------------------------------------------------------------------------- /gr-lte.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - gr-osmosdr 24 | - fftw 25 | description: GNU Radio LTE receiver 26 | gitbranch: master 27 | inherit: cmake 28 | source: git+https://github.com/kit-cel/gr-lte.git 29 | -------------------------------------------------------------------------------- /gr-sandia_utils.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - gr-pdu_utils 24 | description: Misc blocks 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/sandialabs/gr-sandia_utils.git 28 | -------------------------------------------------------------------------------- /gr-smithchart.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: pyQT based smith chart for GNU Radio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/mitul93/gr-smithchart.git 27 | -------------------------------------------------------------------------------- /gr-acars2.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: GNU Radio processing block for ACARS transmissions 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/antoinet/gr-acars2.git 27 | -------------------------------------------------------------------------------- /gr-dsdcc.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - dsdcc 24 | description: GNU Radio block for Digital Speech Decoder 25 | gitbranch: main 26 | inherit: cmake 27 | source: git+https://github.com/argilo/gr-dsdcc.git 28 | -------------------------------------------------------------------------------- /gr-elster.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Decode packets transmitted by Elster R2S smart meters 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/argilo/gr-elster.git 27 | -------------------------------------------------------------------------------- /gr-lacrosse.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: GNU Radio module for La Crosse weather stations 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/tkuester/gr-lacrosse.git 27 | -------------------------------------------------------------------------------- /gr-mediatools.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - libav 24 | description: FFmpeg and gnu radio integration 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/osh/gr-mediatools.git 28 | -------------------------------------------------------------------------------- /gr-ntsc-rc.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: NTSC receiver and transmitter for 5 GHz drones 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/lscardoso/gr-ntsc-rc.git 27 | -------------------------------------------------------------------------------- /gr-pdu_utils.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: General purpose PDU Utilities for GNU Radio 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/sandialabs/gr-pdu_utils.git 27 | -------------------------------------------------------------------------------- /gr-ysf.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - mbelib 24 | description: Decoder for Yaesu System Fusion C4FM packets 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/HB9UF/gr-ysf.git 28 | -------------------------------------------------------------------------------- /csdr.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: application 21 | depends: 22 | - fftw 23 | description: simple DSP library and command-line tool for Software Defined Radio 24 | gitbranch: master 25 | inherit: empty 26 | source: git+https://github.com/simonyiszk/csdr 27 | -------------------------------------------------------------------------------- /gr-analysis.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - uhd 24 | description: Analysis tools for high sample rate recordings 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/garverp/gr-analysis 28 | -------------------------------------------------------------------------------- /gr-eb200.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: GNU Radio block for communication using the EB200 protocol 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/dl0muc/gr-eb200.git 27 | -------------------------------------------------------------------------------- /gr-finite-stream.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Blocks for handling finite-length streams 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/rubund/gr-finite-stream.git 27 | -------------------------------------------------------------------------------- /gr-pocsag.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - gr-compat 24 | description: Multichannel POCSAG receiver for gnuradio 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/bafe/gr-pocsag.git 28 | -------------------------------------------------------------------------------- /gr-reveng.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Utilities to help with reverse engineering RF protocols 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/tkuester/gr-reveng.git 27 | -------------------------------------------------------------------------------- /gr-uhdgps.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Blocks to assist in GPS Data logging with UHD and a GPSDO 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/osh/gr-uhdgps.git 27 | -------------------------------------------------------------------------------- /gr-azure.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Leverage Azure cloud resources from within a GNU Radio flowgraph 24 | gitbranch: main 25 | inherit: cmake 26 | source: git+https://github.com/microsoft/gr-azure.git 27 | -------------------------------------------------------------------------------- /gr-hrpt.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: HRPT Blocks from gr-noaa and others ported to GNU Radio 3.8+ 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/altillimity/gr-hrpt.git 27 | -------------------------------------------------------------------------------- /gr-m17.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: GNU Radio M17 protocol implementation 24 | gitbranch: main 25 | gitargs: --recursive 26 | inherit: cmake 27 | source: git+https://github.com/M17-Project/gr-m17.git 28 | -------------------------------------------------------------------------------- /gr-microtelecom.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - libperseus-sdr 24 | description: Perseus SDR source module 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/amontefusco/gr-microtelecom 28 | -------------------------------------------------------------------------------- /gr-owc.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: GNURadio out-ot-tree (OOT) module for optical wireless communications. 24 | gitbranch: main 25 | inherit: cmake 26 | source: git+https://github.com/UCaNLabUMB/gr-owc 27 | -------------------------------------------------------------------------------- /gr-yuv2pal.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - numpy 24 | description: Gnuradio blocks to convert yuv into a PAL-signal. 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/ewxl/gr-yuv2pal.git 28 | -------------------------------------------------------------------------------- /gr-bbc.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - numpy 24 | description: GNU Radio module for encoding byte data with the BBC algorithm 25 | gitbranch: main 26 | inherit: cmake 27 | source: git+https://github.com/xeno00/gr-bbc.git 28 | -------------------------------------------------------------------------------- /gr-guitar.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: A collection for GNU radio blocks to implemenet guitar effects 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/achaudhari/gr-guitar.git 27 | -------------------------------------------------------------------------------- /gr-lazyviterbi.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: GNURadio implementation of the lazy Viterbi algorithm 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/alexmrqt/gr-lazyviterbi.git 27 | -------------------------------------------------------------------------------- /gr-mesa.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - gr-lfast 24 | description: Collection of Components for Enhanced Signal Analysis 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/ghostop14/gr-mesa.git 28 | -------------------------------------------------------------------------------- /gr-mixalot.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - gr-osmosdr 24 | - libitpp 25 | description: GNU Radio pager encoder 26 | gitbranch: main 27 | inherit: cmake 28 | source: git+https://github.com/unsynchronized/gr-mixalot.git 29 | -------------------------------------------------------------------------------- /gr-nordic.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Nordic Semiconductor nRF24L Enhanced Shockburst Protocol 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/bastilleresearch/gr-nordic.git 27 | -------------------------------------------------------------------------------- /theseus-cores.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gr-ettus 23 | description: Open source FPGA cores for digital signal processing 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://gitlab.com/theseus-cores/theseus-cores.git 27 | -------------------------------------------------------------------------------- /aprutil.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | description: Apache Portable Runtime Utilities 22 | depends: 23 | - apr 24 | inherit: autoconf 25 | satisfy: 26 | deb: libaprutil1-dev 27 | rpm: apr-util-devel 28 | vars: 29 | config_opt: --with-apr=$prefix 30 | -------------------------------------------------------------------------------- /gr-dsd.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - libsndfile 24 | - libitpp 25 | description: GNU Radio block for Digital Speech Decoder 26 | gitbranch: master 27 | inherit: cmake 28 | source: git+https://github.com/argilo/gr-dsd.git 29 | -------------------------------------------------------------------------------- /gr-filerepeater.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Control File Source replay with repeat delays and counts 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/ghostop14/gr-filerepeater.git 27 | -------------------------------------------------------------------------------- /gr-gwncppvgb.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: GNU Wireless Network, a data network development toolkit 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/vagonbar/gr-gwncppvgb 27 | 28 | 29 | -------------------------------------------------------------------------------- /gr-ieee-802154.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - uhd 24 | - gr-foo 25 | description: IEEE 802.15.4 ZigBee Transceiver 26 | gitbranch: maint-3.10 27 | inherit: cmake 28 | source: git+https://github.com/bastibl/gr-ieee802-15-4.git 29 | -------------------------------------------------------------------------------- /gr-latency_manager.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Manage the sample latency between points in a flowgraph 24 | gitbranch: main 25 | inherit: cmake 26 | source: git+https://github.com/dkozel/gr-latency_manager.git 27 | -------------------------------------------------------------------------------- /gr-symbolrate.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Calc digital symbol rates from binary slicer stream output 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/ghostop14/gr-symbolrate.git 27 | -------------------------------------------------------------------------------- /gr-trt.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | # Basic Dependencies 23 | - gnuradio 24 | - TensorRT 25 | 26 | description: TensorRT Inference using GNU Radio 27 | gitbranch: main 28 | inherit: cmake 29 | source: git+https://github.com/mormj/gr-trt.git 30 | -------------------------------------------------------------------------------- /rtl_433.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: application 21 | depends: 22 | - rtl-sdr 23 | - soapysdr 24 | description: 433MHz generic data receiver using RTL2832 DVB dongle 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/merbanan/rtl_433.git 28 | -------------------------------------------------------------------------------- /soapyplutosdr.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: hardware 21 | depends: 22 | - soapysdr 23 | - libiio 24 | - libad9361 25 | description: Soapy SDR module for PlutoSDR 26 | gitbranch: master 27 | inherit: cmake 28 | source: git+https://github.com/pothosware/SoapyPlutoSDR 29 | -------------------------------------------------------------------------------- /gr-corrsounder.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - scipy 24 | description: Correlative Channel Sounder for Fast Time Variance 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/inIT-HF/gr-corrsounder.git 28 | -------------------------------------------------------------------------------- /gr-gpredict-doppler.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: GNU Radio Gpredict Doppler shift correction block 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/ghostop14/gr-gpredict-doppler.git 27 | 28 | -------------------------------------------------------------------------------- /gr-lfast.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: A few performance-enhanced GNURadio blocks (Costas Loop, AGC, and others) 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/ghostop14/gr-lfast.git 27 | -------------------------------------------------------------------------------- /libfreesrp.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: hardware 21 | depends: 22 | - libusb 23 | description: Library for interfacing with FreeSRP devices 24 | inherit: cmake 25 | satisfy: 26 | deb: libfreesrp0 && libfreesrp-dev 27 | source: git+https://github.com/myriadrf/libfreesrp 28 | -------------------------------------------------------------------------------- /gr-fhss_utils.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - gr-pdu_utils 24 | description: Tools for working with arbitrary bursty signals 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/sandialabs/gr-fhss_utils.git 28 | -------------------------------------------------------------------------------- /gr-guiextra.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - gr-lfast 24 | description: Control File Source replay with repeat delays and counts 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/ghostop14/gr-guiextra.git 28 | -------------------------------------------------------------------------------- /gr-timing_utils.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Misc GR extensions to support additional time related functions 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/sandialabs/gr-timing_utils.git 27 | -------------------------------------------------------------------------------- /libmirisdr.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: hardware 21 | depends: 22 | - libusb 23 | description: Library for interfacing with Mirics devices 24 | inherit: cmake 25 | satisfy: 26 | deb: libmirisdr0 && libmirisdr-dev 27 | source: git+https://gitea.osmocom.org/sdr/libmirisdr.git 28 | -------------------------------------------------------------------------------- /liquid-dsp.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: application 21 | depends: 22 | - fftw 23 | description: Digital signal processing library for software-defined radios 24 | gitbranch: master 25 | inherit: bootstrapautoconf 26 | source: git+https://github.com/jgaeddert/liquid-dsp.git 27 | -------------------------------------------------------------------------------- /gr-pipe.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Collection of blocks for using any program as a source, sink or filter using Unix pipes. 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/jolivain/gr-pipe.git 27 | -------------------------------------------------------------------------------- /gr-streamsink.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - libmp3lame 24 | description: GNURadio sink to stream audio to SHOUTcast/Icecast 25 | gitbranch: master 26 | inherit: cmake 27 | source: git+https://github.com/martinleolehner/gr-streamsink.git 28 | -------------------------------------------------------------------------------- /kal.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: dsplib 21 | depends: 22 | - gnuradio 23 | - uhd 24 | - curl 25 | - git 26 | description: GSM frequency scanner and clock offset calculator 27 | gitbranch: master 28 | inherit: bootstrapautoconf 29 | source: git+http://github.com/ttsou/kalibrate-uhd 30 | -------------------------------------------------------------------------------- /acarsdec.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | description: Open source ACARS decoder with rtl-sdr frontend 21 | inherit: cmake 22 | category: application 23 | depends: 24 | - rtl-sdr 25 | - libacars 26 | source: git+https://github.com/TLeconte/acarsdec.git 27 | 28 | vars: 29 | config_opt: -Drtl=ON 30 | -------------------------------------------------------------------------------- /gr-aep.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | # Basic Dependencies 23 | - gnuradio 24 | - armadillo 25 | 26 | description: Adaptive Event Processing using GNU Radio 27 | gitbranch: master 28 | inherit: cmake 29 | source: git+https://github.com/perspectalabs/gr-aep.git 30 | -------------------------------------------------------------------------------- /gr-difi.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: DIFI Source and Sink to connect GR flowgraphs to DIFI-compliant radios and DSP software 24 | gitbranch: main 25 | inherit: cmake 26 | source: git+https://github.com/DIFI-Consortium/gr-difi.git 27 | -------------------------------------------------------------------------------- /scikit-commpy.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | inherit: distutils 22 | depends: 23 | - python 24 | - scipy 25 | - numpy 26 | satisfy: 27 | pip: scikit-commpy >= 0.3 28 | # deb: scikit-commpy >= 0.3 29 | source: wget -r https://pypi.org/project/scikit-commpy/#files 30 | 31 | -------------------------------------------------------------------------------- /gr-smartnet.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - gr-compat 24 | description: Motorola Smartnet II trunking logging scanner for Gnuradio 25 | gitbranch: master 26 | inherit: bootstrapautoconf 27 | source: git+https://github.com/bistromath/gr-smartnet.git 28 | -------------------------------------------------------------------------------- /simple_radio_astronomy.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: application 21 | depends: 22 | - gnuradio 23 | - gr-ra_blocks 24 | description: Integrated radio astronomy receiver for GNU Radio 25 | gitbranch: master 26 | inherit: empty 27 | source: git+https://github.com/patchvonbraun/simple_ra.git 28 | -------------------------------------------------------------------------------- /gr-clenabled.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: OpenCL/GPU-enabled common blocks for GNURadio 24 | gitbranch: master 25 | inherit: cmake 26 | satisfy: 27 | deb: libclfft-dev 28 | source: git+https://github.com/ghostop14/gr-clenabled.git 29 | 30 | -------------------------------------------------------------------------------- /gr-correctiq.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Finally, a GNURadio block to remove that IQ DC spike just like some software and drivers do! 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/ghostop14/gr-correctiq.git 27 | -------------------------------------------------------------------------------- /gr-verilog2.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - numpy 24 | - verilator 25 | description: Compiles verilog code to executable GNU Radio blocks on the fly. 26 | gitbranch: master 27 | inherit: cmake 28 | source: git+https://github.com/mmaroti/gr-verilog2.git 29 | -------------------------------------------------------------------------------- /glut.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | description: OpenGL Utility Toolkit 22 | inherit: cmake 23 | satisfy: 24 | deb: freeglut3 && freeglut3-dev 25 | rpm: freeglut && freeglut-devel 26 | source: wget+https://prdownloads.sourceforge.net/project/freeglut/freeglut/3.0.0/freeglut-3.0.0.tar.gz 27 | -------------------------------------------------------------------------------- /gr-ntsc.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: RTL2832U NTSC viewer 24 | gitbranch: master 25 | inherit: cmake 26 | configuredir: gr-ntsc/build 27 | makedir: gr-ntsc/build 28 | installdir: gr-ntsc/build 29 | source: git+https://github.com/kik/sdr-tv.git 30 | -------------------------------------------------------------------------------- /libm2k.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: hardware 21 | depends: 22 | - libiio 23 | description: Library for interfacing with the ADALM2000 device. 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/analogdevicesinc/libm2k 27 | vars: 28 | config_opt: ' -DENABLE_TOOLS=ON -DINSTALL_UDEV_RULES=OFF ' -------------------------------------------------------------------------------- /gr-mtb.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | configuredir: gr-mtb/build 22 | depends: 23 | - gnuradio 24 | description: GNU Radio measurement toolbox 25 | gitbranch: master 26 | inherit: cmake 27 | installdir: gr-mtb/build 28 | makedir: gr-mtb/build 29 | source: git+https://github.com/marcusmueller/measurement_toolbox.git 30 | -------------------------------------------------------------------------------- /gr-signal_exciter.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - boost 23 | - libboost-random 24 | - gnuradio 25 | - libjsoncpp 26 | description: Tools for efficient generation of wideband populated spectrum 27 | gitbranch: master 28 | inherit: cmake 29 | source: git+https://github.com/gr-vt/gr-signal_exciter.git 30 | -------------------------------------------------------------------------------- /gr-rccar2.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | configuredir: gr-rccar2/build 22 | depends: 23 | - gnuradio 24 | description: GNU Radio implementation for cheap remote control cars 25 | gitbranch: master 26 | inherit: cmake 27 | installdir: gr-rccar2/build 28 | makedir: gr-rccar2/build 29 | source: git+https://github.com/peterfillmore/GR_RCCar.git 30 | -------------------------------------------------------------------------------- /gr-ccsds.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Encoder and decoder compliant with the CCSDS 131.0-B standard. It handles Reed Solomon coding, interleaving, scrambling/descrambling, and syncword insertion/detection. 24 | gitbranch: master 25 | inherit: cmake 26 | source: git+https://github.com/lofaldli/gr-ccsds.git 27 | -------------------------------------------------------------------------------- /verilator.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | description: Verilator Tool 22 | inherit: cmake 23 | satisfy: 24 | deb: verilator 25 | rpm: verilator 26 | cmd: verilator 27 | pacman: verilator 28 | port: verilator 29 | portage: sci-electronics/verilator 30 | source: wget+https://github.com/verilator/verilator/archive/refs/tags/v4.038.tar.gz 31 | -------------------------------------------------------------------------------- /gr-grnet.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: GNURadio TCP and UDP source/sink blocks rewritten in C++/Boost. UDP block has header/crc options available as well. 24 | gitbranch: master 25 | inherit: cmake 26 | satisfy: 27 | deb: zlib1g-dev && libpcap-dev 28 | source: git+https://github.com/ghostop14/gr-grnet.git 29 | -------------------------------------------------------------------------------- /XFDMSync.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | inherit: cmake 22 | depends: 23 | - python 24 | - gnuradio 25 | source: git+https://github.com/jdemel/XFDMSync.git 26 | gitbranch: master 27 | gitargs: --recursive 28 | vars: 29 | config_opt: " -DENABLE_DOXYGEN=$builddocs " 30 | configure: cmake .. -DCMAKE_BUILD_TYPE=$cmakebuildtype -DCMAKE_INSTALL_PREFIX=$prefix $config_opt 31 | 32 | -------------------------------------------------------------------------------- /gr-supacars.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | inherit: empty 21 | category: application 22 | depends: 23 | - gnuradio 24 | - rtl-sdr 25 | - gr-pyqt 26 | - wget 27 | - pip 28 | description: Open source ACARS decoder and ACARS Parser 29 | install: 'cp -v gr-supacars $prefix/bin' 30 | installdir: '' 31 | source: git+https://github.com/mmmaaaxxx/SUPACARS.git 32 | uninstall: 'rm -f $prefix/bin/supacars' 33 | -------------------------------------------------------------------------------- /gr-binviz.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | description: Binary (char) data visualization block based on CImg 24 | gitbranch: master 25 | inherit: cmake 26 | satisfy: 27 | deb: libx11-dev && libpthread-stubs0-dev && cimg-dev 28 | source: git+https://github.com/CBrunsch/BinViz.git 29 | configuredir: gr-binviz/build 30 | makedir: gr-binviz/build 31 | installdir: gr-binviz/build 32 | -------------------------------------------------------------------------------- /gr-latency.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | inherit: cmake 22 | depends: 23 | - gnuradio 24 | - python 25 | source: https://github.com/ant-uni-bremen/gr-latency.git 26 | gitbranch: master 27 | gitargs: --recursive 28 | vars: 29 | config_opt: " -DENABLE_DOXYGEN=$builddocs " 30 | configure_static: cmake .. -DCMAKE_BUILD_TYPE=$cmakebuildtype -DCMAKE_INSTALL_PREFIX=$prefix $config_opt 31 | install: 32 | make install 33 | -------------------------------------------------------------------------------- /gr-gfdm.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | inherit: cmake 22 | depends: 23 | - gnuradio 24 | - scipy 25 | - scikit-commpy 26 | source: git+https://github.com/jdemel/gr-gfdm.git 27 | gitbranch: master 28 | gitargs: --recursive 29 | vars: 30 | config_opt: " -DENABLE_DOXYGEN=$builddocs " 31 | configure_static: cmake .. -DCMAKE_BUILD_TYPE=$cmakebuildtype -DCMAKE_INSTALL_PREFIX=$prefix $config_opt 32 | install: 33 | make install 34 | -------------------------------------------------------------------------------- /gr-symbolmapping.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | inherit: cmake 22 | depends: 23 | - gnuradio 24 | - python 25 | source: https://github.com/ant-uni-bremen/gr-symbolmapping.git 26 | gitbranch: master 27 | gitargs: --recursive 28 | vars: 29 | config_opt: " -DENABLE_DOXYGEN=$builddocs " 30 | configure_static: cmake .. -DCMAKE_BUILD_TYPE=$cmakebuildtype -DCMAKE_INSTALL_PREFIX=$prefix $config_opt 31 | install: 32 | make install 33 | -------------------------------------------------------------------------------- /gr-polarwrap.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | inherit: cmake 22 | depends: 23 | - gnuradio 24 | - python 25 | - polar-codes 26 | source: https://github.com/jdemel/gr-polarwrap.git 27 | gitbranch: master 28 | gitargs: --recursive 29 | vars: 30 | config_opt: " -DENABLE_DOXYGEN=$builddocs " 31 | configure_static: cmake .. -DCMAKE_BUILD_TYPE=$cmakebuildtype -DCMAKE_INSTALL_PREFIX=$prefix $config_opt 32 | install: 33 | make install 34 | -------------------------------------------------------------------------------- /rtl_waterfall.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: application 21 | depends: 22 | - rtl-sdr 23 | - glut 24 | - fftw 25 | description: GLUT accelerated RTL-SDR waterfall 26 | gitbranch: master 27 | inherit: empty 28 | source: git+https://github.com/ckuethe/rtl_waterfall 29 | makedir: . 30 | installdir: . 31 | configuredir: . 32 | configure: '' 33 | make: 'env PKG_CONFIG_PATH=$PKG_CONFIG_PATH make' 34 | install: 'make PREFIX=$PYBOMBS_PREFIX install' 35 | -------------------------------------------------------------------------------- /gr-gsm.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | configuredir: build 22 | depends: 23 | - gnuradio 24 | - gr-osmosdr 25 | - scipy 26 | - liblog4cpp 27 | - libosmocore 28 | - cppunit 29 | description: Gnuradio blocks and tools for receiving GSM transmissions 30 | gitbranch: master 31 | inherit: cmake 32 | install: 'make install 33 | ldconfig || true 34 | ' 35 | installdir: build 36 | makedir: build 37 | source: git+https://github.com/ptrkrysik/gr-gsm.git 38 | -------------------------------------------------------------------------------- /multi-rtl.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | configuredir: build 22 | depends: 23 | - gnuradio 24 | - gr-osmosdr 25 | - scipy 26 | - liblog4cpp 27 | description: Multi-rtl is a GNU Radio block that transforms cheap multiple RTL-SDR receivers into multi-channel receiver 28 | gitbranch: master 29 | inherit: cmake 30 | install: 'make install 31 | ldconfig || true 32 | ' 33 | installdir: build 34 | makedir: build 35 | source: git+https://github.com/ptrkrysik/multi-rtl.git 36 | -------------------------------------------------------------------------------- /gr-gmuground.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | depends: 22 | - gnuradio 23 | - gr-limesdr 24 | - gr-satellites 25 | - gr-gpredict-doppler 26 | - gr-filerepeater 27 | - gr-fosphor 28 | - gr-display 29 | - gr-guiextra 30 | - libfec 31 | - pyconstruct 32 | - swig 33 | description: A collection of OOT modules for developing an amateur satellite communications ground station. 34 | gitbranch: maint-3.8 35 | inherit: cmake 36 | source: git+https://github.com/wbarnha/gr-gmuground.git 37 | -------------------------------------------------------------------------------- /polar-codes.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: common 21 | inherit: cmake 22 | depends: 23 | - python 24 | - numpy 25 | - doxygen 26 | - cppunit 27 | - ssl 28 | - fmt 29 | - tclap 30 | source: https://github.com/ant-uni-bremen/polar-codes.git 31 | gitbranch: master 32 | gitargs: --recursive 33 | vars: 34 | config_opt: " -DENABLE_DOXYGEN=$builddocs " 35 | configure_static: cmake .. -DCMAKE_BUILD_TYPE=$cmakebuildtype -DCMAKE_INSTALL_PREFIX=$prefix $config_opt 36 | install: 37 | make install 38 | -------------------------------------------------------------------------------- /gr-doa.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | # Package recipe: 21 | # GR-DOA: GNURadio OOT module for Direction of Arrival 22 | 23 | category: common 24 | depends: 25 | # Basic Dependencies 26 | - gnuradio 27 | - uhd 28 | - armadillo 29 | # Testing dependencies (octave has to be installed manually if needed) 30 | - scipy 31 | 32 | description: Direction of arrival Algorithms - Intended to be used with TwinRX 33 | gitbranch: master 34 | inherit: cmake 35 | source: git+https://github.com/EttusResearch/gr-doa.git 36 | -------------------------------------------------------------------------------- /dump1090.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: application 21 | depends: 22 | - rtl-sdr 23 | description: Simple Mode S decoder for RTLSDR devices 24 | gitbranch: master 25 | inherit: empty 26 | builddir: . 27 | installdir: . 28 | make: 'make' 29 | install: 'cp dump1090 view1090 $prefix/bin && mkdir -p $prefix/share/dump1090 && cp -r public_html $prefix/share/dump1090' 30 | source: git+https://github.com/flightaware/dump1090.git 31 | uninstall: 'rm $prefix/bin/dump1090 $prefix/bin/view1090 && rm -r $prefix/share/dump1090' 32 | vars: 33 | config_opt: PREFIX=$prefix 34 | -------------------------------------------------------------------------------- /db48.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | description: Berkeley DB 22 | configure: 'cd build_unix/ 23 | 24 | ../dist/configure --enable-cxx --prefix=$prefix --libdir=$prefix/lib64 25 | 26 | ' 27 | inherit: autoconf 28 | install: 'cd build_unix/ 29 | 30 | make install 31 | 32 | ' 33 | make: 'cd build_unix/ 34 | 35 | make -j$makewidth 36 | 37 | ' 38 | satisfy: 39 | deb: (libdb++-dev >= 4.8 && libdb++-dev <= 5.1.9) || libdb4.8++-dev || libdb5.1++-dev 40 | rpm: (db4-devel >= 4.8 && db4-devel <= 5.1.9) 41 | source: wget+http://download.oracle.com/berkeley-db/db-4.8.30.tar.gz 42 | -------------------------------------------------------------------------------- /ice.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | category: baseline 21 | description: Object Oriented RPC framework 22 | depends: 23 | - swig 24 | - mcpp 25 | - db48 26 | - libbzip 27 | - expat 28 | - python 29 | - ssl 30 | make: 'cd cpp && prefix=$prefix DB_HOME=$prefix MCPP_HOME=$prefix EXPAT_HOME=$prefix 31 | make -j$makewidth prefix=$prefix && prefix=$prefix make install && 32 | 33 | cd ../py && prefix=$prefix DB_HOME=$prefix MCPP_HOME=$prefix EXPAT_HOME=$prefix 34 | make -j$makewidth prefix=$prefix && prefix=$prefix make install 35 | 36 | ' 37 | satisfy: 38 | deb: python-zeroc-ice >= 3.5 && libzeroc-ice35-dev && libzeroc-ice35 && ice35-services 39 | && ice35-translators 40 | rpm: (ice-devel && ice-python-devel) || (ice-python-devel >= 3.5 && ice-libs >= 41 | 3.5 && ice-utils >= 3.5) 42 | source: wget+http://www.zeroc.com/download/Ice/3.5/Ice-3.5.1.tar.gz 43 | -------------------------------------------------------------------------------- /gqrx-digital.lwr: -------------------------------------------------------------------------------- 1 | # 2 | # This file is part of PyBOMBS 3 | # 4 | # PyBOMBS is free software; you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation; either version 3, or (at your option) 7 | # any later version. 8 | # 9 | # PyBOMBS is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with PyBOMBS; see the file COPYING. If not, write to 16 | # the Free Software Foundation, Inc., 51 Franklin Street, 17 | # Boston, MA 02110-1301, USA. 18 | # 19 | 20 | description: GQRX as a frontend for digital receivers 21 | inherit: empty 22 | category: application 23 | configure: 'qmake -recursive BOOST_SUFFIX= INCLUDEPATH="../../gr-dsd/dsd $prefix/include/osmo-tetra 24 | $prefix/include/dsd $prefix/include ../../osmo-tetra/src" DEPENDPATH="$prefix/lib 25 | $prefix/include/dsd" LIBS+="-Xlinker -zmuldefs" || 26 | qmake-qt4 -recursive BOOST_SUFFIX= INCLUDEPATH="../../gr-dsd/dsd $prefix/include/osmo-tetra 27 | $prefix/include/dsd $prefix/include ../../osmo-tetra/src" DEPENDPATH="$prefix/lib 28 | $prefix/include/dsd" LIBS+="-Xlinker -zmuldefs" .. 29 | ' 30 | depends: 31 | - gnuradio 32 | - gr-osmosdr 33 | - pulseaudio 34 | - qt4 35 | - qt5 36 | - libosmocore 37 | - osmo-tetra 38 | - libshout 39 | - gr-dsd 40 | gitbranch: digital 41 | install: | 42 | mv gqrx gqrx-digital 43 | cp gqrx-digital $prefix/bin/ 44 | make: "make -j$makewidth" 45 | uninstall: rm $prefix/bin/gqrx-digital 46 | source: git+https://github.com/kantooon/gqrx_fork.git 47 | --------------------------------------------------------------------------------