# transportal transportal is a responsive web interface and server for the [Transmission][transmission] BitTorrent daemon. It is designed for both desktop and mobile browsers. transportal runs as a web server and communicates with Transmission using RPC requests. The server uses [server-sent events][sse] to push updates to the browser. Many features are still unimplemented or incomplete, but it works well for simple monitoring and torrent management. [transmission]: https://transmissionbt.com/ [sse]: https://en.wikipedia.org/wiki/Server-sent_events ## Quick start ```bash cargo install --git https://github.com/stevenengler/transportal.git cat >config.toml <.