From 9e43258205b054cc4369203adac9ab1f967094ae Mon Sep 17 00:00:00 2001 From: Manolis Surligas Date: Tue, 8 Mar 2016 23:25:08 +0200 Subject: [PATCH] Update the README description for the examples directory --- examples/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 8620e65..873ed41 100644 --- a/examples/README.md +++ b/examples/README.md @@ -15,5 +15,11 @@ Words per Minute (WPM) is about 20. * `morse_decoding_flowgraph.grc`: This flowgraph decodes a CW signal and prints the corresponding message at the `stdout`. To demonstrate the capabilities of the decoder, signal and noise power GUI sliders are provided - for easy testing and experimenting. + for easy testing and experimenting. + + * `ax25_example.grc`: This flowgraph semonstrates the AX.25 encoder and + decoder. It has two different AX.25 payload source blocks. The first one is the + `Debug Message Source` block that assigns as payload a predefined message, + whereas the second one is a `UDP Message Source` block that receives the + AX.25 payload from a UDP packet. \ No newline at end of file