Hacker News new | ask | show | jobs
by wyager 3644 days ago
Interesting. GNURadio is horrific to work with programmatically, and the UI is only passable. Unfortunately, the tricky part seems to be writing all the hardware-specific integration blocks and such, so cleaner programmatic interfaces in other languages aren't really useful. Hopefully we can get some competition in this area.
2 comments

Why is it so hard to work with? There is a module creation tool, and you can use c++ or Python. The QT gui works well.
The C++ and python bindings suck. They are incredibly overcomplicated.
Wow... a GR killer!