This is a simple server to connec to an rtl_tcp server and allow multiple clients to attach to the same receiver. It relays the ID information to the clients, and allows all clients to send commands for configuration to the rtl_tcp server.
It provides status output of the server and clients on the client port + 1, at
the URL /stats.json, ie. http://localhost:7879/stats.json when -l is set to 7878.
Usage takes up to 3 command line options:
-h hostServer host to connect to-p portServer port to connect to-l portListening port for clients to connect to, HTTP status port will be equal to this plus one
git clone https://github.com/OA6DXV/rtl-mux.git
cd rtl-mux
apt install gcc make libevent-dev -y
make
cp rtlmux /usr/bin/