summaryrefslogtreecommitdiff
path: root/vrt
Commit message (Collapse)AuthorAgeFilesLines
* Add README with forwarding pointerEric Blossom2010-10-051-0/+10
|
* Remove vrt from build.Eric Blossom2010-10-0531-3428/+0
| | | | | | | | | | | | | 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
* Remove vrt dependence on gruel. Should also build on non-Linux OS's too.Eric Blossom2010-10-052-2/+4
|
* Remove warningsEric Blossom2010-10-011-4/+4
|
* Treat failure to allocate big socket buffer as a errorEric Blossom2010-10-011-8/+31
|
* 16-byte align receive buffer to facilitate SIMD useEric Blossom2010-09-292-6/+7
|
* Change data_handler::operator() return type to bool to simplify things.Eric Blossom2010-09-294-25/+17
|
* Move more formatting code into header_utilsEric Blossom2010-09-294-193/+208
|
* Additional packet formattingEric Blossom2010-09-274-47/+80
|
* Common utility for displaying integer secondsEric Blossom2010-09-275-3/+101
|
* Additional width for hertzEric Blossom2010-09-271-1/+1
|
* Stub out remaining context display codeEric Blossom2010-09-271-22/+27
|
* Display context assoc listsEric Blossom2010-09-271-4/+28
|
* Display formatted_gps infoEric Blossom2010-09-271-42/+120
|
* Display payload formatEric Blossom2010-09-272-17/+80
|
* Formatted output of IF context packetsEric Blossom2010-09-273-15/+197
|
* Add ostream output for expanded_header.Eric Blossom2010-09-274-6/+63
|
* Parse gps_ascii and context_association lists.Eric Blossom2010-09-271-5/+59
|
* Add formatted_gps and ephemeris parsing codeEric Blossom2010-09-271-3/+44
|
* First cut at expanded_if_context_sectionEric Blossom2010-09-274-0/+251
|
* s/unparse/pack/; s/parse/unpack/Eric Blossom2010-09-278-36/+41
|
* Add missing returnEric Blossom2010-09-271-0/+1
|
* Remove packet ring stuff. It doesn't work with UDP.Eric Blossom2010-09-272-204/+52
|
* Now compilesEric Blossom2010-09-273-5/+20
|
* Add expanded_if_context_sectionEric Blossom2010-09-273-59/+366
|
* vrt: make versioned librariesJohnathan Corgan2010-05-302-1/+3
|
* Replaced the need for code word tables by setting the header/trailer lengthsJosh Blum2009-12-176-99/+83
| | | | in the switch body jump table, just like in the unparser switch body.
* Added unparse capability to the vrt expanded header.Josh Blum2009-12-177-4/+386
| | | | Unparse can fill in a vrt header and trailer from an expanded header.
* Support multiple VRT packets in a single transport (UDP) packet.Eric Blossom2009-11-251-16/+20
|
* back out broken changesetEric Blossom2009-11-251-6/+0
|
* Add two missing includes to fix compile on ppc.Tim Shepard2009-11-211-0/+2
|
* Merge branch 'vrt' of http://gnuradio.org/git/jblumJohnathan Corgan2009-10-278-1224/+1
|\ | | | | | | | | | | | | | | | | | | | | 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
| * removed gr-vrtJosh Blum2009-10-262-230/+0
| |
| * removed caldiv stuff from gr-vrtJosh Blum2009-10-261-15/+1
| |
| * removed MOST of the quadradio specific stuffJosh Blum2009-10-224-567/+0
|/
* Merge branch 'vrt' of http://gnuradio.org/git/jblumJohnathan Corgan2009-10-219-34/+438
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * query the model number from the hostJosh Blum2009-10-211-0/+1
| |
| * added access methods and parsing for caldiv if contextJosh Blum2009-09-281-1/+13
| |
| * use existing utility methodJosh Blum2009-09-281-1/+1
| |
| * use the new htonll and vrt types to send cal and lo freqsJosh Blum2009-09-251-6/+6
| |
| * checking for if context packets and setting up the payload pointer and sizeJosh Blum2009-09-251-0/+6
| |
| * Reading 64 bit freq out of chunk of context packet.Josh Blum2009-09-251-1/+1
| | | | | | | | | | | | Where is the rest of my context packet? Added htonll and ntohll in gruel inet.h Fixed vrt/types.h freq cast
| * copied over vrt context and type headers, updated bits.h as wellJosh Blum2009-09-254-14/+404
| |
| * use gruel/inet.h instead of arap/inet.hEric Blossom2009-09-231-1/+1
| |
| * made rxdspno a parameter for: start/stop streaming, and quadradio32fcJosh Blum2009-09-223-12/+6
|/
* Add rxdspno parameter to private interface of quadradio.Eric Blossom2009-09-172-12/+20
| | | | | | | 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.
* added quadradio method to enable/disable calJosh Blum2009-08-202-0/+11
|
* use enum for band selectJosh Blum2009-08-202-13/+24
|
* added get band selectJosh Blum2009-08-202-10/+14
|
* Added git ignore files as needed.Johnathan Corgan2009-08-153-0/+12
|