discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Stop xmlrpc server


From: Murray Thomson
Subject: [Discuss-gnuradio] Stop xmlrpc server
Date: Thu, 15 Jan 2015 09:44:35 +0000

Hi,

When I add an xmlrpc server block in GnuRadio 3.7.5, I'm not able to stop the flow graph pressing Enter any more. I have to manually add the shutdown call to the server in the generated script (see below). Am I doing something wrong, is it expected or is this a bug?

...
    raw_input('Press Enter to quit: ')
    tb.xmlrpc_server_0.shutdown()
    tb.stop()
    tb.wait()

Thanks,
Murray

reply via email to

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