Commit Graph

25 Commits

Author SHA1 Message Date
Manolis Surligas 29081b6207 Update build requirements on the README 2019-12-12 18:17:50 +02:00
takurx 31a6223334 Update README.md that add 'sudo' in Install, Requirement, Debian/Ubuntu Field 2019-12-12 17:55:10 +02:00
Manolis Surligas ab442833c2 Instruct Astyle to wrap code at 80 chars 2019-09-30 19:32:21 +03:00
Manolis Surligas c40b83211f Add a IEEE 802.15.4 compatible decoder
Add a IEEE 802.15.4 like decoder, which supports
the IEEE 802.15.4 standard but also a large variety
of ICs based on this framing scheme. Such framings
are quite common in many Cubesat missions.

The decoder has been tested an works well with at least
the Reaktor Hello World satellite
2019-09-30 19:32:21 +03:00
Manolis Surligas 142c995370 Add astyle pre-commit hook and update readme with coding style info 2019-09-30 19:32:21 +03:00
Manolis Surligas 17f91dbb27 Add developers information on README 2019-09-30 19:32:21 +03:00
Manolis Surligas 110ab30d26 Add JSON converter block for the decoders
The decoders produce a PMT message containing several information about
the decoded frame. While this is very convenient for handling data
inside the flowgraph, it is not for third party applications. The JSON
converter block is responsible to serialize all the information
contained in a PMT originating from a decoded frame.

For simple demonstration some metadata were added on the AX.25 decoder.
These metadata are still a WIP and they subjected to changes.
2019-09-30 19:32:21 +03:00
Ilias Daradimos e932339c9e Update README.md 2019-09-30 18:47:46 +03:00
Ilias Daradimos 86495bbb5a Update README.md 2019-09-30 18:47:46 +03:00
Manolis Surligas 10f27c045e Remove obsolete libnova dependency 2018-12-02 00:51:46 +02:00
Ansgar Schmidt 2122b531ae Adding debian/ubuntu install requirements
Signed-off-by: Ansgar Schmidt <ansgar.schmidt@gmx.net>
2018-12-01 21:42:06 +00:00
Ansgar Schmidt a84d80ada6 Fixing missing step in Installation description
Signed-off-by: Ansgar Schmidt <ansgar.schmidt@gmx.net>
2018-11-30 11:18:44 +00:00
Manolis Surligas a6445b3b00 Add contributors list and update versioning scheme 2018-07-19 14:24:38 +03:00
Manolis Surligas 7e09a383d6 Add flowgraph for the FOX DUV decoder and update README 2018-03-24 21:43:18 +02:00
Manolis Surligas fd75575828 Merge branch 'LongHairedHacker/gr-satnogs-noaa-apt-sink' 2018-01-05 16:49:38 +02:00
Sebastian 1f3b50c9f4 Added minimal documentation 2018-01-03 00:34:32 +01:00
Manolis Surligas 9177df0444 Bump version 2017-10-09 16:16:32 +03:00
Hugh Brown (Saint Aardvark the Carpeted) 07f964e44f Update github link to gitlab 2017-10-06 19:52:57 -07:00
Manolis Surligas c83e53f9b5 Dev (#67)
* Fix UPSat QT parameters

* Fix missing library versioning on CMake

* Fix segfault on the rigctl message source block destruction
2017-03-23 03:22:08 +02:00
Fabian P. Schmidt ae2be36bca Add missing requirements to installation documentation (#60) 2017-02-07 13:46:06 +02:00
Manolis Surligas 94161d7b24 Change the build system requirements on GNU Radio version and libnova 2016-10-26 20:37:11 +03:00
Manolis Surligas 33a27566c8 Improve build system and installation documentation (#33)
The build systen now allows to enable/disable the blocks of the OOT
module that are used for development and debugging purposes.
2016-10-12 02:45:21 +03:00
Manolis Surligas cb1f13b85c Add FSK transceiver flowgraph examples 2016-04-24 14:35:46 +03:00
Manolis Surligas 5d4884cf0d Add a generic clear text message sink.
For now the generic clear text message sink just prints the decoded
clear text messages in the stdout. In the future and depending the needs
of the project, the clear text messages can be forwarded at other
services on the same host or via the network.

Also the debug message source block now supports injection of artificial
errors, for more robust decoding of the Morse decoder block.
2016-01-24 21:43:17 +02:00
Manos Surligas 08002b27cc Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00