release/V3.0
The SIDEKIQ OOT Module Basic implementation of source and sink blocks for Sidekiq radios
- tags: sdr, sidekiq, skiq, epiq
- copyright_owner: US Naval Research Lab, Epiq Solutions
- repo: https://github.com/epiqsolutions/gr-sidekiq
- website: https://epiqsolutions.com/
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)
- Create a build directory
mkdir build
- Change to the build directory
cd build
- 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 ../
- Build the code
make
- Install it
sudo make install
- Update dynamic linker for new library (Linux only)
sudo ldconfig
- Refer to examples of sink/source blocks located in examples