aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtl_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-25rtl_tcp: silence warning about socklen_t/int sign.Christian Vogel1-2/+6
2012-05-25fix gain setting and update usage information for CLI toolsDimitri Stolnikov1-12/+25
2012-05-23add help message to rtl_tcp spectrum serverDimitri Stolnikov1-3/+5
2012-05-17#include <math.h> was not needed.Christian Vogel1-1/+0
2012-05-13rtl_tcp: convert command parameters from network to host byteorderSteve Markgraf1-13/+13
2012-05-07rtl_sdr, rtl_tcp: cleaned up gain handlingDimitri Stolnikov1-7/+12
2012-05-07rtl_tcp: add handler for freq correction commandDimitri Stolnikov1-1/+5
2012-05-06rtl_tcp: add handlers for sample rate and gain mode commandsDimitri Stolnikov1-6/+14
2012-05-06consolidate program argumentsDimitri Stolnikov1-15/+14
2012-05-04use new E4000 tuner driver, allow manual gainSteve Markgraf1-1/+6
2012-04-24rtl_tcp: proper linux supportHoernchen1-17/+26
2012-04-19add initial version of tcp serverHoernchen1-0/+474