Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core @ d702e27d

Name Size
  src
.gitignore 330 Bytes
Makefile.am 1022 Bytes
gnuradio-core.conf 481 Bytes
gnuradio-core.pc.in 361 Bytes

Latest revisions

# Date Author Comment
d702e27d 05/04/2010 04:41 pm Don Ward

Rework UDP source and sink, with incompatible API changes

Remove source address specifications for sink; add connect() and
disconnect() to sink; add get_port() to source; add optional EOF
signaling (using zero-length packets) to sink and source; modify
dial_tone, vector, and audio examples to match new code; add qa...

dda6ed35 04/30/2010 09:00 pm Don Ward

Merge branch 'master' into udp

3ff43f74 04/30/2010 06:48 pm Don Ward

Updates to udp source/sink (select(), wait, cleanup)

Use select() to avoid blocking on recv() in gr_udp_source (only known
way to avoid blocking on Cygwin).

Add wait argument to gr_udp_source to allow waiting for connection
or accepting lack of connection as EOF; add --no-wait option to...

c6ad778b 04/27/2010 06:14 am Johnathan Corgan

Remove omnithreads library.

a178f23b 04/27/2010 05:13 am Johnathan Corgan

Convert gr-audio-portaudio to Boost via gruel

Remove omnithread dependency in build for gr-audio-portaudio
Remove unused debugging utility class in gnuradio-core (gri_logger)

3b8fcaa6 04/20/2010 02:37 pm Don Ward

Discard data in gr_udp_sink until receiver is started.

Also fixes warnings from gcc 4.3 and adds <boost/bind.hpp> for usrp2.

d1ae6560 04/18/2010 11:01 pm Don Ward

Use getaddrinfo in gr_udp_{source,sink}

Using getaddrinfo allows more common code between posix and winsock
systems. Remove unused variables and #include files. Close sockets
when done.

78c6890a 04/18/2010 09:51 pm Tom Rondeau

Fixing doxygen warnings from arb_resampler. Also, removed set_taps from public
interface since we don't really suppor this right now. Renamed it and made it private.

5a3a0361 04/18/2010 09:51 pm Tom Rondeau

Fixing doxygen warnings from channelizer block.

3ecfbd97 04/18/2010 09:50 pm Tom Rondeau

Fixing documentation to get rid of doxygen warnings.

View revisions

Also available in: Atom