rtlmuxer acts very close to rtl_mus, but it isn't an exact clone.
Application has one source connection and two sink ports: A and B.
PortA - send IQ stream and commands in both directions.
PortB - send IQ stream to consumers.
Normally you should connect websdr to portA. Others passive IQ stream consumers should be connected to portB.
run example
./rtlmuxer --src-address=192.168.1.200 --src-port=1234 --sink-bind-address=192.168.1.200 --sink-bind-port-a=2222 --sink-bind-port-b=2223
./rtlmuxer --help
How to compile - just run make
.
Tested on linux only.
Alexander Sholohov [email protected]