Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-05 | Add README with forwarding pointer | Eric Blossom | |
2010-10-05 | Remove 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-05 | Remove vrt dependence on gruel. Should also build on non-Linux OS's too. | Eric Blossom | |
2010-10-01 | Remove warnings | Eric Blossom | |
2010-10-01 | Treat failure to allocate big socket buffer as a error | Eric Blossom | |
2010-09-29 | 16-byte align receive buffer to facilitate SIMD use | Eric Blossom | |
2010-09-29 | Change data_handler::operator() return type to bool to simplify things. | Eric Blossom | |
2010-09-29 | Move more formatting code into header_utils | Eric Blossom | |
2010-09-27 | Additional packet formatting | Eric Blossom | |
2010-09-27 | Common utility for displaying integer seconds | Eric Blossom | |
2010-09-27 | Additional width for hertz | Eric Blossom | |
2010-09-27 | Stub out remaining context display code | Eric Blossom | |
2010-09-27 | Display context assoc lists | Eric Blossom | |
2010-09-27 | Display formatted_gps info | Eric Blossom | |
2010-09-27 | Display payload format | Eric Blossom | |
2010-09-27 | Formatted output of IF context packets | Eric Blossom | |
2010-09-27 | Add ostream output for expanded_header. | Eric Blossom | |
2010-09-27 | Parse gps_ascii and context_association lists. | Eric Blossom | |
2010-09-27 | Add formatted_gps and ephemeris parsing code | Eric Blossom | |
2010-09-27 | First cut at expanded_if_context_section | Eric Blossom | |
2010-09-27 | s/unparse/pack/; s/parse/unpack/ | Eric Blossom | |
2010-09-27 | Add missing return | Eric Blossom | |
2010-09-27 | Remove packet ring stuff. It doesn't work with UDP. | Eric Blossom | |
2010-09-27 | Now compiles | Eric Blossom | |
2010-09-27 | Add expanded_if_context_section | Eric Blossom | |
2010-05-30 | vrt: make versioned libraries | Johnathan Corgan | |
2009-12-17 | Replaced the need for code word tables by setting the header/trailer lengths | Josh Blum | |
in the switch body jump table, just like in the unparser switch body. | |||
2009-12-17 | Added unparse capability to the vrt expanded header. | Josh Blum | |
Unparse can fill in a vrt header and trailer from an expanded header. | |||
2009-11-25 | Support multiple VRT packets in a single transport (UDP) packet. | Eric Blossom | |
2009-11-25 | back out broken changeset | Eric Blossom | |
2009-11-21 | Add two missing includes to fix compile on ppc. | Tim Shepard | |
2009-10-27 | Merge branch 'vrt' of http://gnuradio.org/git/jblum | Johnathan 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-26 | removed gr-vrt | Josh Blum | |
2009-10-26 | removed caldiv stuff from gr-vrt | Josh Blum | |
2009-10-22 | removed MOST of the quadradio specific stuff | Josh Blum | |
2009-10-21 | Merge branch 'vrt' of http://gnuradio.org/git/jblum | Johnathan 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-21 | query the model number from the host | Josh Blum | |
2009-09-28 | added access methods and parsing for caldiv if context | Josh Blum | |
2009-09-28 | use existing utility method | Josh Blum | |
2009-09-25 | use the new htonll and vrt types to send cal and lo freqs | Josh Blum | |
2009-09-25 | checking for if context packets and setting up the payload pointer and size | Josh Blum | |
2009-09-25 | Reading 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-25 | copied over vrt context and type headers, updated bits.h as well | Josh Blum | |
2009-09-23 | use gruel/inet.h instead of arap/inet.h | Eric Blossom | |
2009-09-22 | made rxdspno a parameter for: start/stop streaming, and quadradio32fc | Josh Blum | |
2009-09-17 | Add 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-20 | added quadradio method to enable/disable cal | Josh Blum | |
2009-08-20 | use enum for band select | Josh Blum | |
2009-08-20 | added get band select | Josh Blum | |
2009-08-15 | Added git ignore files as needed. | Johnathan Corgan | |