discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Control Ports On/Off and Config file


From: Richard Bell
Subject: [Discuss-gnuradio] Control Ports On/Off and Config file
Date: Thu, 18 Jun 2015 16:38:15 -0700

I set my gnuradio configuration file (located here: /usr/local/etc/gnuradio/conf.d/gnuradio-runtime.conf) to the following:

[PerfCounters]
on = True #False
export = True #False
clock = thread
#clock = monotonic

[ControlPort]
on = True #False
edges_list = True #False

I continue to run into the following message when I include a 'ctrlport performance monitor' in my flowgraph:

ControlPort Monitor running.
monitor::endpoints() = -h rbell -p 49158
running: ['gr-perf-monitorx', 'rbell', '49158']
Configuration has not turned on all of the appropriate ControlPort features:
    [ControlPort] on = True
    [ControlPort] edges_list = False
    [PerfCounters] on = True
    [PerfCounters] export = False

Is there another file overriding the config file I set above to cause this?

v/r,
Rich

reply via email to

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