summaryrefslogtreecommitdiff
path: root/vrt
AgeCommit message (Collapse)Author
2010-10-05Add README with forwarding pointerEric Blossom
2010-10-05Remove vrt from build.Eric Blossom
The vrt code has been temporarily moved to Eric's Out-of-Tree repository, pending the "Grand Build System Reorganization". To grab the code and build it: $ git clone git://gnuradio.org/eb-oot $ cd eb-oot/vrt $ ./bootstrap && ./configure $ make && make check && make install
2010-10-05Remove vrt dependence on gruel. Should also build on non-Linux OS's too.Eric Blossom
2010-10-01Remove warningsEric Blossom
2010-10-01Treat failure to allocate big socket buffer as a errorEric Blossom
2010-09-2916-byte align receive buffer to facilitate SIMD useEric Blossom
2010-09-29Change data_handler::operator() return type to bool to simplify things.Eric Blossom
2010-09-29Move more formatting code into header_utilsEric Blossom
2010-09-27Additional packet formattingEric Blossom
2010-09-27Common utility for displaying integer secondsEric Blossom
2010-09-27Additional width for hertzEric Blossom
2010-09-27Stub out remaining context display codeEric Blossom
2010-09-27Display context assoc listsEric Blossom
2010-09-27Display formatted_gps infoEric Blossom
2010-09-27Display payload formatEric Blossom
2010-09-27Formatted output of IF context packetsEric Blossom
2010-09-27Add ostream output for expanded_header.Eric Blossom
2010-09-27Parse gps_ascii and context_association lists.Eric Blossom
2010-09-27Add formatted_gps and ephemeris parsing codeEric Blossom
2010-09-27First cut at expanded_if_context_sectionEric Blossom
2010-09-27s/unparse/pack/; s/parse/unpack/Eric Blossom
2010-09-27Add missing returnEric Blossom
2010-09-27Remove packet ring stuff. It doesn't work with UDP.Eric Blossom
2010-09-27Now compilesEric Blossom
2010-09-27Add expanded_if_context_sectionEric Blossom
2010-05-30vrt: make versioned librariesJohnathan Corgan
2009-12-17Replaced the need for code word tables by setting the header/trailer lengthsJosh Blum
in the switch body jump table, just like in the unparser switch body.
2009-12-17Added unparse capability to the vrt expanded header.Josh Blum
Unparse can fill in a vrt header and trailer from an expanded header.
2009-11-25Support multiple VRT packets in a single transport (UDP) packet.Eric Blossom
2009-11-25back out broken changesetEric Blossom
2009-11-21Add two missing includes to fix compile on ppc.Tim Shepard
2009-10-27Merge branch 'vrt' of http://gnuradio.org/git/jblumJohnathan Corgan
Merge-fix: remove simple_rx_samples Merge-fix: remove grc_gr_vrt.m4 from Makefile.am * 'vrt' of http://gnuradio.org/git/jblum: removed gr-vrt removed caldiv stuff from gr-vrt removed MOST of the quadradio specific stuff install header for missing pkt checker
2009-10-26removed gr-vrtJosh Blum
2009-10-26removed caldiv stuff from gr-vrtJosh Blum
2009-10-22removed MOST of the quadradio specific stuffJosh Blum
2009-10-21Merge branch 'vrt' of http://gnuradio.org/git/jblumJohnathan Corgan
Merge fix: added GRUEL_INCLUDES to vrt Makefile Merge fix: added missing include in gr-vrt * 'vrt' of http://gnuradio.org/git/jblum: query the model number from the host fix so all handlers get called on event simplfied the code while i was looking at it added access methods for gps stuff added access methods and parsing for caldiv if context use existing utility method reading the lo back and storing it use the new htonll and vrt types to send cal and lo freqs checking for if context packets and setting up the payload pointer and size Reading 64 bit freq out of chunk of context packet. copied over vrt context and type headers, updated bits.h as well Dump IF-Context packets in hex. use gruel/inet.h instead of arap/inet.h fix white space made rxdspno a parameter for: start/stop streaming, and quadradio32fc
2009-10-21query the model number from the hostJosh Blum
2009-09-28added access methods and parsing for caldiv if contextJosh Blum
2009-09-28use existing utility methodJosh Blum
2009-09-25use the new htonll and vrt types to send cal and lo freqsJosh Blum
2009-09-25checking for if context packets and setting up the payload pointer and sizeJosh Blum
2009-09-25Reading 64 bit freq out of chunk of context packet.Josh Blum
Where is the rest of my context packet? Added htonll and ntohll in gruel inet.h Fixed vrt/types.h freq cast
2009-09-25copied over vrt context and type headers, updated bits.h as wellJosh Blum
2009-09-23use gruel/inet.h instead of arap/inet.hEric Blossom
2009-09-22made rxdspno a parameter for: start/stop streaming, and quadradio32fcJosh Blum
2009-09-17Add rxdspno parameter to private interface of quadradio.Eric Blossom
This allows control of each Rx DSP pipeline independent of each other. The public interface remains unchanged, but should have the rxdspno parameter added as indicated in the FIXMEs. When that is done, the gr-vrt interface (and any code using it) will need to be updated too.
2009-08-20added quadradio method to enable/disable calJosh Blum
2009-08-20use enum for band selectJosh Blum
2009-08-20added get band selectJosh Blum
2009-08-15Added git ignore files as needed.Johnathan Corgan