aria2 web interface over WebSocket
Go to file
multiSnow f71dfcc4fc
fix unclosed tag
2023-12-28 01:06:38 +08:00
css fix stopped download status bottom edge 2023-12-27 13:13:03 +08:00
js vertical view for download status and option 2023-12-27 11:08:24 +08:00
.dir-locals.el Initial commit 2012-09-08 20:46:54 +08:00
LICENSE update licence notices 2023-01-20 21:11:09 +08:00
README.rst template literals, various cleanup and simplify 2022-10-29 19:53:46 +08:00
TODO readable notification 2014-06-01 21:32:05 +08:00
index.html fix unclosed tag 2023-12-28 01:06:38 +08:00
testapi.html simplify element hide/show operation 2023-11-24 14:39:30 +08:00

README.rst

==========
aria2-WIOW
==========
Aria2 Web Interface Over WebSocket. All in html, css and javascript so it counld be used in local file system or visited from a HTTP(S) server (Use WebSocket Secure connection in HTTPS protocol, since a normal WebSocket connection in HTTPS is insecure).

Required:

- aria2 higher than 1.16.0, build with WebSocket support, running with `--enable-rpc=true` option. (See `man aria2c` for more infomation.)
- a web browser that support JavaScript, WebSocket, FileReader and some HTML5/CSS3 (the more, the better). (view testapi.html to test the browser.)

This project is mostly working now.

Tested browser:

- Firefox ESR 52 on linux, amd64 (mostly working);
- Firefox Android 56 on Android 5.0.2 AArch64 (mostly working);

Please test aria2-WIOW on your browser, and tell me if it is working mostly, partly or totally not. But note that it's possible that your browser will never be supported, because I could not take too much compatibility into consideration.