Re: [Discuss-gnuradio] Gnuradio compilation issue

2019-03-24 Thread Nikos Balkanas
Hi, I actually found it in the gnu ftp mirrors:) On Sun, Mar 24, 2019 at 11:01 AM Nikos Balkanas wrote: > Hi, > > I managed to set it up and ran it. Unfortunately, gnuradio 3.0.1, although > the oldest in releases, it is still too late > for my needs:(. > I'm looking

Re: [Discuss-gnuradio] Gnuradio compilation issue

2019-03-24 Thread Nikos Balkanas
link:) Much appreciated, Nikos On Fri, Mar 22, 2019 at 11:38 PM Nikos Balkanas wrote: > It's just a dependency. Don't need gnuradio for itself. Please stick to > the question asked, and not what you think > it should be:) > > On Fri, Mar 22, 2019 at 11:22 PM Marcus D. Leec

[Discuss-gnuradio] Spectrum Analyzer block

2019-03-23 Thread Nikos Balkanas
gt; data in gnuradio without using python block beause im not good in cooding... > Thank you > > في السبت، ٢٣ مارس، ٢٠١٩ ١٢:٢٢ ص Nikos Balkanas كتب: > >> Hi faisal, >> >> There already is a gnuradio block for spectrum analyzer. Have you seen >> gr-fosphor? >>

Re: [Discuss-gnuradio] Gnuradio compilation issue

2019-03-22 Thread Nikos Balkanas
It's just a dependency. Don't need gnuradio for itself. Please stick to the question asked, and not what you think it should be:) On Fri, Mar 22, 2019 at 11:22 PM Marcus D. Leech wrote: > On 03/22/2019 04:17 PM, Nikos Balkanas wrote: > > No. Obviously I have to. I would n

Re: [Discuss-gnuradio] (no subject)

