AlexandreRouma / SDRPlusPlus

Cross-Platform SDR Software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDR++ Server UDP/TCP

KubaPro010 opened this issue · comments

commented

could a switch to like switch between TCP and UDP (for iq data) be added? so something like the client connects with tcp and its mostly done normally, but if the client would send a packet to switch the protocol, the sdrpp server could open a new server on like one port number higher than the normal port and so it would like send iq data with udp instead of tcp (becasue tcp can cause delay)

Extensive testing was done, UDP is almost always worse over the network for this use than TCP since a packet arriving late is less problematic for the DSP than a packet not arriving at all.