discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Cognitive Radio Implementation with XML


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Cognitive Radio Implementation with XML
Date: Fri, 9 Sep 2011 09:21:11 -0400

On Fri, Sep 9, 2011 at 2:09 AM, Songsong Gee <address@hidden> wrote:
Hello,
 
I'm now trying to make congitive radio with help of a following article.
Configurable SDR Operation for Cognitive Radio Applications using GNU Radio and the Universal Software Radio Peripheral, http://scholar.lib.vt.edu/theses/available/etd-05182007.../01thesis_whole5.pdf

This article proposed XML files for defining SDR and its behaviors. And it said that SDR can use these XML files with XML parser.
However, I have a difficulties on using the parser. The mentioned article doesn't show the part that implementing XML parser.
 
Is it impossible to use the parser in GRC? Only for a .py file typed manually?

--
Seokseong Jeon (aka Songsong Gee)


Songsong,
Using XML is outside the scope of GNU Radio. GRC does use XML to define the blocks, but it's not in the same way that you would be using it for your cognitive radio applications. Your best bet is to look into using Expat or Xerces in C/C++ or one of the various Python XML parsers.

Tom


reply via email to

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