powerloader icon indicating copy to clipboard operation
powerloader copied to clipboard

IPFS support

Open wolfv opened this issue 4 years ago • 0 comments

It could be cool to have ipfs support.

I think basic support could be quite straight forward if a ipfs daemon is running. The ipfs daemon does expose a regular HTTP API, so we could use for example this endpoint to download a given file using our curl implementation.

There is also another project https://github.com/vasild/cpp-ipfs-http-client that is implementing a C++ client based on curl that we could use for inspiration.

cc @vasild maybe you're interested in the powerloader project?

wolfv avatar Oct 24 '21 09:10 wolfv