Skip to content

jacobagilbert/gr-sidekiq

 
 

Repository files navigation

release/V3.0

The SIDEKIQ OOT Module Basic implementation of source and sink blocks for Sidekiq radios


Provides receive and transmit functionality for Epiq Solution's Sidekiq radios via GNU radio. Note: availability of libsidekiq is required for use.

This release requires GNURadio v3.10


To Build and Install (from the gr-sidekiq directory)

  1. Create a build directory

    mkdir build

  2. Change to the build directory

    cd build

  3. Run cmake (NOTE: if you wish to install to a specific directory, run with -DCMAKE_INSTALL_PREFIX)

    cmake ../ OR cmake -DCMAKE_INSTALL_PREFIX=/my_install_directory ../

  4. Build the code

    make

  5. Install it

    sudo make install

  6. Update dynamic linker for new library (Linux only)

    sudo ldconfig

  7. Refer to examples of sink/source blocks located in examples

About

GNU Radio Sidekiq Support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.1%
  • CMake 21.1%
  • Python 4.7%
  • C 2.8%
  • Shell 0.3%