Skip to content

ctriant/gr-sigmf

dev
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 27 commits ahead of master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
grc
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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