GSoC 2017 Retrospective

By Martin Braun | February 13, 2018

GSoC 2017: A retrospective

With GSoC 2018 ahead of us, it’s time to look back what students worked on last year. We were very lucky to be accepted into both GSoC (Google Summer of Code) and SOCIS (Summer of Code in Space, a similar program run by the European Space Agency ESA).  Three projects were completed:

C++ Code Generation with GRC

The ability to generate C++ applications from within GRC has been on our ideas list since the first GSoC. Finally, someone picked up the slack and implemented this feature: HĂĄkon VĂĄgsether from Norway.

Håkon did way more than simply enable this feature though. In a bold move, he started working off of our experimental Python 3 branch, and significantly contributed to making it more stable. As of the end of 2017, his code hasn’t been merged into the GNU Radio master branch yet, but that’s mostly because of outstanding dependencies. All of his code is available on public branches for perusal and testing.

In February 2018, HĂĄkon was able to travel out to Brussels and meet fellow GNU Radio developers at FOSDEM, and gave a presentation on his work.

A DAB/DAB+ Transceiver Application

The evolution from analogue to digital audio broadcasting promises better sound quality and higher coverage, allowing even more radio stations to share the spectrum. Digital Audio Broadcasting (DAB/DAB+) is a very popular standard for digital radio and DAB/DAB+ stations can be found in Europe, Asia, and Australia. Thanks to Luca’s work during GSoC 2017, gr-dab enhances the GNU Radio project by providing a complete DAB/DAB+ transmitter and receiver application. Luca based his work on  an existing implementation of the physical layer and complemented it by implementing the entire transport protocol as well as a nice GUI application called “DABstep” that bundles all the features in one place.

DABStep — A GNU Radio-based DAB transceiver application

He described his work in weekly blog posts that can be found here: https://dabtransceiver.wordpress.com/. Luca was able to travel to GRCon 2017 in San Diego to present his work as a poster.

A Web-Based Display Mechanism (gr-bokehgui)

All visualizations in GNU Radio are typically done using the gr-qtgui widget set (or in some cases, the deprecated gr-wxgui elements). For standalone applications, that’s great — but what about web-based applications? Kartik Patel took it upon himself to enable visualization from GRC using the Bokeh toolkit.

Kartik has published his code as an out-of-tree module, but all necessary modifications to GNU Radio were upstreamed.

Summary

With students and projects like these, we couldn’t be happier. We hope that all three students stay contributors to the project!

Martin Braun