2019-03-22 Thread Nikos Balkanas
Hi faisal, There already is a gnuradio block for spectrum analyzer. Have you seen gr-fosphor? You should really try using messages in your emails:( BR, Nikos On Fri, Mar 22, 2019 at 2:09 PM faisal wrote: > Hi > > Can you provide me how to save the datas which come from the threshold > block an

Re: [Discuss-gnuradio] Gnuradio compilation issue

2019-03-22 Thread Nikos Balkanas
No. Obviously I have to. I would not go into all that trouble just for paleontology:( On Fri, Mar 22, 2019 at 3:42 PM Marcus D. Leech wrote: > On 03/22/2019 12:21 AM, Nikos Balkanas wrote: > > Hi, > > I'm new to this list. Need some help compiling gnuradio 3.0.1 in Ubuntu &g

[Discuss-gnuradio] Gnuradio compilation issue

2019-03-21 Thread Nikos Balkanas
Hi, I'm new to this list. Need some help compiling gnuradio 3.0.1 in Ubuntu 14.4. I know this is an old, unsupported gnuradio, but I was hoping for some insight into swig compilation. Need it for a dependncy: Must remake target `gr_add_const_vcc.h'. PYTHONPATH=../../../../gnuradio-core/src/python

Re: [Discuss-gnuradio] Antenna compatibility problem

2016-03-22 Thread Nikos Balkanas
se range? > > Is this situation possible? > - Center frequency 1.5Ghz with ANT500 > - Center frequency 325MHz with ANT500 > > Thanks > > > 2016. 3. 22. 오후 8:58 Nikos Balkanas 작성: > > ​Hi, > > There is no problem using these antennas with your board, as long as yo

Re: [Discuss-gnuradio] Antenna compatibility problem

2016-03-22 Thread Nikos Balkanas
​Hi, There is no problem using these antennas with your board, as long as you terminate them correctly, 50 O. You choose your antenna based on your coverage, not your board. So what coverage do you need? BR, Nikos On Tue, Mar 22, 2016 at 1:39 PM, SangHyuk Kim wrote: > Hi, > > I'm using CBX dau

Re: [Discuss-gnuradio] gr-ettus AttributeError

2016-03-20 Thread Nikos Balkanas
Hi Zhihong, You are probably an RFNOC newbie like me:( There is a D"Device 3" block under refnoc. You need to include that in every rfnoc flow. It has no connections. HTH, Nikos On Fri, Mar 18, 2016 at 2:50 AM, Zhihong Luo wrote: > To provide more information, all I did was: 1, switching UHD t

Re: [Discuss-gnuradio] RX channel 1 out of range for configured RX frontends

2016-03-19 Thread Nikos Balkanas
> like 'A:0 A:0', depending on your daughterboard, check the UHD manual). > > Cheers, > Martin > > On 03/18/2016 08:53 AM, Nikos Balkanas wrote: > > Hi, > > > > You can have only 1 RX and 1 TX channel in a N210. You are asking for 2 > > RX channels i

Re: [Discuss-gnuradio] lack of understanding the different formats to store samples

2016-03-19 Thread Nikos Balkanas
IQ files are binary files with the raw stream and no headers. Depending on sample resolution, these are complex pairs of either floats or bytes. Conversion of bytes to floats is given by the code: float f; byte b; f = (b - 127)/128; HTH Nikos On Wed, Mar 16, 2016 at 4:04 PM, Henry Barton wr

Re: [Discuss-gnuradio] dive into gnu-radio

2016-03-19 Thread Nikos Balkanas
Hi Kevin, Your link is good, but the exact title is "The scientist and engineer's giude to Digital Signal Processing" Coming from a similar background, it has been my favorite over the past 6 mos:) BR, Nikos On Fri, Mar 18, 2016 at 5:10 AM, Kevin McQuiggin wrote: > Hi Martijn: > > Two cents fr

Re: [Discuss-gnuradio] RX channel 1 out of range for configured RX frontends

2016-03-19 Thread Nikos Balkanas
Hi, You can have only 1 RX and 1 TX channel in a N210. You are asking for 2 RX channels in your flow. Runtime complains that he can access only 1 channel (Rx0). HTH, Nikos​ On Fri, Mar 18, 2016 at 5:39 PM, SUGANYA M wrote: > Hi All, > I am using GNU Radio Companion 3.7.5 and USRP N210. > When

Re: [Discuss-gnuradio] Handling of IQ files

2016-03-19 Thread Nikos Balkanas
ar 19, 2016 at 8:05 PM, Henry Barton wrote: > So there’s no “read x samples, divide by y, do such-and-such, and you have > a frequency-domain array” that I can average over time? > > Sent from Windows Mail > > *From:* Nikos Balkanas > *Sent:* ‎Saturday‎, ‎March‎ ‎19‎, ‎2016

Re: [Discuss-gnuradio] Picking up RF cellular signals

2016-03-19 Thread Nikos Balkanas
.youtube.com/watch?v=ZUqzdrB1o2U >> i keep thinking that there is some kind of heat signature in the spectrum >> that the cellular produces (please correct me if im wrong) >> how else can you explain this works? >> >> I know my approch is not ideal, and i'm not

Re: [Discuss-gnuradio] Handling of IQ files

2016-03-19 Thread Nikos Balkanas
Hi, I missed your second part. gr-fosphor is realtime, so It will follow whatever frequencies you have. Frequency hops show as frequency bands in a frequency spectrum. The frequency spread of a single plot, is your sampling frequency. HTH, Nikos​ On Sat, Mar 19, 2016 at 7:22 PM, James Humphries

Re: [Discuss-gnuradio] Handling of IQ files

2016-03-19 Thread Nikos Balkanas
​Hi, Yes. gr-fosphor will do that for you. It's main takes as input a complex float I/Q file from usrp. HTH Nikos On Sat, Mar 19, 2016 at 6:43 PM, Henry Barton wrote: > Is there any simple formula for plotting spectrum (finding the intensity > of each frequency component, Hertz by Hertz) from

Re: [Discuss-gnuradio] how to handle sources with variable bitrate

2016-03-19 Thread Nikos Balkanas
Hi, Have you tried using a FIFO block in your flow? There a few around and it seems to me it would normalize your flow. BR, Nikos On Thu, Mar 17, 2016 at 10:01 AM, Anselm Karl < anselmkarl.in...@googlemail.com> wrote: > Hi all, > > i want to transmitt a video stream with gnuradio and usrps. The

[Discuss-gnuradio] Grc runtime error "Reference Clock PLL failed to lock to GPSDO source"

2016-03-19 Thread Nikos Balkanas
Hi, Recently I have come across these flow runtime errors. This host flow (not rfnoc) will generate and execute fine, but after sometime this error appears (baudline is never started): -- [0/FIFO_0] sr_write(126, 00C1EA12, 0) Traceback (most recent call last): File "/home/nikos/Desktop/FFT.py", l

Re: [Discuss-gnuradio] benchmark_tx and rx : too many FALSE packet

2016-03-14 Thread Nikos Balkanas
Hi, Nope, as i told you, my x300 has only rx tuners :( BR Nikos On Tue, Mar 15, 2016 at 4:13 AM, SangHyuk Kim wrote: > Hi, > > Sorry I'm late for reply > > Did you use two device (Tx,Rx) at a time ? > > I expect like these messages on Rx machine > > ok = FALSE pktno = 1 n_rcvd = 1 n_right =

Re: [Discuss-gnuradio] Picking up RF cellular signals

2016-03-14 Thread Nikos Balkanas
Indeed, there is phone locator protocol, and a service offered as by some companies. They work through provider contracts. The problem is that you have to know the phone number beforehand and the carrier. Not very useful in a disaster case :( BR, Nikos On Mon, Mar 14, 2016 at 5:50 PM, Marcus Müll

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-14 Thread Nikos Balkanas
top's > monitor. Everything related to actually displaying graphics is done on the > host, but the computation to generate those graphics is done on the FPGA. > > > > Jonathon > > On Fri, Mar 11, 2016 at 7:15 PM, Nikos Balkanas > wrote: > >> Correction: Spect

Re: [Discuss-gnuradio] benchmark_tx and rx : too many FALSE packet

2016-03-13 Thread Nikos Balkanas
Hi, Seems to me you have to tune in to a qam transmission to run your tests. The difficulty is finding one in your area BR, Nikos On Mon, Mar 14, 2016 at 4:05 AM, Nikos Balkanas wrote: > Hi, > > The narrowband gave me nothing of statistics or your messages, just > messages fo

Re: [Discuss-gnuradio] benchmark_tx and rx : too many FALSE packet

2016-03-13 Thread Nikos Balkanas
T+09:00 SangHyuk Kim : > >> Dear Nikos. >> >> the value 'ok' returns 'FALSE' as results of crc_check. >> >> so, I think packet was corrupted. >> >> It happened only some modulation using high bits per symbol (QAM, PSK) >> >>

Re: [Discuss-gnuradio] benchmark_tx and rx : too many FALSE packet

2016-03-13 Thread Nikos Balkanas
en erred on unknown key "qam" BR, Nikos On Mon, Mar 14, 2016 at 3:51 AM, SangHyuk Kim wrote: > Dear, Nikos. > > I want to check both of them. > > Thanks! > > 2016-03-14 10:45 GMT+09:00 Nikos Balkanas : > >> Hi Kim, >> >> I can only test the ben

Re: [Discuss-gnuradio] benchmark_tx and rx : too many FALSE packet

2016-03-13 Thread Nikos Balkanas
Have you inspected the packets and verified them to be corrupt? BR Nikos​ On Sun, Mar 13, 2016 at 10:22 AM, SangHyuk Kim wrote: > Hi all. > > I'm using benchmark_tx(rx).py example > > I experimented variety modulation schemes and GMSK, BPSK, QPSK modulation > worked well > > However, when I use

Re: [Discuss-gnuradio] Debug GNU Radio and executing flowgraphs attaching to them

2016-03-12 Thread Nikos Balkanas
Hi, You can attach gdb to whatever process you choose. Indeed gdb is the standard in debugging as much as gcc is for compiling, but is for power users. If you need a graphical front-end for gdb, several come in mind, like ddd, Insight or Nemiver. If you are familiar with Eclipse CDT, it runs in W

Re: [Discuss-gnuradio] Error while building gnuradio

2016-03-12 Thread Nikos Balkanas
Hi, The file with the errors is generated automatically by swig. Gnuradio seems to be confused about your uhd installation. Either you have 2 different uhd installations - a no,no, or in the middle of your gnuradio compilation you changed uhd and resumed compilation without cleaning it up. If you

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-11 Thread Nikos Balkanas
Correction: Spectrum shows fine. Just had to enlarge the panel:) On Sat, Mar 12, 2016 at 1:26 AM, Nikos Balkanas wrote: > Thanks Jonathan, > > That helps a lot. I still don't get a spectrum, but I get a nice fosphor > panel and no timeout errors. A couple of questions: >

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-11 Thread Nikos Balkanas
ave you tried running the example fosphor flowgraph in > gr-ettus/examples/rfnoc? > > > > Jonathon > > On Fri, Mar 11, 2016 at 2:14 PM, Nikos Balkanas > wrote: > >> Upon closer inspection I do get a few runtime errors: >> >> timeout on chan 0 >> >

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-11 Thread Nikos Balkanas
Upon closer inspection I do get a few runtime errors: timeout on chan 0 Looks like smt is amiss in my flow. Any ideas about that? TIA Nikos On Sat, Mar 12, 2016 at 12:07 AM, Nikos Balkanas wrote: > Tyvm Jason, > > That did it. I don't actually need to set the X300'

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-11 Thread Nikos Balkanas
Tyvm Jason, That did it. I don't actually need to set the X300's addr and type to anything. It defaults to the first one it finds, and I got only 1 ;-) I got the top block running without any errors. Not much of a fosphor display, like I'm used to, but I'm happy i didn't get any errors:) BR, Niko

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-10 Thread Nikos Balkanas
ered DEC: true >>> Done (return code -11) Seems device3 is needed by the RFNoC fosphor fft generator. How can I fix that? Attached are top_block.py, and fosphor.grc flow. TIA, Nikos On Fri, Mar 11, 2016 at 5:55 AM, Nikos Balkanas wrote: > I have looked under , , and searched for &

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-10 Thread Nikos Balkanas
I have looked under , , and searched for Vector*, but couldn't find any suitable blocks:( On Fri, Mar 11, 2016 at 5:32 AM, Nikos Balkanas wrote: > Hi, > > And many thanks for your fast reply. > Indeed that seems to be the problem. How can I convert the scalar, or is > it

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-10 Thread Nikos Balkanas
urrently set to 1024, so you need > to pass in vectors of length 1024. You're passing in scalars. > > M > > On 03/10/2016 05:39 PM, Nikos Balkanas wrote: > > Hi, > > > > I've been trying to start working with RFNoC blocks in grc. In this > > pa

[Discuss-gnuradio] Grc RFNOC block error

2016-03-10 Thread Nikos Balkanas
Hi, I've been trying to start working with RFNoC blocks in grc. In this particular flow, I get this error, which prevents execution: Connection ( Block - uhd_usrp_source_0 - UHD: USRP Source(uhd_usrp_source) Source - out(0) Block - uhd_rfnoc_streamer_fosphor_0 - RFNoC: fosphor(uhd_rfnoc_streamer_

Re: [Discuss-gnuradio] Installing GNU Raio with Boost liraries

2016-03-10 Thread Nikos Balkanas
Hi, In a Unix system to locate libboost.so you can type:​ sudo find / -name "libboost*" Depending on your distro you can try a few other things as well: dpkg - l "libboost*" To find all your libboost packages in your system. HTH Nikos On Thu, Mar 10, 2016 at 7:08 PM, Yan Huang wrote: > Hi

Re: [Discuss-gnuradio] Packet drop from Ethernet (A BIG PROBLEM)

2016-03-09 Thread Nikos Balkanas
face. > > How to change the ethernet parameters or anything else ( if any idea ) to > reduce packet dropping?? > > Thanks in advance, > Mostafa > On Mar 9, 2016 11:25 AM, "Nikos Balkanas" wrote: > >> Hi, >> >> This issue is better addressed to us

Re: [Discuss-gnuradio] Packet drop from Ethernet (A BIG PROBLEM)

2016-03-09 Thread Nikos Balkanas
change > in the bit rate of the Eth. Interface. > > How to change the ethernet parameters or anything else ( if any idea ) to > reduce packet dropping?? > > Thanks in advance, > Mostafa > On Mar 9, 2016 11:25 AM, "Nikos Balkanas" wrote: > >> Hi, >> &g

Re: [Discuss-gnuradio] Upgrade shared library issue

2016-03-09 Thread Nikos Balkanas
Plz disregard. I had to remake and reinstall gr-baz. Probably will need to do for several other gr-packages. BR Nikos On Wed, Mar 9, 2016 at 10:25 AM, Nikos Balkanas wrote: > Hi, > > I just upgraded gnuradio from 3.7.6.1 to 3.7.9.1. Uninstalled old version > and installed new. When

[Discuss-gnuradio] Upgrade shared library issue

2016-03-09 Thread Nikos Balkanas
Hi, I just upgraded gnuradio from 3.7.6.1 to 3.7.9.1. Uninstalled old version and installed new. When, however, I try to run a flow in companion, I get: Generating: '/home/nikos/Desktop/top_block.py' Executing: /usr/bin/python2 -u /home/nikos/Desktop/top_block.py Traceback (most recent call las

Re: [Discuss-gnuradio] Packet drop from Ethernet (A BIG PROBLEM)

2016-03-08 Thread Nikos Balkanas
Hi, This issue is better addressed to usrp-us...@ettus.com. Briefly I can tell you that you can never reach 30M samples/sec over a 1 GbE interface. 30 x 32/bits/sample = 960. Need a bit for metadata, packet overheads, etc. you will drop packages. Especially if your NIC is PCI based :( Try reducing

Re: [Discuss-gnuradio] Companion flow error

2016-03-08 Thread Nikos Balkanas
dline will display. > > You can also adjust the Color Aperture [1] , which may or may not help. > > [1] http://www.baudline.com/manual/color_picker.html#color_aperture > > - Nate > > > > > On Mar 8, 2016, at 9:45 PM, Nikos Balkanas wrote: > > > > That

Re: [Discuss-gnuradio] Companion flow error

2016-03-08 Thread Nikos Balkanas
nts in the folder > baudline_1.08_linux_x86_64/ in your home directory. You should then be able > to call the command "baudline" and if that works, the GR sink block should > work. > > [1] - http://www.baudline.com/baudline_1.08_linux_x86_64.tar.gz > > > - Nate > > > > On

Re: [Discuss-gnuradio] Companion flow error

2016-03-08 Thread Nikos Balkanas
eed to install an executable there. Will update thread, when I do. Thanks, Nikos On Wed, Mar 9, 2016 at 7:08 AM, Marcus D. Leech wrote: > On 03/08/2016 11:59 PM, Nikos Balkanas wrote: > > Hi Nate, > > I imagine you refer to baudline.py which is in the error trace. > >

Re: [Discuss-gnuradio] Companion flow error

2016-03-08 Thread Nikos Balkanas
I just changed PYTHONPATH to python2.7. It was pointing to python3.4. Didn't help, though :( BR, Nikos On Wed, Mar 9, 2016 at 6:59 AM, Nikos Balkanas wrote: > Hi Nate, > > I imagine you refer to baudline.py which is in the error trace. > > > baudline > baudline:

Re: [Discuss-gnuradio] Companion flow error

2016-03-08 Thread Nikos Balkanas
> > > - Nate > > > > On Mar 8, 2016, at 8:33 PM, Nikos Balkanas wrote: > > > > Hi Marcus, > > > > I imagine you mean the top_block.py generated by the flow. > > > > The output is much longer, includes all x300 initialization sequences, > bu

Re: [Discuss-gnuradio] Companion flow error

2016-03-08 Thread Nikos Balkanas
Hi Marcus, I imagine you mean the top_block.py generated by the flow. The output is much longer, includes all x300 initialization sequences, but eventually I get the same error as before:( Nikos On Wed, Mar 9, 2016 at 6:22 AM, Marcus D. Leech wrote: > On 03/08/2016 11:10 PM, Nikos Balka

Re: [Discuss-gnuradio] Companion flow error

2016-03-08 Thread Nikos Balkanas
Wed, Mar 9, 2016 at 5:45 AM, Nate Temple wrote: > Hi Nikos, > > Did you restart gnuradio-companion from a new terminal after adding the > line to your ~/.bashrc file? > > > - Nate > > > > On Mar 8, 2016, at 7:09 PM, Nikos Balkanas wrote: > > > > ​Hi Na

Re: [Discuss-gnuradio] Companion flow error

2016-03-08 Thread Nikos Balkanas
​Hi Nate, Thank you for your fast reply. I tried your suggestions, but i seem to still get the same error: > echo $PATH /opt/AMDAPPSDK-3.0:/opt/AMD/CodeXL:/home/nikos/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:.:/home/nikos/baud:/home/nikos/baudli

[Discuss-gnuradio] Companion flow error

2016-03-08 Thread Nikos Balkanas
Hi, This is my first attempt at gnuradio flows. I'm trying to run some of the tutorials i have found around. I use Ubuntu 14.04 x64, gnuradio 3.7.1, usrp x300 with latest uhd. I have a very simple flow with an Osmosdr Source connected to a Baudline Sink. I get the following error on execurion: UH

[Discuss-gnuradio] Companion flow error

2016-03-08 Thread Nikos Balkanas
Hi, This is my first attempt at using gnuradio flows with gnuradio-companion. I am trying to run some flow tutorials i have found around. I use Ubuntu 14.04 x64, with grc 3.7.1, X300 usrp and latest uhd. Using a simple flow of an Osmosdr Source connected to a Baudline Sink I get the following erro

Re: [Discuss-gnuradio] Finding a particular version

2014-01-18 Thread Nikos Balkanas
On Sat, Jan 18, 2014 at 6:39 PM, Tom Rondeau wrote: > On Sat, Jan 18, 2014 at 8:57 AM, Nikos Balkanas > wrote: > > > > Please hear my advise. Developers should support the "gnuradio -v" option > > and use an include file to do it. > > In a few years git

Re: [Discuss-gnuradio] Finding a particular version

2014-01-18 Thread Nikos Balkanas
Just to update you. It seems that the repository has gnuradio >= 3.0. It is impossible to tell in those old revisions the version number (no cmake, no git tags) but getting the earliest revision from 3/2006, I came across a Changelog with entries since 7/2006! Go figure! The changeover to 3.0 given

Re: [Discuss-gnuradio] Finding a particular version

2014-01-18 Thread Nikos Balkanas
outdated version, well OK, just for finding it, but also while I asked for onoy 1 of 2 options in locating it, I was offered both ;-) Please hear my advise. Developers should support the "gnuradio -v" option and use an include file to do it. In a few years git will be superseded by another v

Re: [Discuss-gnuradio] Finding a particular version

2014-01-17 Thread Nikos Balkanas
On Sat, Jan 18, 2014 at 8:58 AM, Marcus D. Leech wrote: > On 01/18/2014 01:49 AM, Nikos Balkanas wrote: > > > > Sorry, can't do. As i mentioned before, it is not my code to port :-(. > Subversion is still around and good. I have downloaded the first revision > from 2

Re: [Discuss-gnuradio] Finding a particular version

2014-01-17 Thread Nikos Balkanas
On Sat, Jan 18, 2014 at 1:35 AM, Nick Foster wrote: > Just FYI, the first *tag* might be 3.3, but the git repo starts off as > revision 2.8svn. It moved to 3.0 at commit > 9702787a5c9f8ae38c5a34cc957a2ddd3ed0ff5d. So you might get what you're > looking for by checking out commits prior to that, b

Re: [Discuss-gnuradio] Finding a particular version

2014-01-17 Thread Nikos Balkanas
On Sat, Jan 18, 2014 at 12:05 AM, Tom Rondeau wrote: > On Fri, Jan 17, 2014 at 1:30 PM, Nikos Balkanas > wrote: > > > > I am trying to get from the repository gnuradio v 2.8. Since I don't know > > dates or revision numbers, I download revisions and check them out

Re: [Discuss-gnuradio] Finding a particular version

2014-01-17 Thread Nikos Balkanas
On Sat, Jan 18, 2014 at 1:31 AM, Marcus D. Leech wrote: > On 01/17/2014 06:17 PM, Nikos Balkanas wrote: > > > > > On Sat, Jan 18, 2014 at 12:29 AM, Tom Rondeau wrote: > >> On Fri, Jan 17, 2014 at 5:23 PM, Nikos Balkanas >> wrote: >> > >>

Re: [Discuss-gnuradio] Finding a particular version

2014-01-17 Thread Nikos Balkanas
On Sat, Jan 18, 2014 at 1:26 AM, West, Nathan wrote: > I believe that old of a revision was before we started using git, so that > commit (was in SVN) actually does not exist. It's probably easier to port > whatever application to the modern API and then you don't have to > personally maintain 2 o

Re: [Discuss-gnuradio] Finding a particular version

2014-01-17 Thread Nikos Balkanas
On Sat, Jan 18, 2014 at 12:29 AM, Tom Rondeau wrote: > On Fri, Jan 17, 2014 at 5:23 PM, Nikos Balkanas > wrote: > > > > Sorry, I actually need 2.8. That's my problem. Repository has releases > since > > 2006, so it should have 2.8 as well. It is paramount

Re: [Discuss-gnuradio] Finding a particular version

2014-01-17 Thread Nikos Balkanas
14 at 1:30 PM, Nikos Balkanas > wrote: > > > > I am trying to get from the repository gnuradio v 2.8. Since I don't know > > dates or revision numbers, I download revisions and check them out. > > > > I have an either or question. Does anyone know of a stable 2.8

[Discuss-gnuradio] Finding a particular version

2014-01-17 Thread Nikos Balkanas
I am trying to get from the repository gnuradio v 2.8. Since I don't know dates or revision numbers, I download revisions and check them out. I have an either or question. Does anyone know of a stable 2.8 revision for me to download? Failing that, i would appreciate it if someone could tell me a w