Torrent service with a REST api, specially made for streaming. This is the C++ implementation of the Torrest (golang) project.
One can run it like any other binary, that is:
./torrestAlthough Torrest doesn't have any required arguments, it accepts optional arguments:
| Argument | Type | Default | Description |
|---|---|---|---|
| -p, --port | uint16 | 8080 | The server listen port |
| -s, --settings | string | settings.json | The settings path |
| --log-level | string | INFO | The global log level |
| --log-pattern | string | %Y-%m-%d %H:%M:%S.%e %l [%n] [thread-%t] %v |
The log pattern |
| --log-path | string | n/a | The log path |
| -v, --version | n/a | n/a | Print version |
| -h, --help | n/a | n/a | Print help message |