Skip to content

GNU Radio Out-of-Tree Module implementation for SigMF specification

License

Notifications You must be signed in to change notification settings

ctriant/gr-sigmf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gr-sigmf: GNU Radio OOT module for SigMF

Introduction

This GNU Radio Out-of-Tree module aims to provide support on the Signal Metafile Format specification ( SigMF). More specifically, the module's main contributions include:

  • JSON C++ manipulation API
  • SigMF source block
  • SigMF sink block
  • Converters from/to SigMF specification
  • Stand-alone QT GUI

Installation

To install gr-sigmf the following dependencies are required:

Install by the following shell commands:

git clone git@github.com:ctriant/gr-sigmf.git
cd gr-sigmf
mkdir build
cd build
cmake ..
make -j4
sudo make install

Google Summer of Code

This GNU Radio Out-of-Tree module is implemented for the needs of Google Summer of Code (GSoC) 2017. For more information regarding the project please read the full project proposal here.

License

This software is Copyright © 2017 Free Software Foundation, Inc. and part of GNU Radio. It is free software, and is released under the GPLv3 License.

Contact

Maintainer of this module:

Kostis Triantafyllakis ctriant[at]csd.uoc.gr

Mentors:

Bastian Bloessl bloessl[at]ccs-labs.org

Sebastian Müller gsenpo[at]gmail.com

To get more info and news regarding the project's progress, please visit the blog.

Also please consider the GNU Radio mailing list.

About

GNU Radio Out-of-Tree Module implementation for SigMF specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published