| Commit message (Expand) | Author | Age | Files | Lines |
* | Add README with forwarding pointer | Eric Blossom | 2010-10-05 | 1 | -0/+10 |
* | Remove vrt from build. | Eric Blossom | 2010-10-05 | 31 | -3428/+0 |
* | Remove vrt dependence on gruel. Should also build on non-Linux OS's too. | Eric Blossom | 2010-10-05 | 2 | -2/+4 |
* | Remove warnings | Eric Blossom | 2010-10-01 | 1 | -4/+4 |
* | Treat failure to allocate big socket buffer as a error | Eric Blossom | 2010-10-01 | 1 | -8/+31 |
* | 16-byte align receive buffer to facilitate SIMD use | Eric Blossom | 2010-09-29 | 2 | -6/+7 |
* | Change data_handler::operator() return type to bool to simplify things. | Eric Blossom | 2010-09-29 | 4 | -25/+17 |
* | Move more formatting code into header_utils | Eric Blossom | 2010-09-29 | 4 | -193/+208 |
* | Additional packet formatting | Eric Blossom | 2010-09-27 | 4 | -47/+80 |
* | Common utility for displaying integer seconds | Eric Blossom | 2010-09-27 | 5 | -3/+101 |
* | Additional width for hertz | Eric Blossom | 2010-09-27 | 1 | -1/+1 |
* | Stub out remaining context display code | Eric Blossom | 2010-09-27 | 1 | -22/+27 |
* | Display context assoc lists | Eric Blossom | 2010-09-27 | 1 | -4/+28 |
* | Display formatted_gps info | Eric Blossom | 2010-09-27 | 1 | -42/+120 |
* | Display payload format | Eric Blossom | 2010-09-27 | 2 | -17/+80 |
* | Formatted output of IF context packets | Eric Blossom | 2010-09-27 | 3 | -15/+197 |
* | Add ostream output for expanded_header. | Eric Blossom | 2010-09-27 | 4 | -6/+63 |
* | Parse gps_ascii and context_association lists. | Eric Blossom | 2010-09-27 | 1 | -5/+59 |
* | Add formatted_gps and ephemeris parsing code | Eric Blossom | 2010-09-27 | 1 | -3/+44 |
* | First cut at expanded_if_context_section | Eric Blossom | 2010-09-27 | 4 | -0/+251 |
* | s/unparse/pack/; s/parse/unpack/ | Eric Blossom | 2010-09-27 | 8 | -36/+41 |
* | Add missing return | Eric Blossom | 2010-09-27 | 1 | -0/+1 |
* | Remove packet ring stuff. It doesn't work with UDP. | Eric Blossom | 2010-09-27 | 2 | -204/+52 |
* | Now compiles | Eric Blossom | 2010-09-27 | 3 | -5/+20 |
* | Add expanded_if_context_section | Eric Blossom | 2010-09-27 | 3 | -59/+366 |
* | vrt: make versioned libraries | Johnathan Corgan | 2010-05-30 | 2 | -1/+3 |
* | Replaced the need for code word tables by setting the header/trailer lengths | Josh Blum | 2009-12-17 | 6 | -99/+83 |
* | Added unparse capability to the vrt expanded header. | Josh Blum | 2009-12-17 | 7 | -4/+386 |
* | Support multiple VRT packets in a single transport (UDP) packet. | Eric Blossom | 2009-11-25 | 1 | -16/+20 |
* | back out broken changeset | Eric Blossom | 2009-11-25 | 1 | -6/+0 |
* | Add two missing includes to fix compile on ppc. | Tim Shepard | 2009-11-21 | 1 | -0/+2 |
* | Merge branch 'vrt' of http://gnuradio.org/git/jblum | Johnathan Corgan | 2009-10-27 | 8 | -1224/+1 |
|\ |
|
| * | removed gr-vrt | Josh Blum | 2009-10-26 | 2 | -230/+0 |
| * | removed caldiv stuff from gr-vrt | Josh Blum | 2009-10-26 | 1 | -15/+1 |
| * | removed MOST of the quadradio specific stuff | Josh Blum | 2009-10-22 | 4 | -567/+0 |
|/ |
|
* | Merge branch 'vrt' of http://gnuradio.org/git/jblum | Johnathan Corgan | 2009-10-21 | 9 | -34/+438 |
|\ |
|
| * | query the model number from the host | Josh Blum | 2009-10-21 | 1 | -0/+1 |
| * | added access methods and parsing for caldiv if context | Josh Blum | 2009-09-28 | 1 | -1/+13 |
| * | use existing utility method | Josh Blum | 2009-09-28 | 1 | -1/+1 |
| * | use the new htonll and vrt types to send cal and lo freqs | Josh Blum | 2009-09-25 | 1 | -6/+6 |
| * | checking for if context packets and setting up the payload pointer and size | Josh Blum | 2009-09-25 | 1 | -0/+6 |
| * | Reading 64 bit freq out of chunk of context packet. | Josh Blum | 2009-09-25 | 1 | -1/+1 |
| * | copied over vrt context and type headers, updated bits.h as well | Josh Blum | 2009-09-25 | 4 | -14/+404 |
| * | use gruel/inet.h instead of arap/inet.h | Eric Blossom | 2009-09-23 | 1 | -1/+1 |
| * | made rxdspno a parameter for: start/stop streaming, and quadradio32fc | Josh Blum | 2009-09-22 | 3 | -12/+6 |
|/ |
|
* | Add rxdspno parameter to private interface of quadradio. | Eric Blossom | 2009-09-17 | 2 | -12/+20 |
* | added quadradio method to enable/disable cal | Josh Blum | 2009-08-20 | 2 | -0/+11 |
* | use enum for band select | Josh Blum | 2009-08-20 | 2 | -13/+24 |
* | added get band select | Josh Blum | 2009-08-20 | 2 | -10/+14 |
* | Added git ignore files as needed. | Johnathan Corgan | 2009-08-15 | 3 | -0/+12 |