lonelyradio/README.md
Ivan Bushchik 9165c43dae
v0.2.1: Refactor monoclient into monoclient and monolib
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2024-03-15 18:33:40 +03:00

40 lines
861 B
Markdown

# lonelyradio
> TCP radio for singles
Radio that uses unencrypted TCP socket for broadcasting tagged audio data.
Decodes audio streams using [symphonia](https://github.com/pdeljanov/Symphonia).
## Build
```shell
cargo build -r
```
## Run
```
lonelyradio [-a <ADDRESS:PORT>] <MUSIC_FOLDER> [-p] [-w]
```
All files (recursively) will be shuffled and played back. Public log will be displayed to stdout, private to stderr.
### Clients
[monoclient](./monoclient) is a recommended CLI client for lonelyradio that uses [monolib](./monolib)
```shell
monoclient <SERVER>:<PORT>
```
### Other clients
SwiftUI client is availible in [platform](./platform) directory.
[monolib](./monolib) provides lonelyradio-compatible C API for creating custom clients.
## License
lonelyradio and monoclient are licensed under the terms of the [MIT license](./LICENSE).