aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2015-04-02 22:59:40 +0200
committerSylvain Munaut <tnt@246tNt.com>2015-04-02 22:59:40 +0200
commit3fdfe7cf812238804f25f5cdfe39f848fd657b33 (patch)
tree7f9a40d04726d861d87870ce145f652824b5a411
parent985c78ffa7ecfc0d4b5b43d2541e68a9e6d94576 (diff)
gr-fopshor: Add a MANIFEST for CGRAN
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--MANIFEST.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/MANIFEST.md b/MANIFEST.md
new file mode 100644
index 0000000..5ece995
--- /dev/null
+++ b/MANIFEST.md
@@ -0,0 +1,28 @@
+title: GR fosphor
+brief: GNU Radio block for RTSA-like spectrum visualization using OpenCL and OpenGL acceleration
+tags:
+ - fft
+ - gpu
+ - opencl
+ - opengl
+ - visualization
+ - osmocom
+author:
+ - Sylvain Munaut <tnt@246tNt.com>
+copyright_owner:
+ - Sylvain Munaut <tnt@246tNt.com>
+license: GPLv3
+repo: git://git.osmocom.org/gr-fosphor
+website: http://sdr.osmocom.org/trac/wiki/fosphor
+icon: http://people.osmocom.org/~tnt/stuff/fosphor-icon.png
+---
+GNU Radio block for RTSA-like spectrum visualization using OpenCL and OpenGL acceleration
+
+A direct integration into `osmocom_fft` is available through the -F option.
+
+![LTE](http://sdr.osmocom.org/trac/raw-attachment/wiki/GrOsmoSDR/fosphor.png "LTE")
+![GSM](http://sdr.osmocom.org/trac/raw-attachment/wiki/GrOsmoSDR/fosphor2.png "GSM")
+
+It requires a working OpenCL driver, either CPU or GPU, to be installed.
+Please refer to the documentation on http://sdr.osmocom.org/trac/wiki/fosphor
+for installation instructions.