https://github.com/huming2207/arianet
Yet another Aria2 JSON-RPC API handler for C#/.NET
https://github.com/huming2207/arianet
aria aria2 csharp dotnet dotnet-core json-rpc-api
Last synced: 3 months ago
JSON representation
Yet another Aria2 JSON-RPC API handler for C#/.NET
- Host: GitHub
- URL: https://github.com/huming2207/arianet
- Owner: huming2207
- Created: 2017-06-23T12:15:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T20:56:29.000Z (almost 5 years ago)
- Last Synced: 2023-02-27T23:47:25.366Z (over 2 years ago)
- Topics: aria, aria2, csharp, dotnet, dotnet-core, json-rpc-api
- Language: C#
- Size: 83 KB
- Stars: 19
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AriaNet
Yet another Aria2 JSON-RPC library for .NET platforms
# Documents
Please refer to Aria2 official [JSON-RPC interface document](https://aria2.github.io/manual/en/html/aria2c.html#rpc-interface).
Most of the APIs are implemented except:
- `aria2.tellWaiting([secret, ]offset, num[, keys])`
- `aria2.tellStopped([secret, ]offset, num[, keys])`
- `aria2.changePosition([secret, ]gid, pos, how)`
- `aria2.changeUri([secret, ]gid, fileIndex, delUris, addUris[, position])`These APIs above are not quite useful in my apps currently. But I will consdider implementing them later when I'm free.
# Credit
- Aria2 project
- Yortw's [Spooky library](https://github.com/Yortw/Spooky)# Licence
CC-BY-NC-SA 3.0 Australian Licence, NOT FOR COMMERCIAL PURPOSES.