Giter Site home page Giter Site logo

brownspaceengineering / gr-equisat_decoder Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 2.0 27.19 MB

A GNU radio out-of-tree module, custom blocks, and flowgraphs to decode EQUiSat's 4FSK transceiver

CMake 22.27% C 15.65% C++ 6.68% Shell 0.69% Python 53.46% Dockerfile 1.24%
cpp gnuradio python

gr-equisat_decoder's People

Contributors

dl4pd avatar mckennacisler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

dl4pd otilrac

gr-equisat_decoder's Issues

Equisat GRC crashes

Hi Neighbors,

Unable to use equisat.grc. Flowgraph crashes immediately after start.

Generating: '/home/bob/gr-equisat_decoder/apps/equisat.py'
Executing: /usr/bin/python2 -u /home/bob/gr-equisat_decoder/apps/equisat.py
Press Enter to quit:

Done
Is this complete or still a work in progress? All dependencies seem to be met otherwise. During install, YAML was also requested. Appeared to satisfy bu installing python-yaml and python3-yaml using Synaptic. OS is Linux Mint 18.3 Sylvia.

Thanks,
Bob N6RFM
Bristol, RI

Build fails due to no cmake rule for packetparse.py

I am trying to build gr-equisat_decoder but the build fails due to a missing cmake rule for packetparse.py. The build log is below.

daniel@akallabeth ~/gr-equisat_decoder/build $ cmake ..
-- The CXX compiler identification is GNU 7.3.0
-- The C compiler identification is GNU 7.3.0
-- Check for working CXX compiler: /usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/c++
-- Check for working CXX compiler: /usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc
-- Check for working C compiler: /usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Build type not specified: defaulting to release.
CMake Deprecation Warning at CMakeLists.txt:54 (cmake_policy):
  The OLD behavior for policy CMP0026 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Boost version: 1.65.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") 
-- Checking for module 'cppunit'
--   Found cppunit, version 1.14.0
-- Found CPPUNIT: /usr/lib64/libcppunit.so;dl  
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.14") found components:  doxygen dot 
Checking for GNU Radio Module: RUNTIME
-- Checking for module 'gnuradio-runtime'
--   Found gnuradio-runtime, version 3.7.13.4
 * INCLUDES=/usr/include
 * LIBS=/usr/lib64/libgnuradio-runtime.so;/usr/lib64/libgnuradio-pmt.so;/usr/lib64/liblog4cpp.so
-- Found GNURADIO_RUNTIME: /usr/lib64/libgnuradio-runtime.so;/usr/lib64/libgnuradio-pmt.so;/usr/lib64/liblog4cpp.so  
GNURADIO_RUNTIME_FOUND = TRUE
-- Found Git: /usr/bin/git  
-- Extracting version information from git describe...
-- Using install prefix: /usr/local
-- Building for version: v0.1-9-g7f3a2cd2 / 1.0.0git
-- 
-- Checking for module SWIG
-- Found SWIG version 3.0.12.
-- Found SWIG: /usr/bin/swig  
-- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable version "2.7.15", minimum required is "2") 
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.15", minimum required is "2") 
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of size_t
-- Check size of size_t - done
-- Check size of unsigned int
-- Check size of unsigned int - done
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /home/daniel/gr-equisat_decoder/build
daniel@akallabeth ~/gr-equisat_decoder/build $ make -j5
Scanning dependencies of target gnuradio-equisat_decoder
Scanning dependencies of target _equisat_decoder_swig_doc_tag
Scanning dependencies of target pygen_apps_9a6dd
Scanning dependencies of target doxygen_target
Scanning dependencies of target pygen_python_f3f9e
make[2]: *** No rule to make target '../python/packetparse/packetparse.py', needed by 'python/__init__.pyc'.  Stop.
make[1]: *** [CMakeFiles/Makefile2:436: python/CMakeFiles/pygen_python_f3f9e.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[  4%] Building CXX object swig/CMakeFiles/_equisat_decoder_swig_doc_tag.dir/_equisat_decoder_swig_doc_tag.cpp.o
[  4%] Built target pygen_apps_9a6dd
[  9%] Building CXX object lib/CMakeFiles/gnuradio-equisat_decoder.dir/equisat_fec_decoder_impl.cc.o
[ 14%] Generating documentation with doxygen
[ 19%] Building C object lib/CMakeFiles/gnuradio-equisat_decoder.dir/rscode/berlekamp.c.o
[ 23%] Building C object lib/CMakeFiles/gnuradio-equisat_decoder.dir/rscode/galois.c.o
[ 28%] Linking CXX executable _equisat_decoder_swig_doc_tag
[ 33%] Building C object lib/CMakeFiles/gnuradio-equisat_decoder.dir/rscode/rs.c.o
[ 33%] Built target _equisat_decoder_swig_doc_tag
[ 33%] Built target doxygen_target
[ 38%] Linking CXX shared library libgnuradio-equisat_decoder-1.0.0git.so
[ 38%] Built target gnuradio-equisat_decoder
make: *** [Makefile:141: all] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.