Re: [Discuss-gnuradio] Enabling the cognitive radio with GNU Radio+USRP

2010-04-12 Thread Tom Rondeau
On 3/7/2010 3:31 PM, Eric Blossom wrote: On Thu, Mar 04, 2010 at 02:45:54PM -0500, Jakub Moskal wrote: Hi everyone, I am trying to use the GNU-Radio+USRP to implement a cognitive radio use case in which radios exchange information (XML-based documents) between each other in order to

Re: [Discuss-gnuradio] Enabling the cognitive radio with GNU Radio+USRP

2010-04-12 Thread Jakub Moskal
Tom, That is actually what I was going to do. I installed Ubuntu as a dual boot on my Mac and I must say the installation of gnuradio went very smooth, much faster than on the OSX. Too bad this approach is not platform-independent, although it will do for now. Thank you for the advice! Jakub On

Re: [Discuss-gnuradio] Enabling the cognitive radio with GNU Radio+USRP

2010-03-07 Thread Eric Blossom
On Thu, Mar 04, 2010 at 02:45:54PM -0500, Jakub Moskal wrote: Hi everyone, I am trying to use the GNU-Radio+USRP to implement a cognitive radio use case in which radios exchange information (XML-based documents) between each other in order to achieve a defined goal (e.g. to improve

Re: [Discuss-gnuradio] Enabling the cognitive radio with GNU Radio+USRP

2010-03-06 Thread Michael Dickens
On Mar 4, 2010, at 2:45 PM, Jakub Moskal wrote: Last question.. I own to USRPs and I successfully installed the gnuradio with grc on two MacBooks (10.6.2). Examples run fine, but when it comes to the tunnel.py I cannot make the TUN/TAP interface to work on OSX, has anyone had luck with that? I

Re: [Discuss-gnuradio] Enabling the cognitive radio with GNU Radio+USRP

2010-03-06 Thread Jakub Moskal
Michael, Thank you for the response. What I am doing right now is forwarding the packets from the tunnel.py to a JMS (Java Message Service) server using the STOMP (http://stomp.codehaus.org/) protocol, available for python. JMS server is pushing packets from its clients to the tunnel.py. What JMS

[Discuss-gnuradio] Enabling the cognitive radio with GNU Radio+USRP

2010-03-04 Thread Jakub Moskal
Hi everyone, I am trying to use the GNU-Radio+USRP to implement a cognitive radio use case in which radios exchange information (XML-based documents) between each other in order to achieve a defined goal (e.g. to improve connectivity), without disturbing the usual communication. I have several