> Many developers can create new module in Gnu Radio software but can't create
> working Linux distribution.
Creating a working Linux distribution is quite easy. You can boot one and run
it entirely off a USB stick, which means you can move it between computers
very easily without affecting the main OS on that computer.
> My proposition is: *Create VirtualBox drive contains Liux Backtrack 5 and add
> last version of Gnu Radio software + all software for RTL2832 dongle*.
There are two big drawbacks to this method:
1. GNU Radio needs a lot of CPU power. Running it inside a virtual machine
cuts your CPU power down considerably, so you wouldn't be able to design very
complex flow graphs.
2. USB support inside VirtualBox isn't great. I tried this (the opposite
way, so I could run HDSDR under Linux) and there's not enough bandwidth
available in the VM to stream data from the RTL2832 in real time - lots of
dropped packets.
I think it would be much easier and more reliable if someone were to create a
native Windows distribution of GNU Radio. Then Windows users can use the
tools they are familiar with. (Not that I'm volunteering for this, as I don't
run Windows.)
Cheers,
Adam.