Re: [Discuss-gnuradio] Zedboard and Pybombs

2015-04-11 Thread Greg
ned the pybombs git repo. That is where you should find the setup_env.sh script. - Greg On Sat, Apr 11, 2015 at 2:16 PM, Keyur Parikh wrote: > Hello, > > I'm trying to get GNU Radio installed on a Zedboard and decided to give > pybombs a shot. It's a take on Ubuntu 12.04 c

[Discuss-gnuradio] USRP - FC3 usb transfer rate tx. vs. rx.

2005-03-07 Thread Greg Spanel
50 in test_usrp_standard_tx and recompile, the tx. transfer rate jumps to 32meg/sec. Line 250 was printf("tx_underrun\n"); now is //printf("tx_underrun\n"); I hope this helps, Greg Spanel ___ Discuss-gnuradio mailing list Disc

Re: [Discuss-gnuradio] GNU Radio CVS-current vmcirbuf problems

2005-10-12 Thread Greg Troxel
amp;num=2 to get this if the url gets mangled, google('shm_open netbsd'), and look at first google groups hit. I'm just starting to get up to speed on the codebase; I'll try to look at this soon. -- Greg Troxel <[EMAIL PROTECTED]> _

[Discuss-gnuradio] savannah cvs restructured; checkout neeeds updating

2005-12-12 Thread Greg Troxel
continue d_option = cvs_d_option[repository]['anon'] -login_required = re.match (':pserver:', d_option) +login_required = 0 and re.match (':pserver:', d_option) if login_required: sys.stderr.write

[Discuss-gnuradio] USRP on NetBSD

2005-12-15 Thread Greg Troxel
: 64 9 42 288 0xbfbfd340 4 1000 usb_control_msg: 64 9 26 288 0xbfbfd340 4 1000 usb_control_msg: 64 9 8 544 0xbfbfdad3 1 1000 usb_control_msg: 64 9 20 544 0xbfbfdad3 1 1000 usb_control_msg: 64 9 8 1056 0xbfbfdac3 1 1000 usb_control_msg: 64 9 20 1056 0xbfbfdac3 1 1000 usb_control_msg: 64 9 3 288 0xbfb

[Discuss-gnuradio] USRP on NetBSD, partly/mostly working now

2005-12-16 Thread Greg Troxel
I do hear quieting. I have the EHCI spec on my reading pile... -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Binary packaging problems on x86_64

2005-12-19 Thread Greg Troxel
Berndt Josef Wulf <[EMAIL PROTECTED]> writes: > I noticed a problem when building GNU Radio on x86_64 platforms. GNU > Radio for some reasons insists to install them into ${prefix}/lib64 > where as pkgsrc expects them in ${prefix}/lib. > > > # GR_X86_64() > # > # Checks to see if we're on a x86_

Re: [Discuss-gnuradio] Binary packaging problems on x86_64

2005-12-19 Thread Greg Troxel
Larry Doolittle <[EMAIL PROTECTED]> writes: > On Mon, Dec 19, 2005 at 09:16:10AM -0500, Greg Troxel wrote: > > > - if test "$host_cpu" = "x86_64"; then > > + if test "$host_os" = "Linux" -a "$host_cpu" = "x86_64&

Re: [Discuss-gnuradio] USRP on NetBSD, partly/mostly working now

2005-12-19 Thread Greg Troxel
Eric Blossom <[EMAIL PROTECTED]> writes: > On Fri, Dec 16, 2005 at 03:59:39PM -0500, Greg Troxel wrote: > > > 1) buildit assumes that everything is in /usr, or perhaps that > >everything is in the compiler's default paths. > > Yes. ./configure --help s

Re: [Discuss-gnuradio] sparc <--> x86 data exchange

2005-12-21 Thread Greg Troxel
ent levels on other systems (e.g. sparc64). -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Repeatability of FEC Decoder Decisions

2018-03-26 Thread Greg Rendon
ndle data between calls to work() and/or something in the butterfly setup? If so, suggestions on debugging? - Something else blatantly obvious that I've overlooked? Thanks, Greg greg_fec_decoder_test.grc Description: Binary data ___ Discu

[Discuss-gnuradio] RFNoC FPGA Image Downloading

2018-04-05 Thread Greg Rendon
repo that would correspond to the latest available images file, or how to compile the correct image? Possibly the default image now contains the RFNoC content? Please advise. Thanks. Greg Rendon ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] uhd_find_devices cannot find my B210

2014-05-05 Thread Greg Hulands
the device, but still uhd_find_devices can't locate it. I have the B210 plugged into a Via VL800 USB 3.0 card. lspci identifies it as Device 3483 (rev 01). What step am i missing? Thanks, Greg ___ Discuss-gnuradio mailing list Discuss-gnu

Re: [Discuss-gnuradio] uhd_find_devices cannot find my B210

