mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
6773ec9191
capabilities and many bug fixes, while maintaining strict source compatibility with user code already written for the 3.6 API. Much of the code was the result of two events, the September 2012 GNU Radio conference in Atlanta, GA, and the November 2012 GNU Radio hackfest held at Ettus Research in Mountain View, CA. Additional work (not discussed here) from these events has been incorporated into the 'next' branch of the code repository, and will become part of the 3.7 API release series. New features include asynchronous message passing between blocks, new blocks for interfacing with operating system networking stacks, the ability to write new signal processing blocks in Python, enhanced file source and sinks that can store metadata, flowgraph latency control, improvements to documentation, and further conversion of existing code into the 3.7 API organization (while leaving existing blocks in place.) The detailed changelog is here: http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_6_3
8 lines
382 B
Plaintext
8 lines
382 B
Plaintext
GNU Radio is a collection of software that when combined with
|
|
minimal hardware, allows the construction of radios where the
|
|
actual waveforms transmitted and received are defined by software.
|
|
What this means is that it turns the digital modulation schemes
|
|
used in today's high performance wireless devices into software problems.
|
|
|
|
WWW: http://gnuradio.org/redmine/projects/gnuradio
|