nmux: added docs
This commit is contained in:
parent
3f3c3b27c8
commit
52f99f680a
1 changed files with 9 additions and 0 deletions
|
@ -515,6 +515,15 @@ To remove *sdr.js* and the compiled dependencies:
|
||||||
|
|
||||||
make emcc-clean
|
make emcc-clean
|
||||||
|
|
||||||
|
## [nmux] (#nmux)
|
||||||
|
|
||||||
|
The repo also contains a command line tool called `nmux`, which is a TCP stream multiplexer. It reads data from the standard input, and sends it to each client connected through TCP sockets. Available command line options are:
|
||||||
|
* `--port (-p), --address (-a):` TCP port and address to listen.
|
||||||
|
* `--bufsize (-b), --bufcnt (-n)`: Internal buffer size and count.
|
||||||
|
* `--help (-h)`: Show help message.
|
||||||
|
|
||||||
|
`nmux` was originally written for use in OpenWebRX.
|
||||||
|
|
||||||
## [Licensing] (#licensing)
|
## [Licensing] (#licensing)
|
||||||
|
|
||||||
Most of the code of `libcsdr` is under BSD license.
|
Most of the code of `libcsdr` is under BSD license.
|
||||||
|
|
Loading…
Reference in a new issue