On Wed, 2009-08-12 at 21:25 +0200, Mattias Kjellsson wrote: > In an effort to begin to use the gr- framework, including flow- graphs > (I have been using only selected parts of gr), I have re- written the > BERT example to c++ instead. Although it isn't as polished as the > original python script, with parameters from command- line and such, it > produces the same results as the python implementation (why wouldn't it?).
Excellent. > The only functionality outside of gr I have used is a pthread for > displaying output at the rx- side, but that > shouldn't be a problem, as long as the switch to boost- threads hasn't > been done? Well, we're migrating things off omnithreads to Boost threads. It would be preferable if you implement the receiver status thread using Boost. > If there is an interest I could "polish" the program a bit more. Sure, go ahead. Johnathan _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
