myriadrf / LimeSuite

Driver and GUI for LMS7002M-based SDR platforms
https://myriadrf.org/projects/lime-suite/
Apache License 2.0
467 stars 184 forks source link

TCP Listener #140

Closed FFY00 closed 6 years ago

FFY00 commented 6 years ago

Is there a built-in TCP listener like the rtl_tcp?

9600 commented 6 years ago

You can use SoapyRemote where you have the SDR hardware and application on two different networked systems.

https://github.com/pothosware/SoapyRemote

FFY00 commented 6 years ago

I was planing to make an Android wrapper, SoapySDR would only make it harder. I may end up creating this myself.