[Discuss-gnuradio] gnuradio on android

2015-08-24 Thread Mostafa Alizadeh
Hi I'm looking for GNURadio on android applications. I mean what kind stuffs already can I do with GNURadio on android? I have not tried the process of making GNURadio on a mobile device since I don't know what's its application. To be specific, is it possible to, for instance, use mobile (or

Re: [Discuss-gnuradio] gnuradio on android

2015-08-24 Thread Marcus Müller
Hi Mostafa, To be specific, is it possible to, for instance, use mobile (or tablet) hardware to capture or send signals with GNURadio on it (instead of using an external USRP)? no, mobile phones don't have raw sample access to their radio chips, since these were generally not designed to do

Re: [Discuss-gnuradio] gnuradio on android

2015-08-24 Thread Marcus Müller
Hi Mostafa, having read the feature sheet of QXDM, it says it can analyze the strength of specific preambles, and configure Qualcom chipsets; I really don't see how this matches up very well with what SDR is in the context of GNU Radio. It really seems more like a statistical/administration tool

Re: [Discuss-gnuradio] gnuradio and android

2015-07-30 Thread Tom Rondeau
On Thu, Jul 30, 2015 at 2:11 PM, Albin Stigö albin.st...@gmail.com wrote: It would definitely be a great thing is GRC was slightly more language agnostic! Well, GNU Radio only has two ways of running: C++ and Python where Python is generally the default. So agnostic isn't going to happen, nor

Re: [Discuss-gnuradio] gnuradio and android

2015-07-30 Thread Tom Rondeau
On Thu, Jul 23, 2015 at 4:06 PM, Volker Schroer dl1...@gmx.de wrote: Tom, thank you for your comments. I agree to your objection that android is java based. But I think most of the gnuradio users ( not developers ) are not willing (or not able ) to code in java. gnuradio is python based

Re: [Discuss-gnuradio] gnuradio and android

2015-07-30 Thread Albin Stigö
It would definitely be a great thing is GRC was slightly more language agnostic! On Thu, Jul 30, 2015 at 6:21 PM, Tom Rondeau t...@trondeau.com wrote: On Thu, Jul 23, 2015 at 4:06 PM, Volker Schroer dl1...@gmx.de wrote: Tom, thank you for your comments. I agree to your objection that

Re: [Discuss-gnuradio] gnuradio and android

2015-07-23 Thread Tom Rondeau
On Wed, Jul 22, 2015 at 4:47 PM, Volker Schroer dl1...@gmx.de wrote: Hi! I watched the development of gnuradio for android. But I'm not very familiar with java, so I searched for a way to run gnuradio python scripts without or with little modifications on android. I detected the

Re: [Discuss-gnuradio] gnuradio and android

2015-07-23 Thread Volker Schroer
Tom, thank you for your comments. I agree to your objection that android is java based. But I think most of the gnuradio users ( not developers ) are not willing (or not able ) to code in java. gnuradio is python based at least to glue blocks together. So my conclusion would be : either

Re: [Discuss-gnuradio] gnuradio and android

2015-07-23 Thread Marcus Müller
@gnu.org [mailto:discuss-gnuradio-bounces+alan.r.hill=gmail@gnu.org] *On Behalf Of *Marcus Müller *Sent:* Wednesday, July 22, 2015 2:46 PM *To:* discuss-gnuradio@gnu.org *Subject:* Re: [Discuss-gnuradio] gnuradio and android For which blocks did that happen? Also, you say raspberry Pi2

Re: [Discuss-gnuradio] gnuradio and android

2015-07-23 Thread Silverfox
No. Sorry everyone. I meant ARM not android. Alan From: Marcus Müller [mailto:marcus.muel...@ettus.com] Sent: Thursday, July 23, 2015 7:26 AM To: Silverfox; GNURadio Discussion List Subject: Re: [Discuss-gnuradio] gnuradio and android So is this related to Android at all? Because

Re: [Discuss-gnuradio] gnuradio and android

2015-07-23 Thread ikjtel
did this post somehow get missed? From: ikjtel Subject: [Discuss-gnuradio] patches and instructions for adding python and numpy to GNU Radio for android Date: Tue, 9 Jun 2015 23:10:36 + (UTC) http://lists.gnu.org/archive/html/discuss-gnuradio/2015-06/msg00150.html

[Discuss-gnuradio] gnuradio and android

2015-07-22 Thread Volker Schroer
Hi! I watched the development of gnuradio for android. But I'm not very familiar with java, so I searched for a way to run gnuradio python scripts without or with little modifications on android. I detected the python_for_android project and wrote some recipes to run gnuradio on android.

[Discuss-gnuradio] gnuradio and android

2015-07-22 Thread Silverfox
I complied the latest code on a Raspberry Pi 2 and the standalone applications seem to work but I ran into strange behavior when I ran gnuradio-companion. I could not get common data types to work between processes. That is, I could not resolve type conflicts between ins and outs. Any hints on

Re: [Discuss-gnuradio] gnuradio and android

2015-07-22 Thread Marcus Müller
For which blocks did that happen? Also, you say raspberry Pi2, are you running android on that? Greetings, Marcus On 22.07.2015 23:37, Silverfox wrote: I complied the latest code on a Raspberry Pi 2 and the standalone applications seem to work but I ran into strange behavior when I ran