[Discuss-gnuradio] working version of gnuradio for windows (mingw) available including audio-sink and wxgui

2005-05-19 Thread Martin Dvh
Hi all, I made gnuradio compile on windows using mingw (no cygwin needed) It works with the standard win32 binary distributions of python24-win32 python-numeric-win32, swig-win32, wxpython-win32 and python win32api I still needed to build cppunit,fftw and boost myself (I added the built cppunit a

Re: [Discuss-gnuradio] IP network using GnuRadio

2005-05-19 Thread Sachi
This is so great! --- Meenal <[EMAIL PROTECTED]> wrote: > Hello all, > We have successfully deployed a GnuRadio based IP > network using a TAP/TUN > interface between two machines connected with a loop > back cable. GnuRadio > is used as the physical layer. We use a slotted > ALOHA based MAC

[Discuss-gnuradio] guidance on datatypes, especially bit-oriented

2005-05-19 Thread Robert Brewer
I'm writing some simple bit-oriented blocks, the first is a block interleaver. It would be nice if I could write a fairly generic block interleaver, and the user would specify the number of rows and columns of bits when it is instantiated. But I'm having these issues: 1. For such a conceptually