2014-05-05 Thread Greg Hulands
I added the Ettus repo and installed 003.007.001 and yet when I run the uhd_find_devices command it shows the 003.005.003 version. Do you recommend building from source? Thanks, Greg On May 5, 2014, at 10:58 AM, Marcus D. Leech wrote: > On 05/05/2014 01:52 PM, Greg Hulands wrote: >>

Re: [Discuss-gnuradio] uhd_find_devices cannot find my B210

2014-05-05 Thread Greg Hulands
deleted it and then reinstalled and it now finds the device and loads the firmware. Thanks for the help, Greg On May 5, 2014, at 11:26 AM, Marcus Müller wrote: > You seem to have an old, residual version installed. Can you search for > packets that start with uhd and verify you've only

[Discuss-gnuradio] Signal drought

2014-05-05 Thread Greg Hulands
gnu radio and sdr so I’m not yet sure how to dig in to debug these issues. Anything help is greatly appreciated. Thanks, Greg signature.asc Description: Message signed with OpenPGP using GPGMail ___ Discuss-gnuradio mailing list Discuss-gnuradio

Re: [Discuss-gnuradio] Signal drought

2014-05-05 Thread Greg Hulands
It just looks like noise. On May 5, 2014, at 4:59 PM, Marcus D. Leech wrote: > On 05/05/2014 07:52 PM, Greg Hulands wrote: >> Hi, >> I built all the code today using the build-gnuradio script and when I create >> a simple GRC flow graph going from the USRP source to

Re: [Discuss-gnuradio] Signal drought

2014-05-05 Thread Greg Hulands
I changed antenna’s and I see a signal now in uhd_fft. I just noticed that when in GRC and I run the flow graph, i don’t see the RX light come on the board like when running uhd_fft. I have put the grc file up here http://test.utr-software.com/sdr/test.grc Thanks, Greg On May 5, 2014, at 5:03

Re: [Discuss-gnuradio] Signal drought

2014-05-05 Thread Greg Hulands
7MHz? Do you have an antenna > plugged in to the correct port on the device? > > >> On May 5, 2014, at 4:59 PM, Marcus D. Leech wrote: >> >>> On 05/05/2014 07:52 PM, Greg Hulands wrote: >>>> Hi, >>>> I built all the code today using the bui

Re: [Discuss-gnuradio] Signal drought

2014-05-05 Thread Greg Hulands
gt;> board like when running uhd_fft. >> >> I have put the grc file up here http://test.utr-software.com/sdr/test.grc >> >> Thanks, >> Greg >> > The default antenna port if you don't specify one is always TX/RX -- because > you might be wanting

Re: [Discuss-gnuradio] Signal drought

2014-05-05 Thread Greg Hulands
Still no go. :-( I have also added device adde = name,serial=F4,type=b200,uhd and Mb0: Subdev Spec = A:A A:B both still having no effect. Thanks, Greg On May 5, 2014, at 5:58 PM, Marcus D. Leech wrote: >> I changed to RX2 and still not activating the receiver on the board. >

Re: [Discuss-gnuradio] Signal drought

2014-05-05 Thread Greg Hulands
I just worked it out - the run parameter in the Options block was set to Off instead of autostart. Doh. Thanks so much for your help. I really appreciate it. Cheers, Greg On May 5, 2014, at 6:17 PM, Marcus D. Leech wrote: > On 05/05/2014 09:11 PM, Greg Hulands wrote: >> St

Re: [Discuss-gnuradio] BBN 802.11-b project - MAC Layer issue

2010-01-27 Thread Greg Troxel
Doug Geiger writes: > As far as my understanding goes, there is not a complete > implementation of the 802.11b-spec MAC. The files you've found are, to > the best of my knowledge, the only released code out there > implementing a partial MAC (i.e. it performs some carrier-sensing > functions in

Re: [Discuss-gnuradio] Muhammad Khan wants to stay in touch on LinkedIn

2010-08-26 Thread Greg Troxel
Jeffrey Lambert writes: > What's up with all the LinkedIN Requests?! linkedin seems to have the same problem as many other services of letting people upload an address book and mass-invite. Everyone should forward invitations received on the list to ab...@linkedin.com, which will cause them to

Re: [Discuss-gnuradio] More sensitivity tests of the USRP2 + Basic_RX

2010-10-09 Thread Greg Troxel
"Marcus D. Leech" writes: > Using the scope display, I measured the detector output difference > between nothing connected (which on the BASIC_RX means that > the A/D is "seeing" the 50-ohm termination across the input-half of > the balun transformer), and my -46dBm signal connected. I see yo

Seeking Experts

2021-06-09 Thread Greg Warnes
particular corner of the communications market. Please reply or sign up for an interview timeslot at https://calendly.com/warnesg/20-minute-communications-industry-interview Thanks for your help! -Greg Gregory R. Warnes, Ph.D. g...@warnes.net Eternity is a long time, take a friend!

Re: [Discuss-gnuradio] updated BBN 80211 code for current release (3.1.3)?

2009-01-02 Thread Greg Troxel
2) Why doesn't gnu radio team include BBN 802.11 code in their office release, just same as what they have done to the m-block codes? Then these codes would be better maintained and utilized. The BBN code has copyright assigned to FSF, so it's just a question of somebody doing the integrati

Re: [Discuss-gnuradio] bbn 802.11 problem

2009-01-22 Thread Greg Troxel
Several months ago I installed bbn 802.11 code and got it running. but today when I wanted to download it in my new PC (according to what I've done before http://gnuradio.org/trac/wiki/OtherCode) cvs -d anon...@acert.ir.bbn.com:/cvs/adroitgrdevel co adroitgrdevel the problem is cvs

Re: [Discuss-gnuradio] [BBN_USRP2] Barker (de)spreading

2009-05-20 Thread Greg Troxel
From my side I decided to spend some more time in understanding why the bbn_802.11_tx.py doesn't work when trying to receive with real 802.11 chipsets in monitor mode (modified to disable the mac CRC check). I am now fuzzy on the details, but I think the basic problem is that the USRP doe

Re: [Discuss-gnuradio] Ubuntu vs other linux

2009-07-13 Thread Greg Troxel
I'm writing a report on gnu radio and I had a question... I believe most everyone uses Ubuntu compared to other Linux systems for GNU radios why is this? Is it simply because Ubuntu is easier/more user friendly or does it have to do with the way Ubuntu works? You should also realize t

Re: [Discuss-gnuradio] BBN 802.11b - Identifying blocks, doxygen

2010-01-05 Thread Greg Troxel
Juan Ramon Gutierrez Agullo writes: > Hi all, > > I want to develop 802.11 a from b. I have the BBN 802.11 b code from > CGRAN (https://www.cgran.org/wiki/BBN80211) but it comes without doxygen > documentation or something else. > I'm unable to identify MAC/PHY layer and the flow graphs (for T

Re: [Discuss-gnuradio] uint64

2006-02-16 Thread Greg Troxel
lphas. Probably the best bet is to have an autoconf test for , and include and use those types to define gr_foo if it is present, and if not have OS-specific workarounds. stdint is C99, so it's unlikely that any system that can build all of GNU Radio's dependencies won't have it

Re: [Discuss-gnuradio] Re: gnuradio flowgraph mechanism

2006-02-16 Thread Greg Troxel
GPL rather than the BSD/X11-like Click license. More importantly, it avoids difficult and hard to maintain cross-project software dependencies. -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailing list Discuss-gnura

Re: [Discuss-gnuradio] Run USRP at alternate clock frequency?

2006-04-07 Thread Greg Troxel
802.11 demodulation is entirely welcome, and I too would like to see your code. The server runs cvs and svn, mail, bugtracker etc. under savane on NetBSD, and has RAID-1 storage and tape backups. Please feel free to email me if you have any issues using the

Re: [Discuss-gnuradio] measure of the SNR in a packet

2006-04-26 Thread Greg Troxel
s down low that it's a more interesting problem, at least to me. -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] proposed change to ugen to enable USRP to work well on NetBSD

2006-05-03 Thread Greg Troxel
ads/adroit/NetBSD-USB-continuous.pdf -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] proposed change to ugen to enable USRP to work well on NetBSD

2006-05-05 Thread Greg Troxel
sync and the read system call is in tsleep. But it's harder to do that than continuous read mode. Thanks for pointing out aio, though - I had forgotten about that. -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] proposed change to ugen to enable USRP to work well on NetBSD

2006-05-07 Thread Greg Troxel
ust skip the reads? I don't see what you are trying to find out from this experiment. > The transfer rate calculated is very fast so the overrun error > count seems to be a function of the USRP code rather than actual > overruns. I don't see how this follows. --

[Discuss-gnuradio] USRP transfer sizes

2006-05-07 Thread Greg Troxel
ly be part of setting the read buffer size. For write, one also needs to set the write transaction size, and limit the amount of buffered write data, so perhaps a symmetric ioctl would be good; this would allow different read and write sizes, and totally decouple reading and writing. -- G

Re: [Discuss-gnuradio] configure tests?

2006-05-26 Thread Greg Troxel
re goofy examples, but it's nice that the base system is cross buildable and it's occasionally annoying that packages aren't. Building for ppc or sparc64 on i386 is a less goofy example. -- Greg Troxel <[EMAIL PROTECTED]> pgpSNtPvGgHAB.pgp Description: PGP signature _

Re: [Discuss-gnuradio] USB throughput numbers for NetBSD (and Linux)

2006-07-22 Thread Greg Troxel
different results, but I would expect a big improvement. -- Greg Troxel <[EMAIL PROTECTED]> pgp5Kb7n2xypv.pgp Description: PGP signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Fedora Core 5 x86_64 lib install problems

2006-07-24 Thread Greg Troxel
E.g.: /usr/pkg/lib/python2.4/site-packages/_curses.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), for NetBSD 3.0, not stripped 2) Presumably the point of lib64 is that programs/libraries compiled for 32 bits can be installed to lib. So someone should be able to install

[Discuss-gnuradio] NetBSD USRP USB changes committed to master repository

2006-07-26 Thread Greg Troxel
tting pipelining closer to the hardware is needed - this is being pushed upstream since it works and gets ~80% of the likely speed gain. From: Greg Troxel <[EMAIL PROTECTED]> Subject: CVS commit: src To: [EMAIL PROTECTED] Date: Mon, 24 Jul 2006 14:24:50 + (UTC) Reply-To: [EMAIL PROTECTED]

Re: [Discuss-gnuradio] NetBSD USRP USB changes committed to master repository

2006-07-26 Thread Greg Troxel
he 32 MB/s speed is really 16 MB/s in each direction. It would be cool if benchmark_usrp.py tried decimation 14, 12, and 10 also, rather than stopping at 16 (and interpolation values with those rates). -- Greg Troxel <[EMAIL PROTECTED]> pgpTx5LBjnVgP.pgp Descriptio

Re: [Discuss-gnuradio] Re: Intel Mac GNU Radio Install Update Soon

2006-08-01 Thread Greg Troxel
else the makefile would have been fixed long ago). This can probably be figured out quickly with logs of failures when building with -j2 or -j4. -- Greg Troxel <[EMAIL PROTECTED]> pgpcXKIB81LJC.pgp Description: PGP signature ___ Discuss-gnuradi

Re: [Discuss-gnuradio] Re: Intel Mac GNU Radio Install Update Soon

2006-08-01 Thread Greg Troxel
f the named targets, except where recur- sive interpretation of the ordering would cause a cycle in the ordering graph. I couldn't figure out the GNU make syntax to do this. -- Greg Troxel <[EMAIL PROTECTED]> pgpSgJN84mluE.pgp Descriptio

Re: [Discuss-gnuradio] How does 'make check' find its dependencies?

2006-08-10 Thread Greg Troxel
. (Of course, the dependencies are recorded so they will be satisfied.) From that point of view, it would be nice to be able to enable and disable components and cause configure to fail if the dependencies are not satisfied. The default behavior if not given --enable-foo can of course be build-

Re: [Discuss-gnuradio] How does 'make check' find its dependencies?

2006-08-10 Thread Greg Troxel
it's ok to insist that a depending component be either already installed where it belongs or built in this build tree. I'm not sure about other systems, or if this is hard. -- Greg Troxel <[EMAIL PROTECTED]> pgpIOKgCI4psa.pgp Description: PGP signature

Re: [Discuss-gnuradio] How does 'make check' find its dependencies?

2006-08-10 Thread Greg Troxel
"Johnathan Corgan" <[EMAIL PROTECTED]> writes: > On Thu, August 10, 2006 11:52, Greg Troxel wrote: > >> What I really want is an easy way to build each component by >> downloading some tarball (can be same for all) and doing some sort of >> ./configu

[Discuss-gnuradio] README buglet

2006-08-10 Thread Greg Troxel
try a different debug format /var/tmp//ccWtqH2F.s:4425: Warning: .stabs: description field '1edbf' too big, try a different debug format /var/tmp//ccWtqH2F.s:4426: Warning: .stabs: description field '1edbf' too big, try a different debug format /var/tmp//ccWtqH2F.s:4430: Warning: .stabn: description field '1edbf' too big, try a different debug format /var/tmp//ccWtqH2F.s:4437: Warning: .stabn: description field '1edc1' too big, try a different debug format /var/tmp//ccWtqH2F.s:4449: Warning: .stabs: description field '1edc2' too big, try a different debug format /var/tmp//ccWtqH2F.s:4450: Warning: .stabs: description field '1edc2' too big, try a different debug format /var/tmp//ccWtqH2F.s:4454: Warning: .stabn: description field '1edc2' too big, try a different debug format /var/tmp//ccWtqH2F.s:4461: Warning: .stabn: description field '1edc4' too big, try a different debug format /var/tmp//ccWtqH2F.s:4473: Warning: .stabs: description field '1edc5' too big, try a different debug format /var/tmp//ccWtqH2F.s:4474: Warning: .stabs: description field '1edc5' too big, try a different debug format /var/tmp//ccWtqH2F.s:4478: Warning: .stabn: description field '1edc5' too big, try a different debug format /var/tmp//ccWtqH2F.s:4485: Warning: .stabn: description field '1edc7' too big, try a different debug format /var/tmp//ccWtqH2F.s:4497: Warning: .stabs: description field '1edc8' too big, try a different debug format /var/tmp//ccWtqH2F.s:4498: Warning: .stabs: description field '1edc8' too big, try a different debug format /var/tmp//ccWtqH2F.s:4502: Warning: .stabn: description field '1edc8' too big, try a different debug format /var/tmp//ccWtqH2F.s:4509: Warning: .stabn: description field '1edca' too big, try a different debug format /var/tmp//ccWtqH2F.s:4521: Warning: .stabs: description field '1edcb' too big, try a different debug format /var/tmp//ccWtqH2F.s:4522: Warning: .stabs: description field '1edcb' too big, try a different debug format /var/tmp//ccWtqH2F.s:4526: Warning: .stabn: description field '1edcb' too big, try a different debug format /var/tmp//ccWtqH2F.s:4533: Warning: .stabn: description field '1edcd' too big, try a different debug format /var/tmp//ccWtqH2F.s:4545: Warning: .stabs: description field '1edce' too big, try a different debug format -- Greg Troxel <[EMAIL PROTECTED]> pgpeZLUeyoWmS.pgp Description: PGP signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] README buglet

2006-08-11 Thread Greg Troxel
2 20060628 prerelease (NetBSD nb2 20060711) -- Greg Troxel <[EMAIL PROTECTED]> pgpKcDs8Q1Ih9.pgp Description: PGP signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] NetBSD build status

2006-08-11 Thread Greg Troxel
ct*, Type**) [with Type = std::vector, std::allocator > >]' ecc.cc:5137: instantiated from here ecc.cc:3208: warning: dereferencing type-punned pointer will break strict-aliasing rules gmake[2]: *** [ecc.lo] Error 1 gmake[2]: Leaving directory `/usr/home/gdt/ADROIT-public/gnuradio/gr-error-correcting-codes/src/lib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/gdt/ADROIT-public/gnuradio/gr-error-correcting-codes/src/lib' gmake: *** [all] Error 2 -- Greg Troxel <[EMAIL PROTECTED]> pgpgMkpSgMyES.pgp Description: PGP signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] README buglet

2006-08-11 Thread Greg Troxel
sr/pkg/bin/swig -c++ -fvirtual -python -modern -I../../../gnuradio-core/src/lib/runtime -I../../../gnuradio-core/src/lib/general -I../../../gnuradio-core/src/lib/general -I../../../gnuradio-core/src/lib/filter -I../../../gnuradio-core/src/lib/filter -I../../../gnuradio-core/src/lib/reed-solomon -I../../../gnuradio-core/src/lib/io -I../../../gnuradio-core/src/lib/g72x -I../../../gnuradio-core/src/lib/omnithread -I../../../gnuradio-core/src/lib/swig -I../../../gnuradio-core/src/lib/swig -I/usr/pkg/include -module trellis -o trellis.cc Must specify an input file. Use -help for available options. *** Error code 1 (continuing) `all' not remade because of errors. Making all in python -- Greg Troxel <[EMAIL PROTECTED]> pgpezFbG0LyFl.pgp Description: PGP signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] All reported bugs in new build have been fixed as of r3267

2006-08-14 Thread Greg Troxel
full_block.h:57: error: in passing argument 5 of 'ecc_metrics_decode_viterbi_full_block_feedback_sptr ecc_make_metrics_decode_viterbi_full_block_feedback(int, int, int, int, std::vector >&, std::vector >&, bool, int, int)' There is one potential issue with BSD make that Greg Troxel

Re: [Discuss-gnuradio] README buglet

2006-08-14 Thread Greg Troxel
the make rule isn't at all generic, I don't see the point in using $< at all. -- Greg Troxel <[EMAIL PROTECTED]> pgpSCsfr2fJ3A.pgp Description: PGP signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] bsd make issues perhaps resolved

2006-08-14 Thread Greg Troxel
$(DEFINES) -c $< -o $@ %.rel : %.a51 $(XAS) $< I put a diff into trac to use old-fashioned suffix rules, which seem powerful enough to express how to build a .rel from a .c. http://gnuradio.utah.edu/trac/ticket/35 -- Greg Troxel <[EMAIL PROTECTED]> pgphSlDWu8Elx.pgp D

Re: [Discuss-gnuradio] bsd make issues perhaps resolved

2006-08-14 Thread Greg Troxel
I've added a patch that lets me compile the components that configure enabled. http://gnuradio.utah.edu/trac/attachment/ticket/35/bsdmake.patch -- Greg Troxel <[EMAIL PROTECTED]> pgpkIYSlasbFG.pgp Description: PGP signature

[Discuss-gnuradio] SVN build works on NetBSD with USRP

2006-08-14 Thread Greg Troxel
a USRP and RFX-2400. (The plan is to put our fusb and 802.11 code in the main SVN, as soon as our papers are in order (pending). In the meantime you need to grab it separately from https://acert.ir.bbn.com/projects/adroitgrdevel/ ). -- Greg Troxel <[EMAIL PROTECTED]> pgplfdXpB7lVl

Re: [Discuss-gnuradio] All reported bugs in new build have been fixed as of r3267

2006-08-14 Thread Greg Troxel
ust insert the explicit template expansions at > the end of each .cc file. (See, e.g. "gr-ecc/src/lib/libecc/ > code_metrics.cc"). - MLD That worked (gcc 4.1.2), and with my BSD make patches as well make check succeeded with BSD make. Thanks for fixing. -- Greg Troxel

[Discuss-gnuradio] strtof breaks build on older NetBSD

2006-08-16 Thread Greg Troxel
f(stderr, "nsamples_to_skip must be >= 0\n"); @@ -213,7 +213,7 @@ break; case 'd': - max_doppler = strtof(optarg, 0); + max_doppler = strtod(optarg, 0); if (max_doppler < 0 || max_doppler >= 0.5){ usage(argv[0]); fprint

[Discuss-gnuradio] status of trunk on NetBSD (distcheck ~works), BSD make (almost)

2006-08-21 Thread Greg Troxel
would support the common case of having most of the prereqs from some packaging system but building GNU Radio to a different place. Thanks for all your work on the build system - it seems to be in quite good shape now. -- Greg Troxel <[EMAIL PROTECTED]> pgp3PHVqgyCnR.pgp Description:

Re: [Discuss-gnuradio] status of trunk on NetBSD (distcheck ~works), BSD make (almost)

2006-08-21 Thread Greg Troxel
UUID: 221aa14e-8319-0410-a670-987f0aec2ac5 Revision: 3361 Node Kind: directory Schedule: normal Last Changed Author: jcorgan Last Changed Rev: 3357 Last Changed Date: 2006-08-20 13:47:10 -0400 (Sun, 20 Aug 2006) Properties Last Updated: 2006-08-14 08:40:44 -0400 (Mon, 14 Aug 2006) -- Greg T

Re: [Discuss-gnuradio] status of trunk on NetBSD (distcheck ~works), BSD make (almost)

2006-08-21 Thread Greg Troxel
r/pkg and adds it in would be ok too, on systems with /usr/pkg present. -- Greg Troxel <[EMAIL PROTECTED]> pgpu35D7FERaH.pgp Description: PGP signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] GCC compiler bugs and boost

2006-08-24 Thread Greg Troxel
/patch-aj Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- End Message --- -- Greg Troxel <[EMAIL PROTECTED]> pgpZ0V3rp8Prl.pgp Description: PGP signature ___ Discuss-gnurad

[Discuss-gnuradio] USRP failed to attach after NetBSD upgrade; solution is update libusb

2006-08-26 Thread Greg Troxel
Rev 2(0x0002), Free Software Folks(0xfffe), rev 1.02, serial 0000 -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] USRP failed to attach after NetBSD upgrade; solution is update libusb

2006-08-26 Thread Greg Troxel
oops. Thanks, and we'll get new converters. (It would be really cool if you had something that took 11-16V with a powerpole for sale :-) -- Greg Troxel <[EMAIL PROTECTED]> pgpNWPT0F28DY.pgp Description: PGP signature ___ Discu

[Discuss-gnuradio] module structure and m-block dependencies

2006-09-06 Thread Greg Troxel
BBN's code to receive 1 Mbps 802.11 packets will shortly be eligible for merging in to the real repository (we've sent a signed assignment to FSF and are just watiting for a countersignature). In thinking about where to put it, I realize there's a bit of complexity. Eventually, many blocks will

Re: [Discuss-gnuradio] Daughterboards RFX400, RFX900, and RFX1800

2006-09-26 Thread Greg Troxel
This means more people are working in 400MHz, 900MHz and 1800MHz bands. If yes, then why? You are jumping to unwarranted conclusions; there's no rule that production runs are all the same size. My anecdotal evidence is that the 2400 boards are most popular, but I don't have a count. I suspec

Re: [Discuss-gnuradio] Test reports needed for release 3.0rc1 tarball

2006-10-03 Thread Greg Troxel
3 15:36 usrp_prims.h -rw-r--r-- 1 gdt ir 1101 Oct 3 15:36 usrp_slots.h -rw-r--r-- 1 gdt ir 19970 Oct 3 15:36 usrp_standard.cc -rw-r--r-- 1 gdt ir 10825 Oct 3 15:36 usrp_standard.h -- Greg Troxel <[EMAIL PROTECTED]> pgplCNx8r5DYK.pgp Description:

Re: [Discuss-gnuradio] Test reports needed for release 3.0rc1 tarball

2006-10-03 Thread Greg Troxel
The problem is that fusb_ra_wb.h isn't listed in noinst_HEADERS. I suppose make distcheck would catch this in svn if run on recent-enough NetBSD. I'll run that tomorrow. -- Greg Troxel <[EMAIL PROTECTED]> pgpi0LhZeghE5.pgp Descriptio

Re: [Discuss-gnuradio] Test reports needed for release 3.0rc1 tarball

2006-10-04 Thread Greg Troxel
This has been fixed in r3697 on the SVN trunk and r3698 in the release-3.0 branch, which will eventually make it into a new 3.0rc2 tarball. Thanks. I just ran 'make distcheck' on a pretty-recent NetBSD system with up-to-date svn and ran into only a few problems (the first two of which aren't

Re: [Discuss-gnuradio] CVS build problem with shared_ptr.hpp

2006-10-06 Thread Greg Troxel
S="-I/usr/pkg/include -I/usr/adroit/include" ./configure --prefix=/usr/adroit $CONF_ARGS # build make ;; # check) # TMP=/home/tmp # ;; install) sudo make install ;; esac -- Greg Troxel <[EMAIL PR

Re: [Discuss-gnuradio] GNU Radio 3.0 Release Candidate 3 available for testing

2006-10-06 Thread Greg Troxel
hey didn't pass configuration checks: gr-audio-alsa gr-audio-jack gr-audio-osx gr-audio-portaudio gr-audio-windows These components will not be built. Greg Troxel <[EMAIL PROTECTED]> pgp172GsiPqxj.pgp Description: PGP signature _

Re: [Discuss-gnuradio] fusb and select(2)

2006-10-16 Thread Greg Troxel
may be that some systems work like he suggested, with a thread, and others have the kernel do it. I suspect that the issue of multiple readers can be separated from the timeliness issues. -- Greg Troxel <[EMAIL PROTECTED]> pgpSduX1

Re: [Discuss-gnuradio] beginner questions - implementing MAC

2006-10-17 Thread Greg Troxel
.g. send a CTS after only SIFS time after the RTS. > BBN has code (for NetBSD) which implements 802.11 receive -- is this a > separate branch or is it going to be merged with gnuradio release? The 802.11 receive code is not OS specific. It's been tested on Linux and NetBSD. --

Re: [Discuss-gnuradio] Problem in usable Python.h header file.

2006-10-18 Thread Greg Troxel
GNU Radio 3.0 works fine wtih Python 2.4. > Tarun Tiwari wrote: > I found my Python.h file is in /usr/local/include/python2.4 whereas . > /configure command alwasy look for /usr/linclude/python2.4 > I used export PYTHONPATH=/usr/local/include/python2.4 but that is not > working. Can so

[Discuss-gnuradio] Re: [Commit-gnuradio] Presentation on GNU Radio

2006-10-26 Thread Greg Troxel
[moved to correct list] A radio club in the Boston Area (MMRA.org) would like a presentation and may be a demo of GNU Radio on November 15 in the evening. Is there someone that is will and able to do this presentation? Or is there someone who has put together a presentation that I can u

Re: [Discuss-gnuradio] Call for testing release 3.0.1

2006-11-05 Thread Greg Troxel
Will we see a release candidate tarball before the final release? It was the tarballed version that caused me grieve last time. Jonathan already said yes and posted it, but you can make your own tarball with 'make dist' or even better make and test it with 'make distcheck'. I've made this wo

Re: [Discuss-gnuradio] BBN 802.11 bbn_80211b_rx.py commandline?

2006-11-07 Thread Greg Troxel
I am indeed reading the list :-) desired freq = 243700.0 baseband frequency 243200.0 This looks ok - I think it's trying to grab from above and below Not sure when you updated, but we have changed the checked in code to default to 2437, and run it like this (as a NetBSD rc.d start s

Re: [Discuss-gnuradio] BBN 802.11 bbn_80211b_rx.py commandline?

2006-11-08 Thread Greg Troxel
I cvs updated this afternoon just before trying it. Have you moved to a different (svn) repository? I'm using [EMAIL PROTECTED]:/cvs/adroitgrdevel. That's still where the best code is, and what we're building from. That said, it may not be quite right -- our team has been doing things other

Re: [Discuss-gnuradio] Release 3.0.1 Unofficial Tarballs

2006-11-09 Thread Greg Troxel
generate_all is also executed after a "gmake clean" since it removes several files that are supplied in the tarball, which need to be regenerated, causing the same problem. So if we need generate_all to work anyway, probably the files it makes shouldn't be in the tarball. One of the things

Re: [Discuss-gnuradio] gnuradio module version assignments

2006-11-09 Thread Greg Troxel
As GNU Radio now ships in a mega-tarball, which version numbers are assigned to the individual modules? Are they pulled inline with the version number of the release, e.g. gr-audio-oss-3.0.1? That's the way I'd do it. (version set in Makefil.common, and pull from that in individual pkg Ma

Re: [Discuss-gnuradio] Testing flex2400

2006-11-10 Thread Greg Troxel
cope to show ambient - try 2437 MHz. Your question about a standard test is a good one, though - it would be nice if people with procedures put them on the wiki. -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailing list Disc

Re: [Discuss-gnuradio] Building gnuradio with MinGW and Windows

2006-11-15 Thread Greg Troxel
not sure about the doc issues, but a bug report is probably in order. -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] griffin powermate on NetBSD

2006-11-16 Thread Greg Troxel
I got a Griffin Powermate for testing, as Berndt reports it isn't found by the examples on NetBSD. I suspect we need to abstract out the OS-dependent access and also knob types - this should really be support of generic usbhidev on all systems. I'll see what it takes; NetBSD reads it ok: uhidev0

Re: [Discuss-gnuradio] NetBSD Package Collection for GNU Radio 3.0.2

2006-11-18 Thread Greg Troxel
For those running NetBSD, I've updated the NetBSD Packages Collection to accommodate the release of GNU Radio 3.0.2. GNU Radio is split into modular packages, see below, giving users maximum control over the installation process. Those that are lazy may issue "make install" inside the

Re: [Discuss-gnuradio] RFX-400 RF sensitivity

2006-11-24 Thread Greg Troxel
We are using the RFX-400 board (without housing) with an appropriate aerial connected to TX/RX. I'll assume appropriate means a 1/4 lambda vertical without a real ground plain. Still, that's ok. Using various examples (usrp_fft.py, usrp_wfm_rcv.py and usrp_nbfm_rcv.py) we attempted to r

Re: [Discuss-gnuradio] grc_gr_wxgui.m4 fix

2006-11-25 Thread Greg Troxel
patch applied, thanks. -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Scanning/Detecting Wifi

2006-11-28 Thread Greg Troxel
This code is a bit rough and not yet integrated, but you should be able to get it to run: cvs -d [EMAIL PROTECTED]:/cvs/adroitgrdevel co adroitgrdevel look in gr-bbn/src/bbn, which is quite misnamed but has 802.11 demod for the 1 Mb/s rate. ___ Disc

Re: [Discuss-gnuradio] fusb_nblock and fusb_block_size

2006-11-30 Thread Greg Troxel
fusb_block_size is the size in bytes of the maximum transfer that we will ask the kernel to make to/from user-space. fusb_nblocks is the maximum number of transfers (of maximum size fusb_block_size) that we can have in flight at any given time. I think this is Linux-specific. The NetSBD

Re: [Discuss-gnuradio] NetBSD

2006-12-02 Thread Greg Troxel
Everytime I run a (v3.0.2) gnuradio program (on NetBSD 3.1), I get the following message: usb_control_msg failed: error sending control message: Input/output error I haven't tracked this down, but I'd be interested in fixing it. I suspect it's either something missing in NetBSD or some O

Re: [Discuss-gnuradio] NetBSD

2006-12-04 Thread Greg Troxel
Thanks, i'll try to look into this. -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] [EMAIL PROTECTED] [Commit-gnuradio] r4051 - gnuradio/trunk

2006-12-04 Thread Greg Troxel
For those of you that don't read the commit logs: --- Begin Message --- Author: gdt Date: 2006-12-04 11:19:59 -0700 (Mon, 04 Dec 2006) New Revision: 4051 Added: gnuradio/trunk/README.organization Log: Describe issues surrounding integrating BBN's 802.11 code. Added: gnuradio/trunk/README.o

Re: [Discuss-gnuradio] 802.11 and Bluetooth

2006-12-06 Thread Greg Troxel
If you have some 1 or 2 Mbps 802.11 devices to use, the BBN guys have done work on receiving those (search the list, it's been addressed a number of times in the past). Yes, and also note that normally an AP will send beacons at 1 Mbps even if it is a b/g AP. Comments are welcome on README.

[Discuss-gnuradio] VT receives NSF grant for SDR security

2006-12-18 Thread Greg Troxel
This was recently pointed out to me: http://www.vtnews.vt.edu/story.php?relyear=2006&itemno=660 I'd be curious if someone from the VT team would like to comment on the ways SDR code is different from protocol code in terms of vulnerabilities. I can certainly see the ability to jam at lower lay

Re: [Discuss-gnuradio] problem with just checked out and recompiled gnuradio

2006-12-18 Thread Greg Troxel
object has no attribute 'max_streams' swig/python detected a memory leak of type 'gr_io_signature_sptr *', no destructor found. python in free(): warning: modified (chunk-) pointer. -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] problem with just checked out and recompiled gnuradio

2006-12-19 Thread Greg Troxel
nuradio import _audio_oss Traceback (most recent call last): File "", line 1, in ? ImportError: /usr/adroit/lib/python2.4/site-packages/gnuradio/_audio_oss.so: Undefined PLT symbol "_ZN14gr_basic_block11basic_blockEv" (symnum = 81) >>> -- Greg Troxel <[EMAIL

Re: [Discuss-gnuradio] SWIG compilation speedup!

2007-01-16 Thread Greg Troxel
Eric Blossom <[EMAIL PROTECTED]> writes: > I've just checked code into the trunk that speeds up compilation of > the swig generated code, as well as reducing the number of > dependencies for each piece. I did a make clean, updated, and then rebuilt (autogen, configure, make) on NetBSD/i386 4.99.1

Re: [Discuss-gnuradio] gmsk in light of fpga modifications

2007-01-18 Thread Greg Troxel
Brett Trotter <[EMAIL PROTECTED]> writes: > Replying to myself, it seems that if I do an ssh and cat a bunch of data > from /dev/urandom through strings, eventually, the tunnel cant keep up and > data stops streaming. Funny enough though, if I hit a key, it still sends > data. It seems as if the

Re: [Discuss-gnuradio] more gmsk issues

2007-01-22 Thread Greg Troxel
there is some bit pattern that results in them always not arriving, and you can debug that at the MAC/PHY layer without understanding why the upper layer is sending that pattern. -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailing l

  1   2   >