discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Flowgraph heartbeat pulse


From: Gilad Beeri (ApolloShield)
Subject: Re: [Discuss-gnuradio] Flowgraph heartbeat pulse
Date: Sun, 01 Apr 2018 04:20:59 +0000

Might work for you:
Any kind of source, throttled to 1/HEARTBIT_INTERVAL, to a UDP sink.
Example:
Constant Source(1) -> Throttle (1 S/s) -> UDP Sink
will write the number 1 to the designated UDP sink, once every second.


On Sun, Apr 1, 2018 at 12:22 AM Milos Milosavljevic <address@hidden> wrote:
Hi All,

I was wondering if someone can give me some hints on the below please.

I have a flowgraph running continuously demodulating some off air signals and spitting out meta data about the parameters, calculated SNRs, BER, freq offset estimations, etc. That meta and output data is parsed regularly and saved to a database. 

However, sometimes it is either meta missing or data or both. I am convinced that the flowgraph either stalls or crashes. I need to capture it where exactly but first I want to develop a tool to monitor the flowgraph to now when it crashed or hanged.

So I want to add a hearbeat somewhere which I can monitor and know exactly that it is not running anymore. Does anybody have any ideas of what would be the best way to do it? Can I use something from the library for this? 

Any suggestions will be appreciated.

Many thanks,
Milos

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

[Prev in Thread] Current Thread [Next in Thread]