Skip to content

huming2207/AriaNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AriaNet

Yet another Aria2 JSON-RPC library for .NET platforms

Documents

Please refer to Aria2 official JSON-RPC interface document.

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

Licence

CC-BY-NC-SA 3.0 Australian Licence, NOT FOR COMMERCIAL PURPOSES.

About

Yet another Aria2 JSON-RPC API handler for C#/.NET

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages