Skip to content

Commit

Permalink
add rftap (#18)
Browse files Browse the repository at this point in the history
RFtap is a simple protocol designed to provide Radio Frequency (RF)
metadata about packets: https://rftap.github.io/

Signed-off-by: Jonathan Brucker jonathan.brucke@gmail.com
  • Loading branch information
jonathanbrucker authored and mbr0wn committed Sep 6, 2016
1 parent 644e8fe commit 5541147
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions gr-rftap.lwr
@@ -0,0 +1,26 @@
#
# This file is part of PyBOMBS
#
# PyBOMBS is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# PyBOMBS is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with PyBOMBS; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
#

category: common
depends:
- gnuradio
description: RFtap Protocol Support
gitbranch: master
inherit: cmake
source: git+https://github.com/rftap/gr-rftap.git

0 comments on commit 5541147

Please sign in to comment.