Skip to content

Commit

Permalink
update README.md and MANIFEST.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lofaldli committed May 4, 2018
1 parent 3678e1e commit 1865e6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
14 changes: 6 additions & 8 deletions MANIFEST.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
title: The CCSDS OOT Module
brief: Short description of gr-ccsds
tags: # Tags are arbitrary, but look at CGRAN what other authors are using
- sdr
tags:
- ccsds, fec
author:
- André Løfldli <[email protected]>
- André Løfaldli <[email protected]>
copyright_owner:
- André Løfaldli
license:
#repo: # Put the URL of the repository here, or leave blank for default
#license:
repo: https://github.com/lofaldli/gr-ccsds
#website: <module_website> # If you have a separate project website, put it here
#icon: <icon_url> # Put a URL to a square image here that will be used as an icon on CGRAN
---
A longer, multi-line description of gr-ccsds.
You may use some *basic* Markdown here.
If left empty, it will try to find a README file instead.

11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# gr-ccsds ![][badge1] ![][badge2] ![][badge3]
# gr-ccsds

this is a GNU Radio module for processing data which is encoded according to the CCSDS Recommended Standard for [TM Synchronization and Channel Coding][ccsds].
this is a GNU Radio module for processing data which is encoded according to the [CCSDS][ccsds] 131.0-B standard.
it handles Reed Solomon, interleaving and scrambling/randomization.

it was done as part of my master thesis at [NTNU][ntnu] in the spring of 2016.
it originally was done as part of my master thesis at [NTNU][ntnu] in the spring of 2016.

## installing

Expand All @@ -23,9 +23,6 @@ then clone this repo and follow these instructions
make
[sudo] make install

[ccsds]: https://public.ccsds.org/Pubs/131x0b2ec1.pdf
[ccsds]: https://public.ccsds.org/Publications/BlueBooks.aspx
[ntnu]: https://ntnu.edu
[pybombs]: https://github.com/gnuradio/pybombs
[badge1]: https://img.shields.io/badge/Ubuntu-14.04-brightgreen.svg
[badge2]: https://img.shields.io/badge/Ubuntu-16.04-brightgreen.svg
[badge3]: https://img.shields.io/badge/Ubuntu-17.04-red.svg

0 comments on commit 1865e6f

Please sign in to comment.